generated from twbs/bootstrap-npm-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (238 loc) · 10.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Mahdi Rezaei">
<meta name="keyword" content="HTML5, CSS3, Vanilla JS, Vite.js, Bootcamp, Programming">
<meta name="description"
content="The purpose of this repository is to measure my understanding of HTML5, CSS3, Vanilla JS, and GitHub workflow.">
<title>Programming Bootcamp</title>
<!-- font family -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap"
rel="stylesheet">
<!-- project styles -->
<link rel="stylesheet" href="assets/css/starter.css">
</head>
<body>
<div id="preloader"></div>
<header class="shadow">
<div class="social-header bg-secondary-300">
<div class="container">
<ul class="nav">
<li class="nav-item">
<a href="javascript:void(0)" class="nav-link text-light">
<img loading="lazy" src="./assets/img/main/facebook.png" alt="facebook icon" width="9" height="18">
</a>
</li>
<li class="nav-item">
<a href="javascript:void(0)" class="nav-link text-light">
<img loading="lazy" src="./assets/img/main/twitter.png" alt="twitter icon" width="18" height="18">
</a>
</li>
<li class="nav-item">
<a href="javascript:void(0)" class="nav-link text-light fs-100">Persian</a>
</li>
</ul>
</div>
</div>
<nav class="custom-navbar py-2">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="#">
<img loading="lazy" src="./assets/img/logo.svg" alt="website logo" width="130" height="51">
</a>
<img loading="lazy" class="close" src="./assets/img/main/btn-close.png" alt="close button icon" width="15" height="15">
<!-- Links -->
<ul class="main-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">News</a>
</li>
<li class="nav-item">
<button class="btn btn-outline-primary border border-primary border-400 rounded-0">Join us</button>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section id="landing-section">
<div class="container py-9 position-relative">
<img loading="lazy" class="menu" src="./assets/img/main/mobile_menu.png" alt="mobile menu icon" width="25" height="25">
<p class="sub-header text-primary">"Hello! Sharing World"</p>
<h1 id="leading-header" class="text-xl">
</h1>
<div id="intro" class="p-4 mt-4">
There's no shortage of content at Laracasts. Push your web development skills to the next level, through
expert screencasts on Laravel, Vue, and so much more.
Joining takes less than a minute, and, if your peers are correct, is the best decision you'll make all day. If
you're still on the fence, we have a plan called “monthly” - and it’s not like the gym. Seriously, you can
cancel it in five seconds if this isn't for you.
</div>
<div class="location">
<div class="dateinfo">
<p class="primary-header mt-5">Laracast provide you the best quality materials</p>
</div>
<div class="locate">
<address>@ National Museum of Korea, Art Center Nabi.</address>
</div>
</div>
</div>
</section>
<section class="main-program pb-7">
<div class="container">
<h2 class="secondary-header text-light text-center pt-7 ">Pick a topic. Any topic.</h2>
<div class=" divider border-bottom border-primary my-3"></div>
<p class="w-75 mx-auto text-center text-white-200 lead">Why learn a tool second-hand, when you can instead be
taught
by the very person who created it? CreatorSeries
provide deep-dives into technologies, as presented by their original creators.</p>
<div class="wrapper my-5">
<div class="program-list">
<div class="program_icon">
<img loading="lazy" src="./assets/img/main/icon-1.png" alt="php" width="70" height="70">
</div>
<h2 class="program-title text-primary ">
PHP
</h2>
<div class="program_sub_description fs-100">
We all start somewhere. For programming, this series is that first step. I've designed it specifically for
newcomers to, not just PHP, but programming in general.
</div>
</div>
<div class="program-list">
<div class="program_icon">
<img loading="lazy" src="./assets/img/main/icon-2.png" alt="conference" width="70" height="70">
</div>
<h2 class="program-title text-primary ">
Laravel 8 From Scratch
</h2>
<div class="program_sub_description fs-100">
We don't learn tools for the sake of learning tools. Instead, we learn them because they help us
accomplish a particular goal.
</div>
</div>
<div class="program-list">
<div class="program_icon">
<img loading="lazy" src="./assets/img/main/icon-4.png" alt="conference" width="70" height="70">
</div>
<h2 class="program-title text-primary ">
Vim Mastery
</h2>
<div class="program_sub_description fs-100">
There's a reason why, after decades, countless developers still prefer Vim as their code editor of choice.
That many people can't be wrong, right? Let's learn this topic.
</div>
</div>
<div class="program-list">
<div class="program_icon">
<img loading="lazy" src="./assets/img/main/icon-3.png" alt="conference" width="70" height="70">
</div>
<h2 class="program-title text-primary ">
CSS Grids
</h2>
<div class="program_sub_description fs-100">
Grid is one of the most powerful tools in CSS, but also the most confusing one. Once you master creating
layouts with CSS grids, you’ll wonder how you lived without it.
</div>
</div>
<div class="program-list">
<div class="program_icon">
<img loading="lazy" src="./assets/img/main/icon-5.png" alt="conference" width="70" height="70">
</div>
<h2 class="program-title text-primary ">
Regular Expressions
</h2>
<div class="program_sub_description fs-100">
Does the thought of a confusing regular expression send chills down your back? Don't worry; you're in the
majority.
</div>
</div>
</div>
<div class="text-center mt-3">
<a class="text-white course" href="javascript:void(0)">See the hole courses</a>
</div>
</div>
</section>
<section class="speakers">
<div class="container">
<h2 class="secondary-header text-secondary text-center pt-7 ">Modern. Current. Expert Teachers.</h2>
<div class=" divider border-bottom border-primary my-3"></div>
<p class="w-75 mx-auto text-center text-secondary lead">
In addition to our full-time instructors, we often reach out to top developers in the programming space for
their expertise.</p>
<div class="speaker-list mt-5 pb-7">
</div>
</div>
</section>
<section class="partner bg-secondary-300 py-5">
<div class="container">
<h2 class="secondary-header text-light text-center">Our Partners</h2>
<div class=" divider border-bottom border-primary my-3"></div>
<p class="w-75 mx-auto text-center text-white-200 lead">
Support us and become our partner today.
</p>
<div class="my-5">
<ul class="wrapper">
<li>
<img loading="lazy" class="img-fluid m-2" width="170" height="40" src="./assets/img/partner/storyblok.avif" alt="">
</li>
<li>
<img loading="lazy" class="img-fluid m-2" width="170" height="40" src="./assets/img/partner/nuxt.avif" alt="">
</li>
<li>
<img loading="lazy" class="img-fluid m-2" width="170" height="40" src="./assets/img/partner/vehikl.avif" alt="">
</li>
<li>
<img loading="lazy" class="img-fluid m-2" width="170" height="40" src="./assets/img/partner/vuemastery.avif" alt="">
</li>
<li>
<img loading="lazy" class="img-fluid m-2" width="170" height="40" src="./assets/img/partner/vueschool.avif" alt="">
</li>
</ul>
</div>
</div>
</section>
</main>
<footer class="py-6">
<div class="container">
<div class="row footer-wrapper">
<div class="logowrapper col-md-4">
<img loading="lazy" class="img-fluid" src="./assets/img/main/logo.svg" alt="website logo" width="300px" height="50px">
</div>
<div class="copy-right col-md-8">
<p class="small">
Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for
yourself, and massively level up your development skills in the process.
</p>
<p class="small mt-4">
2015 Creative Commons Korea. Some Rights Reserved.
</p>
</div>
</div>
</div>
</footer>
<a href="#">
<img class="totop" src="./assets/img/main/totopbtn.png" alt="to top button icon" width="50" height="50">
</a>
<script type="module" src="./assets/js/starter.js"></script>
<script type="module" src="./assets/js/dynamic.js"></script>
</body>
</html>