Compare commits

..

2 Commits

Author SHA1 Message Date
264b2045bf fix markdown css 2024-11-23 22:53:24 +01:00
7a1336d0c1 no more flashbang 😔 2024-11-23 22:48:37 +01:00
7 changed files with 12 additions and 19 deletions

View File

@@ -1,11 +0,0 @@
<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>

View File

@@ -1,5 +1,4 @@
</main>
</body>
<!--# include virtual="/components/footer.html" -->
</html>

View File

@@ -15,6 +15,5 @@
</head>
<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" -->
<main>

View File

@@ -104,7 +104,17 @@
</div>
</div>
</main>
<!--# include virtual="/components/footer.html" -->
</body>
<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>
</body>
</html>

View File

@@ -23,7 +23,6 @@
<code>U&lt;unit&gt;_&lt;name&gt;.&lt;md/html&gt;</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>
</main>
<!--# include virtual="/components/footer.html" -->
</body>
</html>

View File

@@ -15,10 +15,8 @@
<p>This is just a collection of tools or stuff I've made, out there for any to use.</p>
<ul>
<li><a href="qalc">qalc</a> - Popular libqalculate tool compiled for the web</li>
<li><a href="3rs-orbit">3rs-orbit</a> - Just <a href="https://github.com/javalsai/3rs-orbit/">a wasm project</a> built and hosted on my website to test it. Prob not the at the latest commit.</li>
</ul>
</main>
<!--# include virtual="/components/footer.html" -->
</body>
</html>

View File

@@ -19,7 +19,6 @@
<a href="flaviut">live example</a>
</p>
</main>
<!--# include virtual="/components/footer.html" -->
</body>
</html>