-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (31 loc) · 1.5 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jeremy Westfall</title>
<!--Remy Sharp Shim -->
<!--[if lte IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" type="text/javascript" >
</script>
<![endif]-->
<link href="css/styles.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/javascriptfile.js"></script>
</head>
<body>
<div id = "wrapper">
<header class = "index_header">
<h1>Individual Assignment #1</h1>
</header> <!--end of header-->
<main class = "index_main">
<p>Lorem ipsum dolor amet franzen dreamcatcher esse vinyl sint squid everyday carry wayfarers four dollar toast sartorial offal. Cred meh 3 wolf moon literally tattooed deserunt. Pinterest poke selfies, hot chicken cornhole copper mug stumptown cred magna in four loko hashtag put a bird on it quinoa <a href="https://nutritiouslife.com/wp-content/uploads/2014/10/Greens-Juice-x-1302x984.jpg" target="_blank">green juice</a>.</p>
</main> <!--end of main-->
<aside class = "index_aside">
<img src = "https://d21phygc03uurg.cloudfront.net/img/n1m.jpg" alt = "Zoka Coffee University">
</aside> <!--end of aside/index_aside-->
<aside class = "button_area">
<button onclick="dateTimeStamp()" class="btn-warning">Date/Time Stamp</button>
</aside> <!--end of aside/button-area-->
</div> <!--end of wrapper-->
</body>
</html>