-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.html
202 lines (185 loc) · 12.9 KB
/
notes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-1192712510796428">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="index, follow">
<base href="/">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<title>Free Coding Notes - Coding Beast</title>
<meta name="description"
content="Get Free Coding Handwritten Notes of many programming languages by Coding Beast. These notes are absolutely best to understand as i have put all topics in it with it's proper explanation and codes of each and every topic for best understanding.">
<meta name="keywords"
content="free coding notes, coding notes, programming language notes, c language notes, free c language notes, free c++ notes, c++ notes, python notes, free python notes, free java notes, java notes, javascript notes, free javascript notes">
<link rel="stylesheet" href="css/notes.css">
</head>
<body>
<header>
<nav class="navbar h-nav">
<ul class="nav-list v-class">
<li class="logo"><a href="index.html" class="codingbeast">Coding Beast</a></li>
<div class="lis">
<li class="home"><a href="index.html" class="items">Home</a></li>
<li class="tutorials"><a href="tutorials.html" class="items">Tutorials</a></li>
<li class="notes"><a href="notes.html" class="items">Notes</a></li>
<li class="blogs"><a href="blogs.html" class="items">Blogs</a></li>
</div>
</ul>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
</header>
<main>
<h1 class="ult-courses">Free Handwritten Notes By Coding Beast</h1>
<div class="ult-cont">
<div class="tut-cont">
<img src="img/python.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Python Notes</h5>
<p class="tut-desc">This Python language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of
Python programming, these notes are designed to simplify complex concepts and enhance your
coding skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/c.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">C Notes</h5>
<p class="tut-desc">This C language handwritten notes is a unique and personal learning experience.
These colorful notes contains all concepts explanation and thier codes + each code's explanation
as well which helps you to easily understand any concept. These Notes are Perfect for students,
coding enthusiasts and professionals looking to deepen their understanding of C programming,
these notes are designed to simplify complex concepts and enhance your coding skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/c++.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">C++ Notes</h5>
<p class="tut-desc">This C++ language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of C++
programming, these notes are designed to simplify complex concepts and enhance your coding
skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/java.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Java Notes</h5>
<p class="tut-desc">This Java language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of Java
programming, these notes are designed to simplify complex concepts and enhance your coding
skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/html.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">HTML Notes</h5>
<p class="tut-desc">This HTML language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of HTML
programming, these notes are designed to simplify complex concepts and enhance your coding
skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/css.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">CSS Notes</h5>
<p class="tut-desc">This CSS language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of CSS
programming, these notes are designed to simplify complex concepts and enhance your coding
skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes
PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/js.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">JavaScript Notes</h5>
<p class="tut-desc">This JavaScript language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of
JavaScript programming, these notes are designed to simplify complex concepts and enhance your
coding skills.</p>
<a href="https://www.youtube.com/playlist?list=PLfuOQKRlTJ5u5NKI9-qdTJbDBNPtwUszo" target="_blank"><button class="watch-btn">Notes PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/dartl.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Dart Notes</h5>
<p class="tut-desc">This Dart language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of
Dart programming, these notes are designed to simplify complex concepts and enhance your
coding skills.</p>
<a href="https://drive.google.com/drive/folders/1WJMWecc4ExCsa0X6OJI-gsd2NZ_sQdUI?usp=drive_link" target="_blank"><button class="watch-btn">Notes PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/kotlinl.png" style="background-color: white;" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Kotlin Notes</h5>
<p class="tut-desc">This Kotlin language handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding of
Kotlin programming, these notes are designed to simplify complex concepts and enhance your
coding skills.</p>
<a href="https://drive.google.com/drive/folders/1aqCAwEFgxeLNsOvB4P_HnzubJz19ZU6p?usp=drive_link" target="_blank"><button class="watch-btn">Notes PDF</button></a>
</div>
</div>
<div class="tut-cont">
<img src="img/androidl.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Android-Dev With Kotlin Notes</h5>
<p class="tut-desc">This Android App Development with Kotlin handwritten notes is a unique and personal learning
experience. These colorful notes contains all concepts explanation and thier codes + each code's
explanation as well which helps you to easily understand any concept. These Notes are Perfect
for students, coding enthusiasts and professionals looking to deepen their understanding. These notes are designed to simplify complex concepts and enhance your coding skills.</p>
<a href="https://drive.google.com/drive/folders/1aIkrcvvWe73_gQOOfV1dlMGmVJk_qhqQ?usp=drive_link" target="_blank"><button class="watch-btn">Notes PDF</button></a>
</div>
</div>
</div>
</main>
<footer>
<div class="foot">
Copyright © 2024 | Coding Beast
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>