-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
101 lines (85 loc) · 4.08 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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, user-scalable=yes">
<meta name="Author" content="Mohasin">
<title>Blogs | Mohasin Haque</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navigation">
<div class="navbrand">Mohasin Haque</div>
<ul class="list-non-bullet nav-pills">
<li class="list-item-inline">
<a class="link" href="index.html">Home</a>
</li>
<li class="list-item-inline">
<a class="link" href="project.html">Projects</a>
<li class="list-item-inline"><a class="link link-active" href="blog.html"> Blogs</a></li>
</li>
<li class="list-item-inline"><a class="link" href="lecture.html">YT Lectures</a></li>
<li class="list-item-inline"><a class="link" href="about.html"> About</a></li>
</ul>
</nav>
<header class="hero">
<h1 class="hero-heading"> See my <span style="color: var(--primary-color);"> Blogs</span></h1>
</header>
<section class="section off">
<div class="container container-centre">
<h1>Now i'm a "web developer".<br><small>May, 2021</small></h1>
<p>Hello and welcome to my blog. This is my first blog ever in which i’m going to share my experiences of
web dev learning.
<p>So the story begins like this..</p>
</p>
<a href="https://mohasinhaque23121.medium.com/now-im-a-web-developer-676cb192f42b" class="link link-primary"
target="_blank"> Read More</a>
</div>
</section>
<section class="section">
<div class="container container-centre">
<h1>Journey of neoGCamp level zero. <br><small>September, 2021</small></h1>
<p>Hello and welcome back to my blog! In today’s blog I am going to share my journey of level zero of neoG
Camp.</p>
<a href="https://mohasinhaque23121.medium.com/journey-of-neog-camp-level-zero-fbd4d21b5f91"
class="link link-primary" target="_blank">Read More</a>
</div>
</section>
<section class="section off">
<div class="container container-centre">
<h1>Compiler Vs Transpiler.<br><small>May, 2022</small></h1>
<p>Hello and welcome to my blog. This is my first blog ever in which i’m going to share my experiences of
web dev learning.
<p>So the story begins like this..</p>
</p>
<a href="https://medium.com/@mohasinhaque23121/compiler-vs-transpiler-a64c989607d7" class="link link-primary"
target="_blank"> Read More</a>
</div>
</section>
<section class="section">
<div class="container container-centre">
<h1>Temporal Dead Zone <br><small>September, 2022</small></h1>
<p>Hello and welcome back to my blog! In today’s blog I am going to share my journey of level zero of neoG
Camp.</p>
<a href="https://medium.com/@mohasinhaque23121/temporal-dead-zone-144d838342bc"
class="link link-primary" target="_blank">Read More</a>
</div>
</section>
<p style="text-align: center;">
<p></p>
<marquee behavior="" direction="right"> More blogs coming soon..</marquee>
</p>
<footer class="footer container">
<div class="container">
<div class="heading">More Blogs</div>
<ul class="social -links list-non-bullet">
<li class="list-item-inline"><a class="link" href="https://mohasinhaque23121.medium.com/"
target="_blank">Medium</a></li>
<li class="list-item-inline"><a class="link" href="https://hashnode.com/" target="_blank">Hashnode</a>
</li>
<li class="list-item-inline"><a class="link" href="https://blogger.com/" target="_blank">Blogger</a>
</li>
</ul>
</div>
</footer>