-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtubeProjects.html
302 lines (261 loc) · 10.9 KB
/
youtubeProjects.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
<!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>Youtube ! Projects</title>
<!-- link css -->
<link rel="stylesheet" href="style.css">
<!-- link favicon -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<!-- navbar section -->
<nav class="navigation conteinnar">
<div class="nav-brand">iamaviranjan</div>
<ul class="non-bullet nav-pills">
<li class="list-inline">
<a class="link" href="index.html">home</a>
</li>
<li class="list-inline">
<a class="link" href="neoGprojects.html">neog projects</a>
</li>
<li class="list-inline">
<a class="link" href="blogs.html">blogs</a>
</li>
<li class="list-inline">
<a href="pepcodingProject.html">pepcoding project </a>
</li>
<li class="list-inline">
<a class="link link-active" href="youtubeProjects.html">Youtube Projects</a>
</li>
</ul>
</nav>
<!-- header section -->
<header class="hero">
<h1 class="hero-heading"> See my <span style="color: aquamarine;">Code</span> </h1>
</header>
<!-- projects section -->
<ol class="list-non-bullet">
<!-- project 1 -->
<li >
<b>Simple Calculator </b>
</li>
<small>February, 2022</small>
<p>
A calculator for quick simple calculations with a nice user interface and no ads.
</p>
<a class="link primary-link" href="https://simple-calculator07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Simple_Calculator">View Source</a>
<hr class="hr">
<!-- project 2 -->
<li>
<b> Degital Clock </b>
</li>
<small>February, 2022</small>
<p>
using javascript and crate a degital clock.
</p>
<a class="link primary-link" href="https://degital-clock07.netlify.app/">Live Project </a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Degital_Clock">View Source</a>
<hr class="hr">
<!-- project 3 -->
<li>
<b>Change Background color</b>
</li>
<small>February, 2022</small>
<p>
a simple app. when you click the button , change the background color for Everytime.
</p>
<a class="link primary-link" href="https://change-background-color07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Change_Background_Color">View Source</a>
<hr class="hr">
<!-- project 4 -->
<li>
<b>Simple Counter</b>
</li>
<small>February, 2022</small>
<p>
The simple counter app without advertisement.The count can be increased, it can be reduced again. And reset the value
</p>
<a class="link primary-link" href="https://counter07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Simple_Counter">View Source</a>
<hr class="hr">
<!-- project 5 -->
<li>
<b>Review Project</b>
</li>
<small>February, 2022</small>
<p>
simple review project using html , css and js.
</p>
<a class="link primary-link" href="https://reviews07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Review_Project">View Source</a>
<hr class="hr">
<!-- project 6 -->
<li>
<b>Side bar</b>
</li>
<small>February, 2022</small>
<p>
sidebar project, using html,css and javascript.
</p>
<a class="link primary-link" href="https://side-bar07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Sidebar">View Source</a>
<hr class="hr">
<!-- project 7 -->
<li>
<b>Responsive Navbar</b>
</li>
<small>March, 2022</small>
<p>
A responsive navbar, use html, css and javaScript.
</p>
<a class="link primary-link" href="https://responsive-navbar07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Responsive_Navbar">View Source</a>
<hr class="hr">
<!-- project 8 -->
<li>
<b>Model</b>
</li>
<small>March, 2022</small>
<p>
simple model project by using html, css and js
</p>
<a class="link primary-link" href="https://model07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/model">View Source</a>
<hr class="hr">
<!-- project 9 -->
<li>
<b>Questions And Answers</b>
</li>
<small>March, 2022</small>
<p>
simple questions and answer project by using html, css and javaScript
</p>
<a class="link primary-link" href="https://question-answers07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Questions-and-Answers">View Source</a>
<hr class="hr">
<!-- project 10 -->
<li>
<b>Video Project</b>
</li>
<small>March, 2022</small>
<p>
crate video project by using html, css and javaScript.
</p>
<a class="link primary-link" href="https://video-project07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Video_Project">View Source</a>
<hr class="hr">
<!-- project 11 -->
<li>
<b>Food Meno Bar</b>
</li>
<small>March, 2022</small>
<p>
A food menu bar. Where all kinds of food are available.
</p>
<a class="link primary-link" href="https://food-menu-bar07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Food_Menu_Bar">View Source</a>
<hr class="hr">
<!-- project 12 -->
<li>
<b>Scroll Project</b>
</li>
<small>March, 2022</small>
<p>
simple scroll project, by using html, css and javaScript.
</p>
<a class="link primary-link" href="https://scroll-project07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Scroll_Project">View Source</a>
<hr class="hr">
<!-- project 13 -->
<li>
<b>Tabs Project</b>
</li>
<small>March, 2022</small>
<p>
simple tabs project, by using html, css and javaScript.
</p>
<a class="link primary-link" href="https://tabs-project07.netlify.app">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Tabs_Project">View Source</a>
<hr class="hr">
<!-- project 14 -->
<li>
<b>Lorem Ipsum Project</b>
</li>
<small>March, 2022</small>
<p>
simple demo paragraph crate website. by using html, css and javaScript.
</p>
<a class="link primary-link" href="https://lorem-ipsum07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Lorem_Ipsum_Project">View Source</a>
<hr class="hr">
<!-- project 15 -->
<li>
<b>Grocery List</b>
</li>
<small>March, 2022</small>
<p>
A grocery list, you can also edit the list and delete the items.
</p>
<a class="link primary-link" href="https://grocery-list07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Grocery_List">View Source</a>
<hr class="hr">
<!-- project 16 -->
<li>
<b>Slider Project</b>
</li>
<small>March, 2022</small>
<p>
click and slide those pictures..
</p>
<a class="link primary-link" href="https://project-slider07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Slider_Project">View Source</a>
<hr class="hr">
<!-- project 17 -->
<li>
<b>Countdown Timer</b>
</li>
<small>March, 2022</small>
<p>
A simple countdown timer by using html, css and javascript.
</p>
<a class="link primary-link" href="https://anwesha-sosthi.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Soshthi_By_Anwesha">View Source</a>
<hr class="hr">
<!-- project 18 -->
<li>
<b>Snake Game</b>
</li>
<small>March, 2022</small>
<p>
A simple snake game by using html, css and javascript.
</p>
<a class="link primary-link" href="https://snake-game07.netlify.app/">Live Project</a>
<a class="link secondery-link" href="https://github.com/aviranjan07/Snake_Game">View Source</a>
</ol>
<!-- footer section -->
<footer class="footer">
<div class="footer-header">Connect With Social Media </div>
<ul class="social-links">
<li class="list-inline">
<a class="link" href="https://www.instagram.com/aviranjan07/">Instagram</a>
</li>
<li class="list-inline" >
<a class="link" href="https://www.linkedin.com/in/aviranjan-das-8121a2211">Linkedin</a>
</li>
<li class="list-inline">
<a class="link" href="https://twitter.com/aviranjan_das?s=08">Twitter</a>
</li>
<li class="list-inline">
<a class="link" href="https://github.com/aviranjan07">github</a>
</li>
<li class="list-inline">
<a class="link" href="https://www.youtube.com/channel/UCRG7g3RNvTL94kS8GnWIujA">youtube</a>
</li>
</ul>
</footer>
</body>
</html>