This repository was archived by the owner on Sep 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
335 lines (318 loc) · 14.5 KB
/
index.html
File metadata and controls
335 lines (318 loc) · 14.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Canadian Coding | Comming Soon</title>
<meta name="twitter:description" content="Canadian Coding | Comming Soon; A website with posts about web development, package & project showcases, and language overviews.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/assets/img/rocky-mountain.jpg">
<meta property="og:type" content="website">
<meta name="description" content="Canadian Coding | Comming Soon; A website with posts about web development, package & project showcases, and language overviews.">
<meta property="og:image" content="/assets/img/rocky-mountain.jpg">
<meta name="twitter:title" content="Canadian Coding | Comming Soon">
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" >
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="assets/fonts/line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Off Canvas Menu -->
<link rel="stylesheet" type="text/css" href="assets/css/menu_sideslide.css">
<!-- Color Switcher -->
<link rel="stylesheet" type="text/css" href="assets/css/vegas.min.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<div class="menu-wrap">
<div class="menu navbar">
<div class="menu-list navbar-collapse">
<ul class="onepage-nev navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#header-wrap">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#posts">Recent Posts</a>
</li>
</ul>
</div>
</div>
<button class="close-button" id="close-button"><i class="lni-close"></i></button>
</div>
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar menu-bg">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="lni-menu"></span>
<span class="lni-menu"></span>
<span class="lni-menu"></span>
</button>
<a href="index.html" class="navbar-brand" style="color:#141414;"><img src="assets/img/canadian-coding-logo.png" alt="Canadian Coding logo" width="60px" height="60px"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item" id="open-button">
<a class="nav-link">
<i class="lni-menu"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu">
<li>
<a href="#header-wrap">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#posts">Recent Posts</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
</header>
<!-- Intro Section Start -->
<section class="intro">
<div class="container">
<div class="row text-center">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="heading-count">
<h2>Canadian Coding <br>Coming Soon</h2>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="row countdown justify-content-center">
<div id="clock" class="time-count"></div>
</div>
<a href="#posts" class="btn btn-common">Recent Posts</a>
<a href="#about" class="btn btn-border">About Us</a>
<div class="social mt-4">
<a class="github" href="https://github.com/canadian-coding"><i class="lni-github"></i></a>
<a class="instagram" href="https://www.instagram.com/canadiancoding/"><i class="lni-instagram-filled"></i></a>
</div>
<a href="#about" class="target-scroll page-scroll"><i class="lni-chevron-down"></i></a>
</div>
</div>
</div>
</section>
<!-- Intro Section End -->
<section id="about" class="section-padding" >
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-8 col-xs-12 text-center">
<h6 class="subtitle">
What do you do?
</h6>
<h2 class="section-title">
We Create Posts About Coding
</h2>
<div class="section-info">
Currently our posts are spread accross Instagram and Github.
With the launch of this website we will be able to unite the information with the source code.
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12 fadeInUp" data-animation="fadeInUp">
<div class="about-item">
<div class="icon">
<i class="lni-html5"></i>
</div>
<h3><a href="#posts">Web Development</a></h3>
<p>Posts regarding web development frameworks, techniques, and design paterns.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 fadeInUp" data-animation="fadeInUp" data-delay="300">
<div class="about-item">
<div class="icon">
<i class="lni-text-format"></i>
</div>
<h3><a href="#posts">Language Overviews</a></h3>
<p>High level looks at languages with sections such as basic syntax, typing, variable declaration etc...</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 fadeInUp" data-animation="fadeInUp" data-delay="600">
<div class="about-item">
<div class="icon">
<i class="lni-gift"></i>
</div>
<h3><a href="#posts">Package and Project Showcases</a></h3>
<p>A look at packages for languages as well as stand alone projects and frameworks.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Recent Posts Start -->
<section id="posts" class="section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-8 col-xs-12 text-center">
<h6 class="subtitle">
Check out
</h6>
<h2 class="section-title">
Our Recent Posts
</h2>
<div class="section-info">
All of these posts have instagram, and github posts available.
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<!-- Recent Post Item Starts -->
<div class="team-item text-center">
<div class="team-img">
<img class="img-fluid" src="assets/img/posts/oct-14-2019.jpg" alt="">
<div class="team-overlay">
<div class="overlay-social-icon text-center">
<ul class="social-icons">
<li><a href="https://github.com/canadian-coding/posts/tree/master/2019/October/14th%20-%20Processing%20Overview"><i class="lni-github" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="lni-instagram-filled" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="info-text">
<h3><a href="#">Processing Language Overview</a></h3>
<h5>October 14th 2019</h5>
</div>
</div>
<!-- Recent Post Item Ends -->
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<!-- Recent Post Item Starts -->
<div class="team-item text-center">
<div class="team-img">
<img class="img-fluid" src="assets/img/posts/sept-10-2019.png" alt="">
<div class="team-overlay">
<div class="overlay-social-icon text-center">
<ul class="social-icons">
<li><a href="https://github.com/canadian-coding/posts/tree/master/2019/September/10th%20-%20Counter's%2C%20deque's%2C%20and%20namedtupple's%20in%20Python"><i class="lni-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/p/B2O8bxEAogl/?utm_source=ig_web_copy_link"><i class="lni-instagram-filled" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="info-text">
<h3><a href="https://www.instagram.com/p/B2O8bxEAogl/?utm_source=ig_web_copy_link">Counter's, Deque's & Namedtuppples</a></h3>
<h5>September 10th 2019</h5>
</div>
</div>
<!-- Recent Post Item Ends -->
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<!-- Recent Post Item Starts -->
<div class="team-item text-center">
<div class="team-img">
<img class="img-fluid" src="assets/img/posts/aug-31-2019.png" alt="">
<div class="team-overlay">
<div class="overlay-social-icon text-center">
<ul class="social-icons">
<li><a href="https://github.com/canadian-coding/posts/tree/master/2019/August/30th%20-%20Module%20Showcase%3B%20locust"><i class="lni-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/p/B11TxfigEs7/?utm_source=ig_web_copy_link"><i class="lni-instagram-filled" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="info-text">
<h3><a href="https://www.instagram.com/p/B11TxfigEs7/?utm_source=ig_web_copy_link">Locust: Python Load Testing Framework</a></h3>
<h5>August 31st 2019</h5>
</div>
</div>
<!-- Recent Post Item Ends -->
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<!-- Recent Post Item Starts -->
<div class="team-item text-center">
<div class="team-img">
<img class="img-fluid" src="assets/img/posts/aug-25-2019.png" alt="">
<div class="team-overlay">
<div class="overlay-social-icon text-center">
<ul class="social-icons">
<li><a href="https://github.com/canadian-coding/posts/tree/master/2019/August/25th%20-%20Module%20Showcase%3B%20Subprocess"><i class="lni-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/p/B1l9_aehlOM/?utm_source=ig_web_copy_link"><i class="lni-instagram-filled" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="info-text">
<h3><a href="https://www.instagram.com/p/B1l9_aehlOM/?utm_source=ig_web_copy_link">Subprocess: running binaries in python</a></h3>
<h5>August 25th 2019</h5>
</div>
</div>
<!-- Recent Post Item Ends -->
</div>
</div>
</div>
</section>
<!-- Recent Post Section End -->
<!-- Footer Section Start -->
<footer class="footer-area section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-text text-center">
<ul class="social-icon">
<li>
<a class="github" href="https://github.com/canadian-coding"><i class="lni-github"></i></a>
</li>
<li>
<a class="instagram" href="https://www.instagram.com/canadiancoding/"><i class="lni-instagram-filled"></i></a>
</li>
</ul>
<p>Copyright © 2019 Canadian Coding</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-chevron-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/vegas.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/menu.js"></script>
<script src="assets/js/classie.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
</body>
</html>