-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (52 loc) · 1.74 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
<!DOCTYPE HTML>
<html>
<head>
<title>calistaverse</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="other">
<h1 style="color:#000000">Calista Santiago<br/></h1>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="essays.html">Essays</a></li>
<li><a href="poetry.html">Poetry</a></li>
<li><a href="artwork.html">Artwork</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>hello!</h2>
</header>
<p>This is calistas website and im really in love with her!</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">written with love by andrew kuhl 2022</p>
</footer>
</div>
<!-- Scripts -->
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
</body>
</html>