-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
206 lines (198 loc) · 10.5 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!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">
<title>Blog</title>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!-- fonts awsome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header starts here -->
<header id="blog-header">
<figure class="logo-figure">
<i class="fab fa-autoprefixer logo"></i>
</figure>
<i class="fas fa-bars fa-4x " id="menu-icon"></i>
<nav id="menu" class="hidden">
<ul>
<li><a href="#" class="nav__link">Home</a></li>
<li><a href="#archieves" class="nav__link">Archieve</a></li>
<li><a href="#blog-banner-section" class="nav__link">Blog</a></li>
<li><a href="#blog-about" class="nav__link">About</a></li>
<li><a href="#contact-section" class="nav__link">Contact</a></li>
</ul>
</nav>
</header>
<!-- header ends here -->
<main>
<!-- blog-banner sections starts here -->
<section id="blog-banner-section" class="banner">
<article>
<h1 class="banner__heading">Web Development</h1>
<p class="banner__description text-justify">I believe Web development is always fun. We should learn web
development for a bright career. I have started learning web
development 2 years ago and still learning. I started with HTML,
CSS, JS and now I am learning next.js. I must say web development
demands more patience and consistency.</p>
</article>
<aside>
<img src="./images/cover-photo.jpg" alt="cover photo" class="banner__img">
</aside>
</section>
<!-- blog-banner sections ends here -->
<!-- about me section starts here -->
<section id="blog-about" class="section-center">
<h2 class="section-heading text-white">About Me</h2>
<div class="cards">
<div class="card">
<h3 class="card__header">Education</h3>
<p class="card__description">
It takes monumental improvement for us to change how we live our lives. Design is the way we access that improvement. We are never late from trying to reach our dream. Try hard, practice more and most importantly be consistent.
</p>
<button class="btn card__btn">Read More</button>
</div>
<div class="card">
<h3 class="card__header">Education</h3>
<p class="card__description">
It takes monumental improvement for us to change how we live our lives. Design is the way we access that improvement. We are never late from trying to reach our dream. Try hard, practice more and most importantly be consistent.
</p>
<button class="btn card__btn">Read More</button>
</div>
<div class="card">
<h3 class="card__header">Education</h3>
<p class="card__description">
It takes monumental improvement for us to change how we live our lives. Design is the way we access that improvement. We are never late from trying to reach our dream. Try hard, practice more and most importantly be consistent.
</p>
<button class="btn card__btn">Read More</button>
</div>
</div>
</section>
<!-- about me section ends here -->
<!-- archive section starts here -->
<section id="archieves" class="section-center">
<h2 class="section-heading">Archieves</h2>
<div class="archieves-container">
<ul class="archieves__lists">
<li class="archieves__list"><img src="./images/img-1.jpg" alt="image1" class="archieve__img"></li>
<li class="archieves__list"><img src="./images/img-2.jpg" alt="image2" class="archieve__img"></li>
<li class="archieves__list"><img src="./images/img-3.jpg" alt="image3" class="archieve__img"></li>
<li class="archieves__list"><img src="./images/img-1.jpg" alt="image1" class="archieve__img"></li>
<li class="archieves__list"><img src="./images/img-2.jpg" alt="image2" class="archieve__img"></li>
<li class="archieves__list"><img src="./images/img-3.jpg" alt="image3" class="archieve__img"></li>
</ul>
</div>
</section>
<!-- archive section ends here -->
<!-- Blog post section starts here -->
<section id="blog-posts" class="section-center">
<h2 class="section-heading">Blog Posts</h2>
<div class="blog-posts section-center">
<div class="blog-post">
<aside class="blog-post__aside">
<img src="./images/img-2.jpg" alt="blog-img2">
</aside>
<article class="blog-post__content">
<h2 class="blog-post__heading">Blog 1</h2>
<h3 class="blog-post__sub-heading">This is subtitle here</h3>
<p class="blog-post__description">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius
necessitatibus tempora dolores, quasi quam ratione illum expedita
error repellendus nesciunt! Distinctio similique maxime ratione
provident.
</p>
<button class="btn blog-post__btn">Learn More</button>
</article>
</div>
<div class="blog-post">
<aside class="blog-post__aside">
<img src="./images/img-2.jpg" alt="blog-img2">
</aside>
<article class="blog-post__content">
<h2 class="blog-post__heading">Blog 2</h2>
<h3 class="blog-post__sub-heading">This is subtitle here</h3>
<p class="blog-post__description">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius
necessitatibus tempora dolores, quasi quam ratione illum expedita
error repellendus nesciunt! Distinctio similique maxime ratione
provident.
</p>
<button class="btn blog-post__btn">Learn More</button>
</article>
</div>
<div class="blog-post">
<aside class="blog-post__aside">
<img src="./images/img-2.jpg" alt="blog-img2">
</aside>
<article class="blog-post__content">
<h2 class="blog-post__heading">Blog 3</h2>
<h3 class="blog-post__sub-heading">This is subtitle here</h3>
<p class="blog-post__description">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius
necessitatibus tempora dolores, quasi quam ratione illum expedita
error repellendus nesciunt! Distinctio similique maxime ratione
provident.
</p>
<button class="btn blog-post__btn">Learn More</button>
</article>
</div>
</div>
</section>
<!-- Blog post section ends here -->
<!-- contact me section starts here -->
<section id="contact-section" class="section-center">
<h2 class="section-heading text-white">Contact Me</h2>
<form action="">
<div class="form-control">
<label for="name">Name</label>
<input type="text" id="name" autocomplete="name" required>
</div>
<div class="form-control">
<label for="email">Email</label>
<input type="text" id="email" autocomplete="email" required>
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea name="message" id="message"></textarea>
</div>
<div class="form-control form-btn-field">
<button class="btn contact__btn">Submit</button>
</div>
</form>
</section>
<!-- contact me section ends here -->
</main>
<footer class="footer">
<p class="copyright__text">
Copyright © by Md. Mehedi Hasan Khan. All Right reserve.
</p>
<nav class="footer__nav footer__bottom">
<ul class="footer__bottom">
<a href="#blog-banner-section" class="footer__link">
<i class="fa fa-home footer__icon"></i>
</a>
<a href="http://www.facebook.com/mehedi.care/" target="_blank" class="footer__link">
<i class="fab fa-facebook footer__icon"></i>
</a>
<a href="http://www.youtube.com/robotbalok/" target="_blank" class="footer__link">
<i class="fab fa-youtube footer__icon"></i>
</a>
<a href="http://www.facebook.com/mehedi.care/" target="_blank" class="footer__link">
<i class="fab fa-linkedin footer__icon"></i>
</a>
<a href="http://www.facebook.com/mehedi.care/" target="_blank" class="footer__link">
<i class="fab fa-github footer__icon"></i>
</a>
</ul>
</nav>
</footer>
<script src="./index.js">
</script>
</body>
</html>