-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
83 lines (71 loc) · 4.41 KB
/
blog.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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/8d341baa1b.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="logooo.jpeg">
<link rel="stylesheet" href=".css">
<title>Blogs</title>
</head>
<body style="background: #000; color: white;">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<section>
<h1 class="display-4 mt-5" style="text-align: center; font-weight: 1000;">Some of my blogs :)</h4>
<h1 class="bold-text bg-text" style="text-align: center; position: relative; font-weight: 1000; opacity: 0.3; font-size: 8em; top: -0.9em;">Blogs</h1>
<div class="row mt-5 mb-5 m-5">
<div class="col-md-4">
<div class="blog-entry" >
<a href="https://dev.to/naitik_pitroda/top-3-platform-to-practice-coding-problems-4587">
<img class="img-fluid" src="./blog/img1.png">
</a>
<div class="text p-4 d-block">
<h3 class="heading" ><a class="link" href="https://dev.to/naitik_pitroda/top-3-platform-to-practice-coding-problems-4587">Top 3 Platform to Practice coding problems...!!!! </a></h3>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-entry">
<a href="https://dev.to/naitik_pitroda/top-5-css-tools-every-developer-must-know-22b7">
<img class="img-fluid" src="./blog/css.jpg">
</a>
<div class="text p-4 d-block">
<h3 class="heading" st><a class="link" href="https://dev.to/naitik_pitroda/top-5-css-tools-every-developer-must-know-22b7">Top 5 CSS tools every developer must know</a></h3>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-entry">
<a href="https://dev.to/naitik_pitroda/top-5-youtube-channel-s-to-learn-coding-5ffg">
<img class="img-fluid" src="./blog/yt1.png">
</a>
<div class="text p-4 d-block">
<h3 class="heading"><a class="link" href="https://dev.to/naitik_pitroda/top-5-youtube-channel-s-to-learn-coding-5ffg">Top 5 Youtube channel's to learn coding</a></h3>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-entry">
<a href="https://dev.to/naitik_pitroda/mongodb-vs-sql-58ed">
<img class="img-fluid" src="./blog/db.jpg">
</a>
<div class="text p-4 d-block">
<h3 class="heading"><a class="link" href="https://dev.to/naitik_pitroda/mongodb-vs-sql-58ed">MongoDb vs SQl</a></h3>
</div>
</div>
</div>
</div>
</section>
</body>
</html>