-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
370 lines (303 loc) · 13.5 KB
/
index.html
File metadata and controls
370 lines (303 loc) · 13.5 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>Circle Code House</title>
<link rel="canonical" href="http://circlecodehouse.github.io">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" />
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="/js/site.js"></script>
<!-- Commented out until it's either added to the dir or removed -->
<!-- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"> -->
<link rel="icon" href="./images/portfolio/cch_temp_logo.png" type="image/x-icon" />
<link rel="stylesheet" href="https://use.typekit.net/wze6neq.css">
<link rel="stylesheet" type="text/css" href="/css/timeline.css" />
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Open-source framework for publishing content",
"datePublished": "2015-10-07T12:02:41Z",
"image": [
"logo.jpg"
]
}
</script>
<script src="https://use.fontawesome.com/22a8fa2d6f.js"></script>
<style amp-boilerplate>
body {
-webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
-moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
-ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
animation: -amp-start 8s steps(1, end) 0s 1 normal both
}
@-webkit-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-moz-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-ms-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@-o-keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
@keyframes -amp-start {
from {
visibility: hidden
}
to {
visibility: visible
}
}
</style><noscript>
<style amp-boilerplate>
body {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none
}
</style>
</noscript>
</head>
<body class="bg-main">
<!-- Navigation -->
<canvas id="myCanvas" style="border:1px solid #807171;">
Your browser does not support the HTML5 canvas tag.</canvas>
<div id="particles-js"></div>
<nav class="shadow navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img id="headerLogo" src="./images/portfolio/cch_temp_logo.png" width="100px" height="100px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link" href="#about-us">About <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#portfolio">Portfolio</a>
<a class="nav-item nav-link" href="#contact">Contact</a>
</div>
</div>
</nav>
<div class="space"></div>
<!-- Hero -->
<section>
<div class="fullFrontPage">
<div class="purpleTriangle"></div>
<div class="jumbotron">
<h1 class="display-4">Development <br> Made Easy.</h1>
<p class="lead">Your creative needs all in one place.</p>
<div class="buttonGroup">
<a class="btn btn-primary" href="#portfolio" role="button">Our Work</a>
<a class="btn btn-secondary" href="#contact" role="button">Let's Talk</a>
</div>
</div>
</div>
</section>
<!-- About Us -->
<section id="about-us" class="w-100 py-4">
<div class="w-100 row d-flex justify-content-center pt-5 mx-0">
<h2 class="page-heading">About Us</h2>
</div>
<div class="w-100 row d-flex justify-content-center my-3 mx-0 aboutUsDescription montserrat">
<p>Circle Code House is an answer to many needs that we’ve heard <br class="break1" /> from startups, enterprises,
hiring partners, and entrepreneurs.
</div>
<div class="container" id="doubleColumn">
<div class="row">
<div class="col-12 col-md halfCol montserrat">
If you need <b>short-term developers</b>, we can handle all of the necessary paperwork. Just give us the
<b>skills and timeframe</b> and we will match you with the <b>perfect candidate</b>.
</div>
<div class="col-12 col-md halfCol montserrat">
If you want to <b>hand the project over</b> to our Circle Code House, we'll assemble a team lead by a
<b>senior developer</b> that won't <b>break</b> the bank.
</div>
</div>
</div>
</section>
<!-- The Process -->
<section id="process" class="bg-white d-flex-box justify-content-center">
<div class="purpleTriangle3"></div>
<div class="d-flex flex-column align-items-center w-10 pt-5">
<h2 class="page-heading">The Process</h2>
<p class="text-center montserrat">We are transparent with our process from consultation to deployment.</p>
</div>
<div class="w-100 d-flex justify-content-center align-items center pb-5">
<div class="timeline-wrap bg-white box-shadowed col-9 col-md-9 d-flex p-5 mt-5">
<div class="timeline bg-grey mx-5">
<div class="item item-1 bordered">
<h5 class="timeline-text text-1 js-loading text-grey text-left">Consultation</h5>
<p class="timeline-text text-1 js-loading text-grey text-left mt-2">You tell us about your project needs.
</p>
</div>
<div class="item item-2 right bordered">
<h5 class="timeline-text text-2 js-loading text-grey text-left">Estimation</h5>
<p class="timeline-text text-2 js-loading text-grey text-left mt-2">We create an estimate of price and time
based on the consultation.</p>
</div>
<div class="item item-3 bordered">
<h5 class="timeline-text text-3 js-loading text-grey text-left">Team</h5>
<p class="timeline-text text-3 js-loading text-grey text-left mt-2">Your dev team is perfectly curated to
your project.</p>
</div>
<div class="item item-4 right bordered">
<h5 class="timeline-text text-4 js-loading text-grey text-left">Build</h5>
<p class="timeline-text text-4 js-loading text-grey text-left mt-2">The developers jump right into your
project with periodic check-ins.</p>
</div>
<div class="item item-5 right bordered">
<h5 class="timeline-text text-5 js-loading text-grey text-left">Deployment</h5>
<p class="timeline-text text-5 js-loading text-grey text-left mt-2">We walk you through the completed
project and handle all deployment.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Who We Are -->
<section id="who-we-are" class="w-100">
<div class="w-100 row d-flex justify-content-center pt-5 mx-0">
<h2 class="page-heading">Who Are We?</h2>
</div>
<div class="w-100 row d-flex justify-content-center my-3 py-5 mx-0">
<p class="col-12 col-md-5 montserrat">Austin Coding Academy graduates have completed an almost year-long program
that teaches <b>Full-Stack JavaScript.</b> They have backgrounds ranging from teaching, project management, and
tech support to operations and digital marketing. Most held full-time jobs while learning development and
building <b>real-world projects.</b> Our grads are <b>hungry</b> to prove their skills and grit at a company
like yours.</p>
</div>
</section>
<!-- Our Portfolio -->
<section id="portfolio" class="w-100 bg-white">
<div class="w-100 row d-flex justify-content-center pt-5 mx-0">
<h2 class="page-heading">Our Portfolio</h2>
</div>
<div class="purpleTriangle2"></div>
<div class="w-100 d-flex justify-content-center align-items-center pb-5">
<div id="portfolio-box" class="col-9 col-md-9 row bg-white box-shadowed m-0 p-5 my-5">
<div class="col-12 col-md-4 marginAuto">
<a href="https://earlycode.com/"><img height="172" class="img-fluid rounded" src="./images/portfolio/EarlyCode.png" alt="Early Code"></img></a>
<p class="text-grey d-flex justify-content-center montserrat">Early Code</p>
</div>
<div class="col-12 col-md-4 marginAuto">
<img height="172" class="img-fluid rounded" src="./images/portfolio/CircleEducation.png"
alt="Circle Education"></img>
<p class="text-grey d-flex justify-content-center">Circle Education</p>
</div>
<div class="col-12 col-md-4 marginAuto">
<img height="172" class="img-fluid rounded" src="./images/portfolio/ForestFamily.png"
alt="Forest Family Dental"></img>
<p class="text-grey d-flex justify-content-center">Forest Family Dental</p>
</div>
</div>
</div>
</section>
<!-- Meet The Team -->
<section class="w-100">
<div class="w-100 row d-flex justify-content-center pt-5 mx-0">
<h2 class="page-heading">Our Team</h2>
</div>
<div class="w-100 row d-flex justify-content-center align-items-center">
<div class="col-12 col-md-9 row p-4 my-5">
<div class="col-12 col-md-4 d-flex flex-column align-items-center">
<img height="172" class="img-fluid rounded" src="./images/team/ZechMain.png" alt="Dan"></img>
<h3 class="text-grey">Zech Mengis</h3>
<p class="text-grey d-flex justify-content-center montserrat">Managing Director</p>
</div>
<div class="col-12 col-md-4 d-flex flex-column align-items-center">
<img height="172" class="img-fluid rounded" src="./images/team/EmilioMain.png" alt="Emilio"></img>
<h3 class="text-grey">Emilio Sanchez</h3>
<p class="text-grey d-flex justify-content-center montserrat">Lead Developer</p>
</div>
<div class="col-12 col-md-4 d-flex flex-column align-items-center">
<img height="172" class="img-fluid rounded" src="./images/team/SkyMain.png" alt="Sky"></img>
<h3 class="text-grey">Sky Mendes</h3>
<p class="text-grey d-flex justify-content-center montserrat">Lead Designer</p>
</div>
</div>
</div>
</section>
<!-- Contact Us -->
<section id="contact" class="w-100 bg-white">
<div class="w-100 row d-flex justify-content-center pt-5 mx-0">
<h2 class="page-heading">Contact Us</h2>
</div>
<div class="w-100 d-flex justify-content-center align-items-center">
<!-- https://4runw89p71.execute-api.us-west-1.amazonaws.com/latest/hubspot/4009818/8fb40a43-8ebf-4f5e-8a4a-6e72ecec56ab -->
<div class="col-12 col-md-9 justify-content-center row box-shadowed pt-4 my-5 bg-white hub-form p-5">
<!-- [if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif] -->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "4009818",
formId: "a487cfaf-a8c5-460c-9d98-5e8272ccb0d3",
target: '.hub-form'
});
</script>
</div>
</div>
<div class="w-100 row d-flex justify-content-center my-3 py-5 mx-0 text-center">
<p class="montserrat">Question can’t wait? Reach out: <br>Zech Mengis<br> Managing Director<br> 512-456-9295<br>
info@circlecodehouse.com
</div>
</section>
<!-- Footer -->
<section class="w-100 bg-gray" id="footer">
<div class='row no-gutters text-center' id="topFooter">
<div class='col-12 col-md-4 order-md-3 order-1 rightFooter d montserrat'>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class='col-12 col-md-4 order-md-1 order-2 d montserrat' id="leftFooter">
Circle Code House, LLC<br>
1335 E. Whitestone Blvd W-100 Cedar Park, TX 78613
</div>
<div class='col-12 col-md-4 order-md-2 order-3 rightFooter d montserrat'>
Copyright 2020
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="/js/particles.js"></script>
</body>
</html>