-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (82 loc) · 3.89 KB
/
index.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
<!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>Home | 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 link-active" 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"
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">
<img class="hero-image" src="https://avatars.githubusercontent.com/u/72180173?v=4" alt="Web Developer" border="0">
<h1 class="hero-heading"> Mohasin Haque the <span style="color: var(--primary-color);"> Web Developer</span>
</h1>
</header>
<section class="section off">
<div class="container container-centre">
<h1>Technologies</h1>
<p>I have knowledge of <strong> C, C++, Java, Python, HTML, CSS, JavaScript, React, Git, Github and DSA.
</strong></p>
</div>
</section>
<section class="section">
<div class="container container-centre">
<h1>Projects</h1>
<p>I have made some awesome projects in <strong>web development</strong> which you can see here.</p>
<a href="project.html" class="link link-primary"> See Projects</a>
</div>
</section>
<section class="section off">
<div class="container container-centre">
<h1>Blogs</h1>
<p>I have written a blog on my <strong>web development journey</strong> which you can see here.</p>
<a href="blog.html"
class="link link-primary"> See Blogs</a>
</div>
</section>
<section class="section">
<div class="container container-centre">
<h1>YouTube Videos</h1>
<p>I have keen interest in <strong>teaching</strong>. So I am teaching by making YouTube Videos. Further
<strong>Teaching is my hobby</strong> and <strong>Business is my passion</strong>.</p>
<a href="lecture.html" class="link link-primary">Watch Videos</a>
</div>
</section>
<section class="section off">
<div class="container container-centre">
<h1>About</h1>
<p>I completed my MCA from GL bajaj Institute of Technology and Management. I am a <strong>frontend developer</strong>.</p>
<a href="about.html" class="link link-primary">Know More</a>
</div>
</section>
<footer class="footer container">
<div class="container">
<div class="heading">Connect with me</div>
<ul class="social -links list-non-bullet">
<li class="list-item-inline"><a class="link" href="https://github.com/Mohasin-Haque" target="_blank">Github</a></li>
<li class="list-item-inline"><a class="link" href="https://twitter.com/mohasin_haque" target="_blank">Twitter</a></li>
<li class="list-item-inline"><a class="link" href="https://www.linkedin.com/in/mohasin-haque-759786200/" target="_blank">Linked-in</a></li>
<li class="list-item-inline"><a class="link" href="https://www.instagram.com/mh_textilesand_banarasee_saree/" target="_blank">Instagram</a></li>
</ul>
</div>
</footer>
</body>
</html>