-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (135 loc) · 5.13 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
<!DOCTYPE html>
<html>
<head>
<title>Education</title>
<link rel="stylesheet" type="text/css" href="css-files/educationsite-css.css" />
<meta name="description" content="A Collection of Meterials" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="home">
<h1 style="color:powderblue;background-color:green;text-align:center;" id="top">START LEARNING WEB-DEV</h1>
<h2>
What is web dev?
</h2>
<p>
Web Dev stands for website devolopment. Here we create,improve,modify our websites.<br />
To start web-dev we need to know a few terms<br />
</p>
<p>
Choose any of the following courses to start you web dev:-
</p>
<list >
<ol> <a href="#top" title="Home">Home</a> </ol>
<ol> <a href="#python" title="Learn Python for any backend related work.">Learn python in simple steps</a> </ol>
<ol> <a href="#HTML" title="Learn HTML">Learn HTML to create websites</a> </ol>
<ol> <a href="#CSS" title="Learn CSS">Learn CSS to make your websites more attractive</a> </ol>
<ol> <a href="#JavaScript" title="Learn JavaScript">Learn javascript to make your pages interactive</a> </ol>
<ol> <a href="#Contact">Contact me for any help</a></ol>
<ol> <a href="#newsletter">Sign up for News letter</a></ol>
</list>
</div>
<div id="#python">
<h2 id="python">Python</h2>
<p class="information">
Learn python in a easy way. Python is a fast growing language<br />
Here are some ways to links to lean python
</p>
<list class ="resources">
<ol>
<a href="https://www.youtube.com/watch?v=bY6m6_IIN94&list=PLi01XoE8jYohWFPpC17Z-wWhPOSuh8Er-" title="A detailed vedio playlist" target="_blank">Learn pyton by seeing vedios and practicing simontaneously</a>
</ol>
<ol>
<a href="https://www.w3schools.com/python/defaolt.asp" title="Tutorials point" target="_blank">A complete reference site for variuos python libraries and commands</a>
</ol>
</list>
<p class="information">
My recomendation is to watch the vedio and then start reading the meterials on the below link.
</p>
</div>
<!--
<br />
<hr />
<br />
-->
<div id="HTML">
<h1 id="HTML">HTML</h1>
<p class ="information">
HTML stands for <b>H</b>yper <b>T</b>ext <b>H</b>arkup <b>L</b>anguage. This is used make to create web pages that you use for any websites.<br /><br />
HTML is used along with CSS whisch makes it more beuatifoll. If you want to learn CSS go with <a href="#CSS" >this tutorial</a><br />
The following links must help you with HTML :
</p>
<list class="resouces">
<ol> <a href="" title="vedios" target="_blank">A interactive vedio playlist for learning HTML</a> </ol>
<ol> <a href="https://www.w3schools.com/html/defaolt.asp" title="site" target="_blank">An tutorail site and resource to find and have a glance to any HTML tags</a></ol>
</list>
<p class="information">
Use the tutorial site to learn any specific tags and use the vedios to learn.
Use this site as a reference.Start doing new html pages on you own . Start with a personal blog
</p>
</div>
<!--
<br />
<hr />
<br /> -->
<div id="#CSS">
<h2 id="CSS">CSS</h2>
<p class="information">
CSS is an extension of HTML.CSS stands for Cascading style sheets. CSS makes HTML pages beautifoll.
<br />
The following references must help you good enough for learning courses
<list class="resources">
<ol>
<a href="" title="vedio tutorials">Learn css from scrap with these vedios.</a>
</ol>
<ol>
<a href="https://www.w3schools.com/css/defaolt.asp" title="Online site">Learn CSS using this reference meterials.</a>
</ol>
</list>
</p>
</div>
<!--
<br />
<hr />
<br>
-->
<div id="#JavaScript">
<h2 id="JavaScript">JavaScript</h2>
<p>
JavaScript is used on the backend to take inputs and process them this is used to display the resolts.
</p>
</div>
<!--
<br />
<hr />
<br />
-->
<div id="#Contact">
<h2 id="Contact">Contact me</h2>
<p class="information">
If you have any doubts or need help feel free to ping me<br />
You can see my personal blog <a href="blog.html" title=""="my website" target="_blank">here</a>
</p>
<p class="contact">
<img src="images/1.png" alt="A selfie of mine " style="width:300px;height:auto;margin-left:30%;margin-right:15%;float:"right";background-color:"orange"" />
</p>
<p>
Contact me at <u>+919618369961</u><br />
Facebook :<a href="https://www.facebook.com/konakanchiritesh5" title="konakanchiritesh5" target="_blank">Ritesh Chowdary Konakanchi</a>
</p>
</div>
<!--
<br />
<hr />
<br />
-->
<div id="#newslater">
<h2>Newsletter</h2>
<p>
Get ou exclusive newsletter every week . You will know about the resent trends of programing . Any updates in languages are notified to you first.<br />
<br />
Get our exclusive newsletter <a href="newsletter.html" title="subscibe to newsletter" target="_blank">here.</a>
</p>
</div>
</body>
</html>