-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (51 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Drew Mares Homepage</title>
<meta charset="utf-8">
<meta name="description" content="A landing page with links to all projects done for DMA 1460">
<meta name="author" content="Drew Mares">
<link href="yggdrasil/styles/tree_of_life.css" rel="stylesheet">
<style>
h1{
width: 25%;
border-radius: 20px;
margin-bottom: 10px;
}
a{
margin-left: 45%;
font-weight: 700;
color: #00AD1D;
}
.section{
padding-top: 5px;
}
</style>
</head>
<body>
<div class="section">
<h1>Yggdrasil: Nordic Tree of Life</h1>
<p>
This project was a starter project for the first few assignments in the course and contains information
about the nordic tree of life, Yggdrasil. <br> This project is still under development and will hopefully
in the near future be a nice summary of the Yggdrasil and the importance of it in Norse Mythology.
</p>
<a href="yggdrasil/index.html">Click Here to View</a>
</div>
<div class="section">
<h1>Expanded Poem Project</h1>
<p>
In this case we took a poem and expanded it to take up anywhere from 6 to 12 pages. We then linked
all of these pages together using relative links, and used background images to help expand the poem.
</p>
<a href="poem_project/index.html">Click Here to View</a>
</div>
<div class="section">
<h1>Storybox Projects</h1>
<p>
For this we had to create a storybox layout containing images and text in order to tell a story. I chose to do my road trip over the summer to the west coast and all the craziness it involved
</p>
<a href="story_box_project/index.html">Click Here to View</a>
</div>
</body>
</html>