make footer a shared component
This commit is contained in:
parent
2d0ec47679
commit
c3f4363091
11
components/footer.html
Normal file
11
components/footer.html
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<footer class="flex row space-between">
|
||||||
|
<div></div>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
I hate web-dev, but ig it's cool to have a website
|
||||||
|
<br />
|
||||||
|
and no, no <i>light</i> mode, I have enough with this
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div><a href="https://git.javalsai.dynv6.net/javalsai/website">source</a></div>
|
||||||
|
</footer>
|
@ -1,4 +1,5 @@
|
|||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
<!--# include virtual="/components/footer.html" -->
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -15,5 +15,6 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="flex column">
|
<body class="flex column">
|
||||||
|
<!--TODO: add a file nav on the left, likely just iframe upper dir, should be autoinex-->
|
||||||
<!--# include virtual="/components/header.html" -->
|
<!--# include virtual="/components/header.html" -->
|
||||||
<main>
|
<main>
|
||||||
|
14
index.html
14
index.html
@ -104,17 +104,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="flex row space-between">
|
<!--# include virtual="/components/footer.html" -->
|
||||||
<div></div>
|
</body>
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
I hate web-dev, but ig it's cool to have a website
|
|
||||||
<br />
|
|
||||||
and no, no <i>light</i> mode, I have enough with this
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div><a href="https://git.javalsai.dynv6.net/javalsai/website">source</a></div>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
<code>U<unit>_<name>.<md/html></code></p>
|
<code>U<unit>_<name>.<md/html></code></p>
|
||||||
<p>Also, example of the markdown to html thing right now, from <a href="example.md">this</a> to <a href="example.html">this</a></p>
|
<p>Also, example of the markdown to html thing right now, from <a href="example.md">this</a> to <a href="example.html">this</a></p>
|
||||||
</main>
|
</main>
|
||||||
|
<!--# include virtual="/components/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
<li><a href="qalc">qalc</a> - Popular libqalculate tool compiled for the web</li>
|
<li><a href="qalc">qalc</a> - Popular libqalculate tool compiled for the web</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
<!--# include virtual="/components/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<a href="flaviut">live example</a>
|
<a href="flaviut">live example</a>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
<!--# include virtual="/components/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user