Improvements to data structure, added webfont, added a subpage for FOSS licenses, reworked some text.
+ Added Hack webfont to the website. + Renamed resources folder to assets, reworked general data structure of static data. + Added a subpage for FOSS licenses used + Improve various texts + Headlines now all follow internal conventions (all lowercase) + Added 2 more websites to useful stuff
This commit is contained in:
parent
d82af2bb0d
commit
aae2b9f7a0
37 changed files with 209 additions and 28 deletions
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lucia's Webpage</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="assets/fonts/Hack/Hack.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
|
@ -36,7 +37,7 @@
|
|||
<footer>
|
||||
<div class="horizontal_divider">======================================================================================</div>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal Notice</a> | Latest Update: 2024-07-10</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-07-14</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue