-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
318 lines (318 loc) · 11.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coding Courses</title>
<link
rel="shortcut icon"
type="image/jpeg"
href="icons_pics/programming.png"
/>
<link rel="stylesheet" href="index.css" />
<link
href="https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@700&family=Satisfy&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Gentium+Book+Basic&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Reggae+One&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav class="navi">
<span><a href="#home">Home</a></span>
<span><a href="#reference">References</a></span>
<span><a href="#ab">About</a></span>
<span><a href="#contact">Contact Me</a></span>
<span class="login"><a href="login.html">Login</a></span>
</nav>
<nav class="contents">
<span class="web_nav"><a href="#web">Web Development</a></span
><span class="prog_nav"><a href="#prog">Languages</a></span
><span class="app_nav"> <a href="#app">App Development</a></span
><span class="cont_nav">Contents</span>
</nav>
<header class="home" id="home">
<div class="home_bg_orange"></div>
<div class="home_text">
<p class="hello">Hello</p>
<p class="world">People...</p>
</div>
<p
style="
font-size: 60px;
margin: -30px;
text-align: center;
font-family: 'Reggae One', cursive;
"
class="code"
>
Let's Learn to Code!
</p>
<p class="mobile" style="color: rgb(250, 121, 16)">
Note: This Web Page Looks better in a Laptop
</p>
</header>
<main>
<article id="web">
<br />
<p class="web">Web Development</p>
<div class="logo">
<a href="https://www.sololearn.com/learning/1014" target="_blank"
><img
src="icons_pics/html_logo.png"
style="height: 400px"
alt="html_logo"
/></a>
<a href="https://www.sololearn.com/learning/1014" target="_blank"
><p>HTML</p></a
>
<p class="content">
This FREE course will teach you how to design a web page using HTML.
Complete a series of hands-on exercises and practice while writing
real HTML code.
</p>
</div>
<div class="logo">
<a href="https://www.sololearn.com/learning/1023" target="_blank"
><img
src="icons_pics/css_logo.png"
style="height: 370px"
alt="css_logo"
/></a>
<a href="https://www.sololearn.com/learning/1023" target="_blank"
><p>CSS</p></a
>
<p class="content">
Our CSS course will teach you how to control the style & layout of
websites. Complete a series of exercises and practice while filling
out actual CSS templates.
</p>
</div>
<div class="logo">
<p
style="
color: rgb(54, 51, 51);
font-weight: 900px;
font-family: sans-serif;
"
>
JAVA
</p>
<a href="https://www.sololearn.com/learning/1068" target="_blank"
><img
src="icons_pics/javascript_logo.png"
style="height: 310px"
alt="js_logo"
/></a>
<a href="https://www.sololearn.com/learning/1068" target="_blank"
><p style="font-size: 50px">JAVA SCRIPT</p></a
>
<p class="content">
With our interactive Java course, you’ll learn object-oriented Java
programming and have the ability to write clear and valid code in
almost no time at all.
</p>
</div>
</article>
<article id="prog">
<br />
<p class="prog">Programming Languages</p>
<div class="logo">
<a href="https://www.sololearn.com/learning/1073" target="_blank"
><img src="icons_pics/python_logo.png" alt="python_logo"
/></a>
<a href="https://www.sololearn.com/learning/1073" target="_blank"
><p>Python</p></a
>
<p class="content">
Learn Python, one of today's most in-demand programming languages
on-the-go! Practice writing Python code, collect points, & show off
your skills now!
</p>
</div>
<div class="logo">
<a href="https://www.sololearn.com/learning/1068" target="_blank"
><img src="icons_pics/java_logo.png" alt="java_logo"
/></a>
<a href="https://www.sololearn.com/learning/1068" target="_blank"
><p>Java</p></a
>
<p class="content">
With our interactive Java course, you’ll learn object-oriented Java
programming and have the ability to write clear and valid code in
almost no time at all.
</p>
</div>
<div class="logo">
<a href="https://www.sololearn.com/learning/1051" target="_blank"
><img
src="icons_pics/c++_logo.png"
style="height: 340px"
alt="c++logo"
/></a>
<a href="https://www.sololearn.com/learning/1051" target="_blank"
><p>C++</p></a
>
<p class="content">
Our C++ tutorial covers basic concepts, data types, arrays,
pointers, conditional statements, loops, functions, classes,
objects, inheritance, and polymorphism.
</p>
</div>
</article>
<article id="app">
<br />
<p class="app">App Development</p>
<div class="logo" style="padding-top: 15px">
<a href="https://www.sololearn.com/learning/1075" target="_blank"
><img src="icons_pics/Swift_logo.png" alt="swift_logo"
/></a>
<a href="https://www.sololearn.com/learning/1075" target="_blank"
><p>Swift 4</p></a
>
<p class="content">
Learn all the main concepts of Swift programming and apply your
newly gained knowledge to create your own, fully functioning iOS app
macOS, iOS, watchOS, tvOS and beyond!
</p>
</div>
<div class="logo">
<a href="https://www.sololearn.com/learning/1160" target="_blank"
><img src="icons_pics/kotlin_logo.png" alt="kotlin_logo"
/></a>
<a href="https://www.sololearn.com/learning/1160" target="_blank"
><p>Kotlin</p></a
>
<p class="content">
Kotlin is a modern and powerful cross-platform programming language,
designed to interoperate with Java. In this course, we’ll cover the
main concepts of Kotlin, as well as build real-life projects and
solve different coding challenges.
</p>
</div>
<div class="logo">
<a href="https://www.sololearn.com/learning/1080" target="_blank"
><img
src="icons_pics/c_sharp_logo.png"
style="height: 340px"
alt="c_logo"
/></a>
<a href="https://www.sololearn.com/learning/1080" target="_blank"
><p>C#</p></a
>
<p class="content">
With our interactive C# Tutorial, you will learn C# programming
on-the-go! Practice writing C# code, collect points, & show off your
skills.
</p>
</div>
</article>
</main>
<footer>
<div id="reference"><br /><br /><br /></div>
<div id="ref">
<p style="font-size: 50px; margin: 15px" class="ref">References</p>
<li>
<ul>
For more courses and content please visit
<a href="https://www.sololearn.com/" target="_blank"
>www.Solo Learn.com</a
>
Official Website
</ul>
<ul>
All Icons are downloaded from
<a href="https://www.flaticon.com/" title="Flaticon" target="_blank"
>www.flaticon.com</a
>
</ul>
<ul>
Icons made by
<a href="https://www.freepik.com" title="Freepik" target="_blank"
>www.freepik.com</a
>
</ul>
<ul>
Content logos are downloaded from
<a href="www.google.com" target="_blank">www.google.com</a>
</ul>
<ul>
Font families are taken from
<a href="https://fonts.google.com/" target="_blank"
>www.fonts.google.com</a
>
</ul>
<ul>
Background image for login page is downloaded from
<a href="https://wallpapercave.com/" target="_blank"
>www.wallpapercave.com</a
>
</ul>
<ul>
SVG Background for main page is taken from
<a href="https://www.svgbackgrounds.com/" target="_blank"
>www.svgbackgrounds.com</a
>
</ul>
</li>
</div>
<div id="ab"><br /><br /><br /></div>
<div id="about">
<p style="font-size: 50px; margin-bottom: 15px" class="abt">About</p>
<p>
This page is created for practice purpose. All Credits for Icons,
Logos and SVG Background goes to Authors who desingned them. Coding
content that I refered here is totally from Solo Learn Website. You
can visit their website for more exiting and intresting content.
</p>
<p>
You can access the HTML and CSS code of this webpage from my
<a
href="https://github.com/hari4742/coding_courses"
style="text-decoration: underline; color: #45aaf2"
target="_blank"
>GitHub repository.</a
>
</p>
</div>
<div class="contact" id="contact">
<span id="ctme">Contact Me</span>
<span id="sololearn"
><a
href="https://www.sololearn.com/Profile/13242093/?ref=app"
target="_blank"
>Follow me on SoloLearn</a
></span
>
<span id="mail"
><a href="mailto:[email protected]" target="_blank"
>Mail Me</a
></span
>
<span id="wa"
><a
href="https://wa.me/917981754157?text=I%20like%20your%20Website.%20Good One =)!"
target="_blank"
>Whats App Me</a
></span
>
<span id="github"
><a href="https://github.com/hari4742" target="_blank"
>My GitHub</a
></span
>
</div>
</footer>
</body>
</html>