-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 2.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="homepage.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Abril Fatface' rel='stylesheet'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>Homepage</title>
</head>
<body id="grid_container">
<h1 id="header">Welcome to <span>KevinC.dev</span></h1>
<div id="wip">
<h3>Work in Progress</h3>
<a href="homepage.css" class="textWithIcon">Index.html Stylesheet <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/design_system.html" class="textWithIcon">Experimental design <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/reader.html" class="textWithIcon">Reader <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/spinner.html" class="textWithIcon">spinner <span class="material-symbols-outlined">outbound</span></a>
<a href="experimental/chat.html" class="textWithIcon">chat <span class="material-symbols-outlined">outbound</span></a>
</div>
<div id="layouts">
<h3>Layouts</h3>
<a href="layouts/NewsArticle.html" class="textWithIcon">News Article Layout <span class="material-symbols-outlined">outbound</span></a><br>
<a href="layouts/NewsArticle.css" class="textWithIcon">News Article Stylesheet <span class="material-symbols-outlined">outbound</span></a><br>
<a href="experimental/grid_styling.css" class="textWithIcon">Grid Stylesheet <span class="material-symbols-outlined">outbound</span></a><br>
<a href="experimental/grid_layouts.html" class="textWithIcon">Grid Layouts <span class="material-symbols-outlined">outbound</span></a>
</div>
<div id="footer">
<p>This website was written entirely in HTML and CSS, no Javascript 😉</p>
<p>Domain bought on porkbun, hosted by Github pages</p>
</div>
</body>
</html>