-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (161 loc) · 6.15 KB
/
index.html
File metadata and controls
178 lines (161 loc) · 6.15 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="nav-main">
<div class="nav-container">
<h2>S&J</h2>
<div class="nav-burger">
<div class="nav-burger-button">
<div class="bar top-bar"></div>
<div class="bar mid-bar"></div>
<div class="bar bottom-bar"></div>
</div>
</div>
</div>
<div class="nav-burger-links toggle-burger">
<a class="nav-link" href="index.html" target="_self">Home</a>
<a class="nav-link" href="services.html" target="_self">Services</a>
<!-- <a class="nav-link" href="#" target="_self">Contact</a> -->
</div>
</div>
<div class="home-jumbotron">
<h1>Integrity,<br> Excellence,<br> Progress.</h1>
<div class="jumbo">
<span class="img-height"></span>
</div>
</div>
<div class="container home">
<div class="home-content">
<section class=" split-content">
<div class="img-right">
<span class="architects"></span>
</div>
<div class="split-container text-container ">
<h2>Smith & Jones Architects</h2>
<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="btn">Learn More</div>
</div>
</section>
<section class="split-content">
<!-- <img class="split-container" src="./img/home/home-img-2.png " alt="Scenic Building "> -->
<div class="img-right not-right">
<span class="futuristic"></span>
</div>
<div class="split-container text-container ">
<h2>Futuristic Designs</h2>
<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="btn">View Designs</div>
</div>
</section>
<h2>Recent Projects</h2>
<section class="project-content">
<!-- <img src="./img/home/home-villas-img.png" alt="Villa"> -->
<div class="villas">
<span class="villas-inner"></span>
</div>
<h3 class="float">THE VILLAS</h3>
<div class="text-container">
<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>
</section>
<section class="project-content">
<!-- <img src="./img/home/home-outskirts-img.png" alt="Modern building with water feature"> -->
<div class="villas outskirts">
<span class="villas-inner"></span>
</div>
<h3>OUTSKIRTS</h3>
<div class="text-container">
<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>
</section>
<section class="project-content">
<!-- <img src="./img/home/home-the-blocks-img.png" alt="Row of colorful homes"> -->
<div class="villas blocks">
<span class="villas-inner"></span>
</div>
<h3 class="float">THE BLOCKS</h3>
<div class="text-container">
<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>
</section>
</div>
</div><!-- End of home -->
<footer class="container">
<div class="footer-main">
<div class="footer-body">
<section class="footer-connect">
<h4>Interested in starting a project?<br>Let’s talk:</h4>
<input type="text" placeholder="Enter email">
<p>We'll never share your email with anyone else.</p>
</section>
<div class="footer-locations">
<!-- <div class="footer-right"> -->
<section class="footer-location">
<h4>New York</h4>
<p>123 Lane<br>Suite 100<br>Albany, NY 12345<br>202 555 0144</p>
</section>
<section class="footer-location">
<h4>Florida</h4>
<p>Ocean Drive<br>Suite 201<br>Orlando, FL 22345<br>502 555 0144</p>
</section>
<section class="footer-location">
<h4>California</h4>
<p>Mountain Street<br>Suite 105<br>San Diego, CA 22345<br>702 555 0144</p>
</section>
</div>
<!-- </div> -->
</div>
<div class="footer-copy">
<p class="footer-copyright">Copyright © 2018 Smith and Jones</p>
</div>
</div>
</footer>
<script src="./js/components/Navburger.js"></script>
<script src="./js/components/Tabs.js"></script>
<script src="./js/components/Buttons.js"></script>
</body>
</html>