-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
300 lines (283 loc) · 9.83 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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Casey Web Technologies</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<!-- NAVIGATION -->
<div class="w3-top">
<div class="w3-bar w3-black">
<span class="branding w3-bar-item w3-mobile"
>Casey Web Technologies</span
>
<span class="w3-right w3-mobile">
<a class="w3-bar-item w3-button w3-mobile w3-hover-blue-grey" href="#"
>Home</a
>
<a
class="w3-bar-item w3-button w3-mobile w3-hover-blue-grey"
href="#about"
>About</a
>
<a
class="w3-bar-item w3-button w3-mobile w3-hover-blue-grey"
href="#services"
>Services</a
>
<a
class="w3-bar-item w3-button w3-mobile w3-hover-blue-grey"
href="#contact"
>Contact</a
>
</span>
</div>
</div>
<!-- SHOWCASE -->
<section class="showcase">
<div class="w3-container w3-center">
<h1 class="w3-text-shadow w3-animate-opacity">Hello There!</h1>
<hr />
<p class="w3-animate-opacity">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo
</p>
<button
onclick="document.getElementById('start-modal').style.display='block'"
class="w3-button w3-blue-grey w3-large w3-opacity"
>
Start Here
</button>
</div>
</section>
<!-- SECTION 1 -->
<section class="section w3-blue-grey w3-hover-opacity">
<div class="w3-container w3-center">
<i class="fa fa-home"></i>
<h2>Welcome Home</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- SECTION 2 -->
<section class="section w3-light-grey w3-hover-opacity">
<div class="w3-container w3-center">
<i class="fa fa-cog"></i>
<h2>Let's Begin</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- ABOUT -->
<section id="about" class="section">
<div class="w3-container">
<div class="w3-row-padding">
<div class="w3-col m5">
<img src="img/about.jpg" />
</div>
<div class="w3-col m7">
<button
onclick="accFunction('what')"
class="w3-btn-block w3-left-align"
>
What We Do
</button>
<div id="what" class="w3-container w3-show">
<h3>We Do It All</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
<button
onclick="accFunction('who')"
class="w3-btn-block w3-left-align"
>
Who We Are
</button>
<div id="who" class="w3-container w3-hide">
<h3>We Are CWT</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur.
</p>
</div>
<button
onclick="accFunction('where')"
class="w3-btn-block w3-left-align"
>
Where We Are
</button>
<div id="where" class="w3-container w3-hide">
<h3>We Are Everywhere</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES HEADING -->
<section id="services" class="section w3-blue-grey w3-hover-opacity">
<div class="w3-container w3-center">
<h1 class="w3-text-shadow">OUR SERVICES</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- SERVICES -->
<section class="section w3-light-grey">
<div class="w3-container w3-center">
<div class="w3-row">
<div class="w3-col m3">
<i
class="fa fa-comment w3-blue-grey w3-padding-small w3-round-xlarge"
></i>
<h3>Internet Marketing</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="w3-col m3">
<i
class="fa fa-search w3-blue-grey w3-padding-small w3-round-xlarge"
></i>
<h3>SEO</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="w3-col m3">
<i
class="fa fa-cubes w3-blue-grey w3-padding-small w3-round-xlarge"
></i>
<h3>Software Development</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="w3-col m3">
<i
class="fa fa-cloud w3-blue-grey w3-padding-small w3-round-xlarge"
></i>
<h3>Cloud Hosting</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
</section>
<!-- CONTACT HEADING -->
<section id="contact" class="section w3-dark-grey w3-hover-opacity">
<div class="w3-container w3-center">
<h1 class="w3-text-shadow">GET IN TOUCH</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- CONTACT -->
<section class="section">
<div class="w3-container">
<div class="w3-card-4">
<div class="w3-container w3-dark-grey">
<h2>Contact Us</h2>
</div>
<form class="w3-container w3-padding-xlarge">
<label class="w3-label">Name</label>
<input class="w3-input" type="text" />
<label class="w3-label">Email</label>
<input class="w3-input" type="text" />
<label class="w3-input">Message</label>
<textarea class="w3-input w3-border" style="resize:none"></textarea>
<br />
<button type="submit" class="w3-button">Submit</button>
<br /><br />
</form>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="w3-black w3-padding-xlarge w3-center">
<p>Casey Web Technologies © 2019</p>
</footer>
<!-- MODAL -->
<div id="start-modal" class="w3-modal">
<div class="w3-modal-content">
<header class="w3-container w3-blue-grey">
<span
onclick="document.getElementById('start-modal').style.display='none'"
class="w3-closebtn"
>×</span
>
<h2>Get Started</h2>
</header>
<div class="w3-container">
<form>
<div class="w3-section">
<label>Name</label>
<input
class="w3-input w3-border w3-margin-bottom"
type="text"
placeholder="Enter Name"
/>
<label>Username</label>
<input
class="w3-input w3-border w3-margin-bottom"
type="text"
placeholder="Enter Username"
/>
<label>Password</label>
<input
class="w3-input w3-border w3-margin-bottom"
type="password"
placeholder="Enter Password"
/>
<label>Confirm Password</label>
<input
class="w3-input w3-border w3-margin-bottom"
type="password"
placeholder="Enter Password"
/>
<button class="w3-black w3-btn-block w3-section w3-padding">
Submit
</button>
</div>
</form>
</div>
</div>
</div>
<script>
function accFunction(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>