-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (190 loc) · 5.76 KB
/
index.html
File metadata and controls
232 lines (190 loc) · 5.76 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home</title>
<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]-->
<!-- TweenMax Greensock -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenMax.min.js" async></script>
</head>
<body>
<header>
<nav>
<div class='nav-container'>
<div class='nav-title'>
<a href='./index.html'>
<h1>S&J</h1>
</a>
</div>
<div class='nav-button'>
<img src='./img/nav-hamburger.png' data-tab = 'exclude'>
</div>
<div class='nav-expanded' id='navigation'>
<a href='./index.html'>Home</a>
<a href='./services.html'>Services</a>
<a href='./contact.html'>Contact</a>
<a href='./projects.html'>Projects</a>
</div>
</div>
</div>
</nav>
<section class='home-banner'>
<img src='./img/home/home-jumbotron.png' alt='A beautiful building' data-tab = 'jumbotron'>
<h2>
Integrity,
<br> Excellence,
<br> Progress.
</h2>
</section>
</header>
<!-- Menu Content
S&J
Home
Services
Contact
-->
<div class='container'>
<section class='home-content'>
<div class='home-row'>
<div class='home-text'>
<h2>Smith & Jones Architects</h2>
<br>
<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>
<br>
<span class='home-button'>Learn More</span>
</div>
<div class='home-card'>
<img src='./img/home/home-img-1.png' data-tab = 'img-1'>
</div>
</div>
<div class='home-row'>
<div class='home-card'>
<img src='./img/home/home-img-2.png' data-tab = 'img-2'>
</div>
<div class='home-text'>
<h2>Futuristic Designs</h2>
<br>
<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>
<br>
<span class='home-button'>View Designs</span>
</div>
</div>
</section>
<section class='home-recent'>
<div class='recent-title'>
<h2>Recent Projects</h2>
</div>
<div class='project' data-tab='1'>
<div class='project-img'>
<img src='./img/home/home-villas-img.png' data-tab = 'villas-img'>
<span class='project-title'>
<h2>THE VILLAS</h2>
</span>
</div>
<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>
<br>
<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>
<div class='project' data-tab='2'>
<div class='project-img'>
<img src='./img/home/home-outskirts-img.png' data-tab = 'outskirts-img'>
<span class='project-title'>
<h2>OUTSKIRTS</h2>
</span>
</div>
<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>
<br>
<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>
<div class='project' data-tab='3'>
<div class='project-img'>
<img src='./img/home/home-the-blocks-img.png' data-tab = 'the-blocks-img'>
<span class='project-title'>
<h2>THE BLOCKS</h2>
</span>
</div>
<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>
<br>
<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>
<footer>
<div class='footer-container'>
<div class='email'>
<p>
Interested in starting a project?
<br> Let’s talk:
</p>
<form>
<input type='text' name='email' value='Enter email'>
</form>
<p class = 'tinytext'>
We'll never share your email with anyone else.
</p>
</div>
<div class='address'>
<address>
<h3>New York</h3>
123 Lane
<br>Suite 100
<br> Albany, NY 12345
<br> 202 555 0144
</address>
</div>
<div class='address'>
<address>
<h3>Florida</h3>
Ocean Drive
<br>Suite 201
<br> Orlando, FL 22345
<br> 502 555 0144
</address>
</div>
<div class='address'>
<address>
<h3>California</h3>
Mountain Street
<br>Suite 105
<br> San Diego, CA 22345
<br> 702 555 0144
</address>
</div>
</div>
<div class='copyright'>
Copyright © 2018 Smith and Jones
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>