-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechbl.html
139 lines (114 loc) · 6.7 KB
/
techbl.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
<!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>Tech Imformative Blogs - Coding Beast</title>
<meta name="description"
content="Explore the tech blogs that will increase your knowledge about many technologies and help you to understand how it works.">
<meta name="keywords"
content="blogs, tech blogs, coding blogs, tech news blogs, tech news, coding, technology blogs, technology news, imformative blogs, imformative blog, technology blog, tech blog">
<link rel="stylesheet" href="css/techbl.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">Techs Blogs</h1>
<div class="ult-cont">
<a class="bloganc" href="blogs/allaboutai.html" target="_blank">
<div class="tut-cont">
<img src="img/ai.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">All About AI - Human VS AI</h5>
<article class="tut-desc"><strong>AI</strong> is taking over everything in the current
time
and
in future it is going to be more worse. There are both pros and cons of
<strong>AI</strong>
about which you should be known in order to defeat <strong>AI</strong> in taking
over
your
job. In this article you are going to know everything about <strong>AI</strong> to
take
steps before it's <strong>Too Late!</strong>
</article>
</div>
</div>
</a>
<a class="bloganc" href="blogs/allaboutcoding.html" target="_blank">
<div class="tut-cont">
<img src="img/coding.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">What is Coding? It's Uses And How to Start?</h5>
<article class="tut-desc"><strong>Coding</strong> is widely use everywhere in various aspects so if you also want to come in the field of coding then this blog is for you. In this blog you will get to know what is actually coding, how it works, what are it's uses and how to start it. Even if you not coming in the field of coding then still you must read this blog.
</article>
</div>
</div>
</a>
<a class="bloganc" href="blogs/ipaddress.html" target="_blank">
<div class="tut-cont">
<img src="img/ip.jpg" class="tut-img" alt="img">
<div class="tut-abt">
<h5 class="tut-name">All About IP (Internet Protocol) Address</h5>
<article class="tut-desc"><strong>IP Address - Internet Protocol Address: </strong> In the world of the internet and networking, the term "IP address" is frequently mentioned. But what exactly is an IP address, and why is it so crucial? This blog post will dive into the basics of IP addresses, explaining their purpose, types, and how they function.
</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>