Difference between revisions of "Team:TUDelft/Head"

Line 9: Line 9:
  
 
     <!-- Mobile Specific Metas
 
     <!-- Mobile Specific Metas
    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+
    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 
     <meta name="viewport" content="width=device-width, initial-scale=1" />
 
     <meta name="viewport" content="width=device-width, initial-scale=1" />
 
      
 
      
 +
    <!-- FONT
 +
    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
    <link href="http://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css" />
 +
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
 +
   
 +
    <!-- CSS
 +
    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
 +
    <!-- JS
 +
    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
 +
 +
  <!-- KATEX
 +
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
  <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity="sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin="anonymous"></script>
 +
    <script src="https://2017.igem.org/Team:TUDelft/js/auto-render?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
  <script>
 +
      document.addEventListener("DOMContentLoaded", function() {
 +
            renderMathInElement(document.body, {
 +
                delimiters: [{
 +
                        left: "$$",
 +
                        right: "$$",
 +
                        display: true
 +
                    },
 +
                    {
 +
                        left: "\\[",
 +
                        right: "\\]",
 +
                        display: true
 +
                    },
 +
                    {
 +
                        left: "$",
 +
                        right: "$",
 +
                        display: false
 +
                    },
 +
                    {
 +
                        left: "\\(",
 +
                        right: "\\)",
 +
                        display: false
 +
                    }
 +
                ],
 +
                throwOnError: false,
 +
                macros: {
 +
                    '\\tag': '\\pod\\text'
 +
                }
 +
            });
 +
            var eqno = document.querySelectorAll(".katex span > span.mspace.quad");
 +
            for (var i = 0; i < eqno.length; ++i) {
 +
                if (eqno[i].parentNode.className)
 +
                    continue;
 +
                var quad = eqno[i];
 +
                var span = quad.parentNode;
 +
                var text = span.nextSibling;
 +
                var pare = text.nextSibling;
 +
                span.removeChild(quad);
 +
                span.appendChild(text);
 +
                span.appendChild(pare);
 +
                span.className = 'eqno';
 +
            }
 +
        });
 +
    </script>
 +
 +
<!-- Favicon
 +
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
    <link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2019/c/c2/T--TUDELFT--logonavbar-3.png" />
  
 
<script>
 
<script>
Line 22: Line 86:
 
         });
 
         });
 
     </script>
 
     </script>
    <style>
+
 
         /*  om MediaWiki style weg te halen*/
+
<style>
 +
         /*  to remove the MediaWiki style */
 
         p{
 
         p{
 
             margin-bottom: 0 !important;
 
             margin-bottom: 0 !important;

Revision as of 15:14, 19 June 2019

Sci-Phi 29