-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (247 loc) · 9.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>In the near future, I hope to become a Developer</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="./icon/iocn.png" type="image/x-icon" />
<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=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav class="nav_bar">
<div class="logo">ALAMIN<span style="color: red">.A</span></div>
<button class="btn"><a href="#">Download Resume</a></button>
</nav>
<div class="intro">
<div class="intro_content">
<img src="./images/group.png" alt="Developer" />
<h1 class="intro_title">
In the near future, I hope to become a Developer.
</h1>
<p class="intro_desc">
In the near future, I aspire to become a Developer, mastering both
front-end and back-end technologies, creating innovative solutions,
and contributing to impactful projects that enhance user experiences
and drive technological advancement
</p>
<button class="btn"><a href="#contact">Contact with me</a></button>
</div>
</div>
</header>
<main>
<section class="container">
<div class="development">
<div class="section_title">
<h2>Why Web Development</h2>
<p>
Web Development combines creativity and technology, offering
opportunities to build dynamic, impactful applications that
enhance user experiences and accessibility.
</p>
</div>
<div class="card">
<div class="card_text">
<h3>I will Do Coding and Change The World</h3>
<p>
I will do coding and change the world by creating innovative,
impactful, and accessible technological solutions.
</p>
<button class="btn"><a href="#">Learn More</a></button>
</div>
<div class="card_img">
<img src="./images/group_3.png" alt="" />
</div>
</div>
<div class="card card2">
<div class="card_img">
<img src="./images/group_3.png" alt="" />
</div>
<div class="card_text">
<h3>I will help People by creating Modern Web System</h3>
<p>
I will help people by creating modern web systems that enhance
accessibility, efficiency, and user experience.
</p>
<button class="btn"><a href="#">Learn More</a></button>
</div>
</div>
<div class="card">
<div class="card_text">
<h3>I will Do Coding and Change The World</h3>
<p>
I will change the world through coding, creating innovative,
impactful, and accessible technological solutions for everyone.
</p>
<button class="btn"><a href="#">Learn More</a></button>
</div>
<div class="card_img">
<img src="./images/group_3.png" alt="" />
</div>
</div>
</div>
</section>
<section class="container">
<div class="section_title">
<h2>My Inspiration</h2>
<p>
My inspiration is YouTuber Jhankar Mahbub, whose insights and
creativity motivate me to excel in coding and development.
</p>
</div>
<div class="video">
<iframe
width="900"
height="500"
src="https://www.youtube.com/embed/XrJsSOle7hQ?si=nVGVefWIcYl3QxUI"
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>
<section class="container">
<div class="section_title">
<h2>My Current Target</h2>
<p>
My current target is to master HTML, CSS, and JavaScript, laying a
strong foundation for web development excellence.
</p>
</div>
<div class="skills">
<div class="skill skill1">
<img src="./images/html.png" alt="html" />
<h4>HTML</h4>
<p>
HTML structures web content, providing the foundation for
webpages.
</p>
<a href="https://www.w3schools.com/html/default.asp" target="_blank"
>Learn More</a
>
</div>
<div class="skill skill2">
<img src="./images/css.png" alt="html" />
<h4>CSS</h4>
<p>
CSS styles HTML elements, enhancing the appearance and layout of
webpages.
</p>
<a href="https://www.w3schools.com/css/default.asp" target="_blank"
>Learn More</a
>
</div>
<div class="skill skill3">
<img src="./images/js.png" alt="html" />
<h4>JavaScript</h4>
<p>
JavaScript adds interactivity to web pages, making them dynamic
and responsive.
</p>
<a href="https://www.w3schools.com/js/default.asp" target="_blank"
>Learn More</a
>
</div>
</div>
</section>
<section class="container">
<div class="section_title">
<h2>My Current Target</h2>
<p>
My current target is to master HTML, CSS, and JavaScript, laying a
strong foundation for web development excellence.
</p>
</div>
<div class="next_skills">
<div class="next_skill">
<div class="next_skill_img">
<img src="./images/react.png" alt="React" />
</div>
<div class="next_skill_text">
<h4>ReactJS</h4>
<p>
ReactJS is a JavaScript library for building user interfaces,
known for its efficiency, flexibility, and component-based
architecture in web development.
</p>
<a href="https://www.w3schools.com/react/default.asp"
>Learn More</a
>
</div>
</div>
<div class="next_skill">
<div class="next_skill_img">
<img src="./images/nodejs.png" alt="Node Js" />
</div>
<div class="next_skill_text">
<h4>NodeJS</h4>
<p>
Node.js is a runtime environment that allows JavaScript to run
server-side, facilitating scalable and efficient backend
development for web applications.
</p>
<a href="https://www.w3schools.com/nodejs/default.asp"
>Learn More</a
>
</div>
</div>
<div class="next_skill">
<div class="next_skill_img">
<img src="./images/mongodb.png" alt="MongoBD" />
</div>
<div class="next_skill_text">
<h4>MongoDB</h4>
<p>
MongoDB is a NoSQL database known for its flexibility,
scalability, and document-oriented storage, ideal for modern,
data-intensive applications in web development.
</p>
<a href="https://www.w3schools.com/mongodb/index.php"
>Learn More</a
>
</div>
</div>
</div>
</section>
<section class="container">
<div id="contact" class="support">
<h2>I Need Support</h2>
<p>
My current target is to master HTML, CSS, and JavaScript, laying a
strong foundation for web development excellence.
</p>
<form>
<input type="text" placeholder="Suggest me any feedback for me" />
<input type="submit" value="Submit" />
</form>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer_content">
<p>An Open Commitment by <a href="#">Alamin.A</a></p>
<div class="social">
<a href="https://www.facebook.com/alaminarchi"
><img src="./images/facebook.png" alt="facebook"
/></a>
<a href="https://github.com/alaminarchie/"
><img src="./images/github.png" alt="github"
/></a>
<a href="https://www.linkedin.com/in/alaminarchi/"
><img src="./images/linkedin-icon_1.png" alt="linkedin"
/></a>
</div>
</div>
</div>
</footer>
</body>
</html>