-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (56 loc) · 1.79 KB
/
index.html
File metadata and controls
56 lines (56 loc) · 1.79 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/files/icons/favicon.png">
<meta name="description" content="Chloe is a software engineer, currently working for Alarm.com, specializing in full-stack web development">
<meta name="keywords" content="chloe, walsh, full, stack, front, end, frontend, backend, software, engineer, buffalo, ny, new york, syracuse, technology, ub, suny, beetosu, alarm.com">
<meta name="author" content="Chloe Walsh">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="global.css" />
<meta name="theme-color" content="#282828"/>
<link rel="apple-touch-icon" href="/files/icons/apple-touch-icon.png">
<script src="/scripts/global.js"></script>
<script src="/scripts/header-swap.js" type="module"></script>
<title>Chloe Walsh</title>
</head>
<body>
<div id="container">
<div id="content">
<header>
<h1>Chloe Walsh 😄</h1>
<p>Welcome to my swaggy site</p>
</header>
<main>
<div class="link-list">
<a href="/about">
<span>❓</span>
<span>About</span>
<span>❓</span>
</a>
<a href="/links">
<span>🔗</span>
<span>Links</span>
<span>🔗</span>
</a>
<a href="/blog">
<span>💬</span>
<span>Blog</span>
<span>💬</span>
</a>
<a href="/gallery">
<span>🖼️</span>
<span>Gallery</span>
<span>🖼️</span>
</a>
</div>
</main>
</div>
</div>
<footer>
<a href="https://github.com/beetosu/cwalsh.dev/">Source</a> |
<a href="https://github.com/beetosu/cwalsh.dev/blob/master/LICENSE.md">License</a>
</footer>
</body>