Moving /links and populating it with some basic content
This commit is contained in:
parent
f7c238ec38
commit
9fe3597c6f
11 changed files with 149 additions and 49 deletions
40
links/index.html
Normal file
40
links/index.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<!doctype html>
|
||||
<html class="no-js" lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<title>Personal Links</title>
|
||||
<meta name="description" content="My personal linktree" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link href="/global.css" rel="stylesheet" />
|
||||
<link href="/links/links.css" rel="stylesheet" />
|
||||
<link href="/header.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="/loadin.js"></script>
|
||||
<script type="text/javascript" src="/links/links.js"></script>
|
||||
</head>
|
||||
<body onload="loadDependencies()">
|
||||
<header id="header"></header>
|
||||
<article id="main">
|
||||
<article id="find-me">
|
||||
<h1>Find me at these places!</h1>
|
||||
<ul id="linktree">
|
||||
<li>
|
||||
<img
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Gitea_Logo.svg"
|
||||
/><a href="https://git.aprileaton.net">Gitea instance</a>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article id="portfolio"></article>
|
||||
</article>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue