-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="ASSETS/CSS/normalize.css">
<link rel="stylesheet" href="ASSETS/CSS/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- below is the loading animation and page chnage animation div -->
<header>
<div class="animationContatiner">
<div id="openingAnimation"></div>
</div>
</header>
<section class="callout">
<div class="wrapper">
<h1>Indie game dev in Cambridge, Uk.</h1>
<p>Hi, I'm Wally, a solo indie game developer in the UK.</p>
<p class="sub-p">As of Sep 2021, this site is in V0.01 - more <span class="bold">WILL</span> be coming</p>
</div>
</section>
<footer>
<p class="copyright">COPYRIGHT 2021 - wally the web dev</p>
</footer>
<script src="ASSETS/JS/vendor/lottie.js" type="text/javascript"></script>
<script src="ASSETS/JS/script.js"></script>
</body>
</html>