-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (276 loc) · 9.94 KB
/
index.html
File metadata and controls
293 lines (276 loc) · 9.94 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
<!--
IMPORTANT: This project made use of code kindly provided by Code Institute Solutions at:
https://github.com/Code-Institute-Solutions/love-running-v3/tree/main/8.1-testing-and-validation
Images are sourced from https://www.pexels.com/
Icons are sourced from https://fontawesome.com/
Favicons are generated by https://favicon.io/favicon-converter
Literature content by Lino Bollansee enhanced by ChatGPT 3.5 https://chat.openai.com/
-->
<!-- Document type declaration -->
<!DOCTYPE html>
<!-- Language of the HTML document -->
<html lang="en">
<!-- Head element, meta-information container -->
<head>
<!-- Character set -->
<meta charset="UTF-8" />
<!-- Document mode and browser compatibility -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Viewport settings for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Description for search engine optimization -->
<meta name="description" content="ByteCoding, coding on computers." />
<!-- Keywords for search engine optimization -->
<meta
name="keywords"
content="coding, code, coders, coding school, html, css"
/>
<!-- Title of the web page -->
<title>ByteCoding</title>
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<!-- External stylesheet -->
<link rel="stylesheet" href="assets/css/style.css" />
<!-- End of head element, meta-information container -->
</head>
<!-- Body element, content of the web page -->
<body>
<!-- Header section, semantic element -->
<header>
<!-- Logo with a link to the home page -->
<a href="index.html">
<h1 id="logo">ByteCoding</h1>
</a>
<!-- Navigation toggle for small screens -->
<input type="checkbox" id="nav-toggle" name="nav-toggle" />
<label for="nav-toggle" class="nav-toggle-label">
<!-- Chevron down circle button -->
<i class="fa-solid fa-circle-chevron-down"></i>
</label>
<!-- Navigation, semantic element -->
<nav>
<!-- Unordered list of navigation links -->
<ul id="menu">
<li><a href="index.html" class="active">Main</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="enroll.html">Enroll</a></li>
<!-- End of unordered list of navigation links -->
</ul>
<!-- End of navigation, semantic element -->
</nav>
<!-- End of header section, semantic element -->
</header>
<!-- Main content, semantic element -->
<main>
<!-- Hero section -->
<section id="hero">
<!-- Cover-text division -->
<div id="cover-text">
<!-- Subheading, cover-text division -->
<h2>Languages</h2>
<!-- Sub-subheading, cover-text division -->
<h3>HTML5 & CSS3</h3>
<h3>Javascript</h3>
<!-- End of cover-text division -->
</div>
<!-- End of hero section -->
</section>
<!-- Reasons section -->
<section id="reasons">
<!-- Subheading, reasons section -->
<h2>Why code with us?</h2>
<div id="benefits">
<div id="benefits-one">
<div>
<h3>Microchips <i class="fa-solid fa-microchip"></i></h3>
<hr />
<p>
Delve into a world where unlocking the secret to optimal
microchip performance is at your fingertips. Through refining
algorithms and sculpting silicon brains, we expertly transform
inert microchips into powerful machines, ensuring they operate
at their absolute best. Join our journey of coding excellence
for an enriching and transformative experience, empowering you
to master and harness cutting-edge technology with confidence
and skill.
</p>
</div>
<div>
<h3>Mobile Devices <i class="fa-solid fa-tablet"></i></h3>
<hr />
<p>
Our coding approach emphasizes responsiveness, enhancing your
mobile devices' performance. This entails fine-tuning the
code to seamlessly adapt to diverse screen sizes and user
interactions. Beyond functionality, it's an art form that
ensures a dynamic user experience, creating interfaces tailored
to individual devices. Code with us for a consistently smooth
and enjoyable digital journey.
</p>
</div>
</div>
<div id="benefits-two">
<div>
<h3>Artificial Intelligence <i class="fa-solid fa-robot"></i></h3>
<hr />
<p>
Gain the master key to communicate with the future of
technology—Artificial Intelligence. Coding isn't just about
learning a language; it's understanding the syntax to converse
with the brainpower behind AI systems. Equip yourself
with the tools to give instructions, manipulate data, and
comprehend the logic that drives AI algorithms. In a world
dominated by AI, coding becomes your passport to meaningful
dialogue with intelligent systems.
</p>
</div>
<div>
<h3>GitHub <i class="fa-brands fa-github"></i></h3>
<hr />
<p>
Mastering coding is crucial for unlocking the full potential of
GitHub, the collaborative platform synonymous with
modern software development. GitHub serves as a hub for global
developer collaboration, requiring proficiency in coding
languages. This knowledge enables effective navigation of
repositories, contribution to open-source projects, and
comprehension of version control intricacies.
</p>
</div>
</div>
<div id="benefits-image">
<div id="circle-cover-bg-one"></div>
</div>
</div>
</section>
</main>
<!-- Footer section, semantic element -->
<footer>
<!-- Unordered list of social networks -->
<ul id="social-networks">
<li>
<a
id="facebook-color"
href="https://www.facebook.com/"
target="_blank"
rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"
>
<i class="fa-brands fa-facebook"></i
></a>
</li>
<li>
<a
id="git-color"
href="https://git-scm.com/"
target="_blank"
rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)"
>
<i class="fa-brands fa-square-git"></i
></a>
</li>
<li>
<a
id="linkedin-color"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener"
aria-label="Visit our LinkedIn page (opens in a new tab)"
>
<i class="fa-brands fa-linkedin"></i
></a>
</li>
<li>
<a
id="skype-color"
href="https://www.skype.com/"
target="_blank"
rel="noopener"
aria-label="Join our Skype group (opens in a new tab)"
>
<i class="fa-brands fa-skype"></i
></a>
</li>
<li>
<a
id="telegram-color"
href="https://telegram.org/"
target="_blank"
rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)"
>
<i class="fa-brands fa-telegram"></i
></a>
</li>
<li>
<a
id="twitter-color"
href="https://www.twitter.com/"
target="_blank"
rel="noopener"
aria-label="Visit our Twitter page (opens in a new tab)"
>
<i class="fa-brands fa-square-x-twitter"></i
></a>
</li>
<li>
<a
id="whatsapp-color"
href="https://www.whatsapp.com/"
target="_blank"
rel="noopener"
aria-label="Join our WhatsApp group (opens in a new tab)"
>
<i class="fa-brands fa-whatsapp"></i
></a>
</li>
<li>
<a
id="youtube-color"
href="https://www.youtube.com/"
target="_blank"
rel="noopener"
aria-label="Visit our YouTube page (opens in a new tab)"
>
<i class="fa-brands fa-youtube-square"></i
></a>
</li>
<!-- End of unordered list of social networks -->
</ul>
<!-- End of footer, semantic element -->
</footer>
<!-- Font Awesome kit, owner: Lino Bollansee -->
<script
src="https://kit.fontawesome.com/5846581d05.js"
crossorigin="anonymous"
></script>
<!-- End of body element, content of the web page -->
</body>
<!-- End of HTML element -->
</html>
<!--
IMPORTANT: This project made use of code kindly provided by Code Institute Solutions at:
https://github.com/Code-Institute-Solutions/love-running-v3/tree/main/8.1-testing-and-validation
Images are sourced from https://www.pexels.com/
Icons are sourced from https://fontawesome.com/
Favicons are generated by https://favicon.io/favicon-converter
Literature content by Lino Bollansee enhanced by ChatGPT 3.5 https://chat.openai.com/
-->