-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="crossorigin="anonymous"></script>
<script type="text/javascript" src="index.js"></script>
<!-- <script data-ad-client="ca-pub-9059202840921850" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<title>Homepage</title>
</head>
<body>
<main id="main">
<h1>Welcome!</h1>
<h2>Repositories</h2>
<p>Here's a list of repositories that I'm working on. Check <a href="https://github.com/grt812">GitHub</a> out for a complete list of projects that are not published to GitHub pages.</p>
<div id="repo-list"></div>
<!-- <h2>Work in Progress</h2> -->
<!-- <p>Want to see more? Checkout my <a href="https://github.com/grt812">profile</a></p> -->
<p>The todolist projects include multiple iterations of a To-Do List app that first started in 7th grade for the Congressional App Challenge. The latest iteraiton is todolist4. </p>
<h2>Contact</h2>
<p>Here's my email: <a href="mailto:garrett.m.gee@gmail.com" target="_blank">garrett.m.gee@gmail.com</a></p>
<footer>© 2022 Garrett Gee</footer>
</main>
<div id="background-container">
<div id="relative-container"></div>
</div>
</body>
</html>