generated from yeakatie/web-1-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (134 loc) · 4 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- seo meta tags -->
<meta name="description" content="Katie Yeager" />
<meta name="keywords" content="Katie Yeager, creative links" />
<meta name="author" content="Katie Yeager" />
<title>Katie Yeager</title>
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicons/favicon-16x16.png"
/>
<link rel="manifest" href="favicons/site.webmanifest" />
<!-- Stylesheets -->
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<!-- Script -->
<script defer src="script.js"></script>
<!-- JS Tilt -->
<script
defer
src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"
></script>
<!-- Font Awesome -->
<script defer src="https://kit.fontawesome.com/070428bd88.js"></script>
</head>
<body>
<script src="main.js"></script>
<canvas id="canvas"></canvas>
<div class="container">
<h1>Under Construction</h1>
<p>Hard at work building something amazing. Stay tuned!</p>
<!-- <div class="countdown-timer"></div> -->
<!-- <div class="social-media"></div> -->
</div>
<!-- <body> -->
<!-- uncomment here -->
<!-- <div class="container">
<section class="head">
<img
src="https://i.imgur.com/V7CpwEy.jpg"
alt="Katie Yeager headshot"
/> -->
<!-- <h2>Katie Yeager</h2> -->
<!-- uncomment here -->
<!-- <p>UX + Visual Design</p>
</section>
<div class="links">
<ul id="item">
<li class="resume">
<a
href="https://drive.google.com/file/d/1nzShaNGRUSIauxh6HUjZ-kMbAwGHHo-I/view?usp=sharing"
> -->
<!-- <i class="fa fa-certificate"></i> -->
<!-- uncomment here -->
<!-- <i class="fa fa-user-edit"></i>
<span>
<h3>Resume</h3>
<p>view PDF</p>
</span>
</a>
</li>
<li class="portfolio">
<a
href="https://drive.google.com/file/d/1uZrt4FClaaXA-U0GHE7EN6k4dBoKOcYf/view?usp=sharing"
> -->
<!-- <i class="fa fa-file-pdf"></i> -->
<!-- uncomment here -->
<!-- <i class="fa fa-briefcase"></i>
<span>
<h3>UX Portfolio</h3>
<p>view PDF</p>
</span>
</a>
</li>
<li class="linkedin">
<a href="https://linkedin.com/in/yeakatie">
<i class="fa fa-linkedin"></i>
<span>
<h3>Katie Yeager</h3>
<p>on LinkedIn</p>
</span>
</a>
</li>
<li class="behance">
<a href="https://www.behance.net/yeakatie">
<i class="fa fa-behance"></i>
<span>
<h3>Katie Yeager</h3>
<p>on Behance</p>
</span>
</a>
</li>
<li class="github">
<a href="https://github.com/yeakatie">
<i class="fa fa-github"></i>
<span>
<h3>Katie Yeager</h3>
<p>on GitHub</p>
</span>
</a>
</li>
</ul>
</div>
</div>
<footer>
<p class="heart" id="random-emoji-heart">
Made with <span id="random-emoji">❤</span>
</p> -->
<!-- <p>© <span id="copyright-year"></span>. All rights reserved.</p>
</footer>
</body> -->
<!-- </html> -->
</html>