-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (107 loc) · 5.46 KB
/
index.html
File metadata and controls
135 lines (107 loc) · 5.46 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>S&J</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<script src="./js/index.js" async></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header>
<p>S&J</p>
<nav>
<img src="./img/nav-hamburger.png" class="dropdown-button" onclick="openNav()"/>
<div class="dropdown">
<img src="./img/nav-hamburger-close.png" class="closebtn" onclick="closeNav()"/>
<div class="dropdown-content">
<a class="dropdown-link" href="./index.html" target="_blank">Home</a><br>
<a class="dropdown-link" href="./services.html" target="_blank">Services</a><br>
<a class="dropdown-link" href="./contact.html" target="_blank">Contact</a>
</div>
</div>
</nav>
</header>
<div class="jumbotron">
<p>Integrity,<br>Excellence,<br> Progress.</p>
<img src="img/home/home-jumbotron.png">
</div>
<div class="top_content">
<div class="top_container">
<div class="top_container_text">
<h3>Smith & Jones Architects</h3>
<p>Et sed autem causae appareat, tempor abhorreant te mei, facer facilisis sit ea. Eu timeam vidisse consectetuer sed. Duo etiam laboramus dissentiet in, nec no errem.</p>
<div class="button"><p>Learn More</p></div>
</div> <!-- closes top_container_text -->
<img src="img/home/home-img-1.png"> <!-- pen and paper -->
</div> <!-- closes top_container -->
<div class="top_container reverse">
<div class="top_container_text">
<h3>Futuristic Designs</h3>
<p>Et sed autem causae appareat, tempor abhorreant te mei, facer facilisis sit ea. Eu timeam vidisse consectetuer sed. Duo etiam laboramus dissentiet in, nec no errem.</p>
<div class="button"><p>View Designs</p></div>
</div> <!-- closes top_container_text -->
<img src="img/home/home-img-2.png"> <!-- water feature -->
</div> <!-- closes top_content_everything -->
</div> <!-- closes top_content -->
<h3>Recent Projects</h3>
<div class="bottom_content">
<div class="fancyimgplustext" id="villas">
<img src="img/home/home-villas-img.png" class="desktop-img"> <!-- rooftop balcony -->
<img src="img/home/home-mobile-villas-img.png" class="mobile-img">
<div class="fancyimgplustext_text"><p>THE VILLAS</p></div>
</div> <!-- closes fancyimgplustext -->
<p>The Villas bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution.</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
<div class="fancyimgplustext FIPTreverse" id="outskirts">
<img src="img/home/home-outskirts-img.png" class="desktop-img"> <!-- pool -->
<img src="img/home/home-mobile-outskirts-img.png" class="mobile-img">
<p>OUTSKIRTS</p>
</div> <!-- closes fancyimgplustext -->
<p>The Outskirts are amazing to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution.</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
<div class="fancyimgplustext" id="blocks">
<img src="img/home/home-the-blocks-img.png" class="desktop-img"> <!-- row of houses -->
<img src="img/home/home-mobile-the-blocks-img.png" class="mobile-img">
<p>THE BLOCKS</p>
</div> <!-- closes fancyimgplustext -->
<p>The Blocks are amazing to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution.</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
</div> <!-- closes bottom_content -->
<footer>
<div class="footer">
<div class="contact_form_container">
<p>Interested in starting a project?<br>
Let’s talk:</p>
<input class="form" type="email" name="email" value="Enter email">
<p>We'll never share your email with anyone else.</p>
</div> <!-- closes contact_form_container -->
<div class="address_container">
<div class="address"><p class="city">New York</p><br>
123 Lane<br>
Suite 100<br>
Albany, NY 12345<br>
202 555 0144</div>
<div class="address"><p class="city">Florida</p><br>
Ocean Drive<br>
Suite 201<br>
Orlando, FL 22345<br>
502 555 0144</div>
<div class="address"><p class="city">California</p><br>
Mountain Street<br>
Suite 105<br>
San Diego, CA 22345<br>
702 555 0144</div>
</div> <!-- closes address_container -->
</footer>
<div class="copyright"><p>Copyright © 2018 Smith and Jones</p></div>
<script src="js/index.js"></script>
</div>
</div>
</div> <!-- closes container -->
</body>
</html>