-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (54 loc) · 2.69 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
<!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 name="title" content="Poltergeist" />
<meta name="description" content="A CSS glitch effect page created by LT Design" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://candiddeer.github.io/poltergeist/" />
<meta property="og:title" content="Poltergeist" />
<meta property="og:description" content="A CSS glitch effect page created by LT Design" />
<meta property="og:image" content="https://candiddeer.github.io/poltergeist/assets/images/preview.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://candiddeer.github.io/poltergeist/" />
<meta property="twitter:title" content="Poltergeist" />
<meta property="twitter:description" content="A CSS glitch effect page created by LT Design" />
<meta property="twitter:image" content="https://candiddeer.github.io/poltergeist/assets/images/preview.png" />
<title>Poltergeist</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IM+Fell+English|Playfair+Display:900" />
<link rel="stylesheet" href="assets/stylesheets/styles.css" />
<link rel="icon" href="assets/images/LT%20Design_Favicon%208e724d.png" />
</head>
<body>
<div class="contentFixed">
<header class="header">
<h1 class="headerTitle">
<img src="assets/images/LT%20Design_Favicon%208e724d.png" alt="LT Design logo" class="logo" />
</h1>
</header>
<nav class="menu" id="siteNav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/CandidDeer" target="_blank">News</a></li>
<li><a href="mailto:[email protected]?subject=Poltergeist%20inquiry">Contact</a></li>
<li><a href="https://ltdesign.work" target="_blank">About</a></li>
</ul>
</nav>
</div>
<div class="content">
<div class="glitch">
<div class="glitchit"></div>
<div class="glitchit"></div>
<div class="glitchit"></div>
<div class="glitchit"></div>
<div class="glitchit"></div>
</div>
<div class="contentSection">
<h1 class="contentTitle">Polter<span>Geist</span></h1>
<p class="contentText">/ˈpɒltəɡʌɪst/ noun: a ghost or other supernatural being supposedly responsible for physical disturbances such as making loud noises and throwing objects about.</p>
</div>
</div>
</body>
</html>