-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodingbl.html
149 lines (123 loc) · 7.67 KB
/
codingbl.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-1192712510796428">
<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>Coding Blogs - Coding Beast</title>
<meta name="description" content="Explore the best coding blogs thats gonna help you to understand many stuffs and increase your knowledge.">
<meta name="keywords"
content="coding blogs, coding, programming, programming blogs">
<link rel="stylesheet" href="css/codingbl.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>
<div class="allcont">
<div class="blone">
<h1 class="ult-courses">Coding Blogs</h1>
<div class="ult-cont">
<a class="bloganc" href="blogs/fivepytmodules.html" target="_blank">
<div class="tut-cont">
<img src="img/fivemodules.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">5 Best Interesting Modules Of Python</h5>
<article class="tut-desc"><strong>Python</strong> Language comes with many amazing modules that are fun to use and helpful as well. Python's modules provides us various of great features that makes us to code in python more. In this blog you are going to know about 5 interesting python modules that you absolutely gonna love.
</article>
</div>
</div>
</a>
<a class="bloganc" href="blogs/texttospeechpython.html" target="_blank">
<div class="tut-cont">
<img src="img/txtspeechpython.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Text To Speech With Python</h5>
<article class="tut-desc"><strong>Python</strong> is a great language and favorite of many due to it's features. It lets the user to use it in various sectors. Pytho is filled with many fun, interesting modules so in this blog you will get to know how you can perform text to speech with one of the module of Python. So visit the blog to learn how to do so.
</div>
</div>
</a>
<a class="bloganc" href="blogs/vscodethemes.html" target="_blank">
<div class="tut-cont">
<img src="img/vscodethemes.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">Top 3 Beautiful VS Code Themes</h5>
<article class="tut-desc"><strong>Code Themes</strong> plays an important role while coding as well. Code themes are crucial for improving code readability and reducing eye strain and styles to differentiate syntax elements, enhancing productivity and comfort during coding sessions. Visit the blog to know these 3 best vs code themes.
</article>
</div>
</div>
</a>
<a class="bloganc" href="blogs/installpython.html" target="_blank">
<div class="tut-cont">
<img src="blogs/bimg/pythonimg.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">How To Install Python And Use In VS Code</h5>
<article class="tut-desc"><strong>Python</strong> needs to be installed in our pc in order to run it's codes. In this article you will learn how you can install python in your pc and use it in VS Code. Visit this article for step by step guide.
</article>
</div>
</div>
</a>
<a class="bloganc" href="blogs/runccpp.html" target="_blank">
<div class="tut-cont">
<img src="blogs/bimg/ccpp.png" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">How To Run C/C++ Codes In VS Code</h5>
<article class="tut-desc"><strong>C/C++</strong> compiler needs to be installed in our pc in order to run it's codes. In this article you will learn how you can run C/C++ codes in VS Code. Visit this article for step by step guide.
</article>
</div>
</div>
</a>
</div>
</div>
<span class="verline"></span>
<div class="adscont">
<h1
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; margin-bottom: 3vh;">
Explore More</h2>
<div class="adcont">
<img src="img/android.png" class="adimg" alt="img">
<div class="adabt">
<h5 class="adname">Android App Development Tutorial [Hindi]</h5>
<p class="addesc">This course will teach you everything about android app development with
Kotlin from starting to the end. This course is Beginners Free and will make you
Advanced android app developer till end of the course. I have also prodivded my
Handwritten Notes in this course that is absolutely helpful.</p>
<a href="https://www.youtube.com/watch?v=hZZxY0iPfhY&t=1s target=" target="_blank"><button
class="watch-btn">Watch Tutorial</button></a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="foot">
Copyright © 2024 | Coding Beast
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>