-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (249 loc) · 12.6 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment-1</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<header>
<div class="header-container">
<div class="header-content">
<h3 class="header-title">Awlad.H</h3>
<a href="#"><button class="btn-primary">Download Resume</button></a>
</div>
</div>
<div class="banner-container">
<div class="banner-content">
<img src="./assets/Group.png" alt="">
<div class="banner-text-content">
<h1>
"In the near future, I hope to become a Developer."
</h1>
<p>Web development is the process of building websites and applications for the internet, or for a
private network known as
an intranet</p>
<a href="#footer"><button class="btn-secondary">Contact with me</button></a>
</ul>
</div>
</div>
</div>
</header>
<main>
<!-- Development section starts here -->
<section class="development-section-container">
<div class="development-section-cnontent">
<div class="development-title">
<h1>Why Web Development??</h1>
<p>Why web development has become an increasingly important aspect of businesses, providing a space
to connect, engage, and
transact with a global audience?</p>
</div>
<div class="development-second-section">
<div class="development-second-content">
<div class="development-second-title">
<h3>I will Do Coding and Change The World </h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve learnt how to code.</p>
<button class="btn-primary">Learn More</button>
</div>
<div class="development-second-image">
<img src="./assets/Layer_1.png" alt="">
</div>
</div>
</div>
<div class="development-third-section">
<div class="development-third-content">
<div class="development-third-image">
<img src="./assets/Group 3.png" alt="">
</div>
<div class="development-third-title">
<h3>I will help People by creating Modern Web System </h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve
learnt how to code.</p>
<button class="btn-primary">Learn More</button>
</div>
</div>
</div>
<div class="development-second-section">
<div class="development-second-content">
<div class="development-second-title">
<h3>I will Do Coding and Change The World </h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve
learnt how to code.</p>
<button class="btn-primary">Learn More</button>
</div>
<div class="development-second-image">
<img src="./assets/Group 4.png " alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Development section Ends here -->
<!-- Inspiration section starts here -->
<section class="insperation-section-container">
<div class="inspiration-title">
<h1>My Inspiration</h1>
<p>Explore interactive code snippets and creative solutions from the Programing hero community</p>
</div>
<div class="inspiration-video-section">
<iframe id="inspiration-video" width="560" height="315"
src="https://www.youtube.com/embed/DGHn2uOAVCE?si=KD3wGAPOE1tMSMFT" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<!-- Inspiration section ends here -->
<!-- what I do section starts here -->
<section>
<div class="skills-section-container">
<div class="skills-title-section">
<h3>My Current Target</h3>
<p>
I have more than 10 years experience building software for clients all over the world. Below is
a
quick overview of my main technical skill sets and technologies i use.
</p>
</div>
<div class="skills-container">
<div class="skills skill-1">
<img src="./assets/html.png" alt="">
<h4 class="skill-title">HTML</h4>
<p class="skill-description">List skill/technologies here. You can change the icon above to any
of
the 1500+ FontAwesome 5 free icons available.
Aenean commodo ligula eget dolor.</p>
<a target="_blank" class="learn-more" href="https://www.w3schools.com/html/html_intro.asp">Learn
More</a>
</div>
<div class="skills skill-2">
<img src="./assets/css.png" alt="">
<h4 class="skill-title">CSS</h4>
<p class="skill-description">List skill/technologies here. You can change the icon above to any
of
the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
<a target="_blank" class="learn-more" href="https://www.w3schools.com/css/css_intro.asp">Learn
More</a>
</div>
<div class="skills skill-3">
<img class="logo-img" src="assets/js.png" alt="">
<h4 class="skill-title">JAVASCRIPT</h4>
<p class="skill-description">List skill/technologies here. You can change the icon above to any
of
the 1500+
FontAwesome 5 free icons available.
Aenean commodo ligula eget dolor.</p>
<a target="_blank" class="learn-more" href="https://www.w3schools.com/js/js_intro.asp">Learn
More</a>
</div>
</div>
</div>
</section>
<!-- what i do section ends here -->
<!-- Current Target section starts here -->
<section>
<div class="current-target-container">
<div class="current-target-section">
<h3>My Next Terget</h3>
<p>
I have more than 10 years experience building software for clients all over the world. Below is
a
quick overview of my main technical skill sets and technologies i use.
</p>
</div>
<div class="next-target-section">
<div class="next-target-content">
<div class="next-target-image">
<img src="./assets/react.png" alt="">
</div>
<div class="next-target-text">
<h3>ReactJS</h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve
learnt how to code.</p>
<a target="_blank" class="learn-more"
href="https://www.w3schools.com/react/default.asp">Learn More</a>
</div>
</div>
</div>
<div class="next-target-section">
<div class="next-target-content">
<div class="next-target-image">
<img src="./assets/nodejs.png" alt="">
</div>
<div class="next-target-text">
<h3>NodeJs</h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve
learnt how to code.</p>
<a target="_blank" class="learn-more"
href="https://nodejs.org/en/learn/getting-started/introduction-to-nodejs">Learn
More</a>
</div>
</div>
</div>
<div class="next-target-section">
<div class="next-target-content">
<div class="next-target-image">
<img src="./assets/mongodb.png" alt="">
</div>
<div class="next-target-text">
<h3>MongoDB</h3>
<p>If you have an idea that could make your daily life simpler, you could probably build it
once you’ve
learnt how to code.</p>
<a target="_blank" class="learn-more"
href="https://www.w3schools.com/mongodb/index.php">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Current Target section ends here -->
<!-- support Newsletter section starts here -->
<section>
<div class="support-container">
<div class="support-text-content">
<img src="images/Group 61.png" alt="">
<h1>I need Support</h1>
<p>For many individuals and businesses, the point of a blog is to generate revenue by increasing
visibility and engagement
</p>
<div class="support-button">
<form action="" id="support-input">
<input type="email" name="email" id="email" placeholder="Suggest me any feedback for me">
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</section>
<!-- support Newsletter section ends here -->
</main>
<footer id="footer">
<div class="footer-container-section">
<div class="footer-content-section">
<div>
<h3>An Open Commitment by Awlad Hossain</h3>
</div>
<div>
<div class="social-icons">
<a target="_blank" href="https://www.facebook.com/profile.php?id=100007788126638"><img
src="./assets/facebook.png" alt=""></a>
<a target="_blank" href="https://github.com/DeveloperMonirBD"><img src="./assets/github.png"
alt=""></a>
<a target="_blank"
href="https://www.linkedin.com/in/monirdeveloper/?trk=public_profile-settings_edit-profile-content&originalSubdomain=bd"><img
src="./assets/linkedin-icon 1.png" alt=""></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>