-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.57 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
<html>
<head>
<title>Pineapple Pancakes Home</title>
<link rel="stylesheet" type="text/css" href="/GlobalStyles/styles.css">
<link rel="stylesheet" type="text/css" href="/GlobalStyles/normalize.css">
<link rel="stylesheet" type="text/css" href="/Navigation/Styles/nav.css">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter|Didact+Gothic" rel="stylesheet">
</head>
<body>
<header class="header-global brand">
<h1 style="vertical-align:middle;">
<img style="float:left;;" src="/IMAGES/pineapple3.png" alt="Pina" height="200" width="200">Good Code</h1>
<!-- <div class="navbutton"> -->
<nav>
<ul id="nav" class="nav-container nav">
</ul>
</nav>
<!-- </div> -->
</header>
<article class="bodytext">
<h2>Congratulations for choosing a healthy alternative webpage!</h2>
<p>This page is handcrafted with only the finest locally sourced code and none of the bad stuff (platforms, plugins,
yuck). Here at GC, we pride ourselves on using only organic HTML, gluten free CSS and non-gmo Javascript. </p>
</article>
<div>
<iframe class="instafeed" src="http://instaembedder.com/gallery-v2.php?width=400&cols=6&rows=8&margin=6&color=gray&frame=1&image_border=6&frame_color=white&cid=6393&"
frameborder="0" width="100%" height="600"></iframe>
</div>
<footer>
</footer>
<script src="/Navigation/Scripts/nav-factory.js"></script>
<script src="/Navigation/Scripts/nav-controller.js"></script>
</body>
</html>