forked from javalsai/website
feat: add notes
This commit is contained in:
28
notes/index.html
Normal file
28
notes/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Javalsai's Website - Notes</title>
|
||||
<link rel="stylesheet" href="/styles/bundles/complete.css">
|
||||
</head>
|
||||
|
||||
<body class="flex column">
|
||||
<!--# include virtual="/components/header.html" -->
|
||||
<main>
|
||||
<h1><a class="reference" id="notes" href="#notes">Notes</a></h1>
|
||||
<p>This will just contain markdown notes about academic stuff. Will try to use nice web stuff as much as
|
||||
possible, like idk, integrate qalc graphs and that into formulas or smth.</p>
|
||||
<ul class="row-ul">
|
||||
<li><a href="math">math</a></li>
|
||||
<li><a href="physics">physics</a></li>
|
||||
<li><a href="tech">tech</a></li>
|
||||
</ul>
|
||||
<p>Just for my record, my idea is to name everything as in
|
||||
<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>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user