-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstudyCS.html
More file actions
62 lines (57 loc) · 3.06 KB
/
studyCS.html
File metadata and controls
62 lines (57 loc) · 3.06 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
<!-- studyCs - study computer science file here -->
<!-- and the live server is too open let me show you that -->
<!-- lets start the coding -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Armaan developer - StudyCS</title>
<!-- linking -->
<!-- fonts link -->
<link href="https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
<!-- font links ends here -->
<!-- files link here -->
<link rel="stylesheet" href="studyCS.css">
<link rel="stylesheet" href="main.css">
<!-- main css is for the navigation bar -->
</head>
<body>
<!-- navigation bar starts here -->
<nav class="navigation heightofnav">
<div class="para visible"> ArmaanTechDeveloper</div>
<ul class="nav-list visible">
<li><a href="main.html">Home</a></li>
<li><a href="main.html">About-me </a></li>
<li><a href="school.html">School</a></li>
<li><a href="social.html">Social</a></li>
<li><a href="studyCS.html">StudyCS</a></li>
</ul>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div></div>
</nav>
<!-- navigation bar ends here -->
<div class="studycs">
<h2 class="studyHeading">Let's make education H<sub>2</sub>O</h2>
<p class="studypara">Here in this page you will find some amazing content to follow if you want to
<p class="studypara">learn anything from online courses just check it out once .. Note : These courses are totally free ;
</p></p>
<div class="studycourses">
<li class="studyLi">Here is the best Web-Development courses to follow in hindi <a href="i will put this later">click here to go</a></li>
<li class="studyLi">Here is the best Web-Development courses to follow in hindi <a href="i will put this later">click here to go</a></li>
<li class="studyLi">Here is the best youtube channel to learn coding <a href="i will put this later">click here to go</a></li>
<li class="studyLi">Here is the best statergy and guide channel <a href="i will put this later">click here to go</a></li>
<li class="studyLi">Here is the best documentation to study <a href="i will put this later">click here to go</a></li>
<li class="studyLi">Doubt? , ask your doubts in discord server "Programmers hangout" <a href="i will put this later">click here to go</a></li>
</div>
</div>
<!-- linking of java script -->
<!-- we need it only for navigation bar so it is styled before only -->
<script src="main.js"></script>
</body>
</html>