Compare commits
2 Commits
master
...
264b2045bf
Author | SHA1 | Date | |
---|---|---|---|
264b2045bf
|
|||
7a1336d0c1
|
@@ -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>
|
@@ -1,5 +1,4 @@
|
||||
</main>
|
||||
</body>
|
||||
<!--# include virtual="/components/footer.html" -->
|
||||
|
||||
</html>
|
||||
|
@@ -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>
|
||||
|
14
index.html
14
index.html
@@ -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>
|
||||
|
@@ -23,7 +23,6 @@
|
||||
<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>
|
||||
</main>
|
||||
<!--# include virtual="/components/footer.html" -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@@ -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>
|
||||
|
@@ -19,7 +19,6 @@
|
||||
<a href="flaviut">live example</a>
|
||||
</p>
|
||||
</main>
|
||||
<!--# include virtual="/components/footer.html" -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user