-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 1.75 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
<!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" />
<meta property="og:title" content="Talia Kaplanian's Personal Website" />
<meta
property="og:description"
content="Research, hackathons, fashion, oh my!"
/>
<meta
property="og:image"
content="https://cdn.glitch.com/714a551e-3dfd-4e27-8c9f-f4e6dd091ec4%2Ftalia_orange_portrait.JPG?v=1612391709984"
/>
<meta
property="og:url"
content="https://talia-kaplanian-html-portfolio.glitch.me"
/>
<title>Talia's Website</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link
rel="icon"
type="image/png"
href="https://cdn.glitch.com/714a551e-3dfd-4e27-8c9f-f4e6dd091ec4%2Ffavicon-32x32.png?v=1613274759822/"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Caveat&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- import the webpage's javascript file -->
<script src="index.js" type="module"></script>
</head>
<body>
<div class="container">
<!-- Mainpage HTML is imported here -->
</div>
</body>
</html>