-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (74 loc) · 2.87 KB
/
Copy pathindex.html
File metadata and controls
74 lines (74 loc) · 2.87 KB
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
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles2.css">
<title>Buddy</title>
</head>
<body class="index-page">
<div class="bg-index">
<ul class="menu">
<li class="logo"><a href="index.html"><img class="logo" src="pictures/Buddy_logo_PSD.png"/></a></li>
<li class="menu"><a href="pages/contact.html">Contact</a></li>
<li class="menu"><a href="pages/how.html">How</a></li>
<li class="menu"><a href="pages/who.html">Who</a></li>
<li class="menu"><a href="pages/why.html">Why</a></li>
<li class="menu"><a href="index.html">What</a></li>
</ul>
</div>
<section class="portfolio2">
<div class="image">
<img src="pictures/jared.png"/>
</div>
<div class="image">
<img src="pictures/img_0143.jpeg"/>
</div>
<div class="image">
<img src="pictures/FullSizeRender-1.jpeg"/>
</div>
<div id=content1>
<h1>Our CEO</h1>
<h2>"What you're doing is the most amazing thing ever and I would buy this in a heart beat for my child. I know that this is going to change my entire life and I can't wait to have it in my home" -Some Mom</h2>
</div>
<div id=content1>
<h1>What is inside?</h1>
<h2>"What you're doing is the most amazing thing ever and I would buy this in a heart beat for my child. I know that this is going to change my entire life and I can't wait to have it in my home" -Some Mom</h2>
</div>
<div id=content1>
<h1>From Humble Beginnings</h1>
<h2>"What you're doing is the most amazing thing ever and I would buy this in a heart beat for my child. I know that this is going to change my entire life and I can't wait to have it in my home" -Some Mom</h2>
</div>
</section>
<div class="w3-animate-opacity">
<a href="pages/how.html">
<img class="front-page" src="pictures/buddy2.png"/>
</a>
</div>
<div id=content2>
<img src="pictures/buddy7.png" width="100%" />
</div>
<section class="information">
<div id=content1>
<h1> </h1>
<h2> </h2>
</div>
<div id=content1>
<h1>The Latest Prototype</h1>
<h2>"What you're doing is the most amazing thing ever and I would buy this in a heart beat for my child. I know that this is going to change my entire life and I can't wait to have it in my home" -Some Mom</h2>
</div>
<div id=content1>
</div>
</section>
<div id=content2>
<img src="pictures/buddy6.jpg" width="100%" />
</div>
</body>
<footer>Copyright © Buddy inc.
<br>
<a href="https://www.linkedin.com/in/nathan-clark-24a88113a/" class="footer">Linkedin</a>
<br>
<a href="https://www.facebook.com/nathan.clark.94064?ref=bookmarks" class="footer">Facebook</a>
<br>
<a href="https://github.com/natepuppy/creative" class="footer">My Git Hub Repository</a>
</footer>
</html>