-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (143 loc) · 7.1 KB
/
index.html
File metadata and controls
213 lines (143 loc) · 7.1 KB
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
<!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>Nowrin's Portfolio</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--1st Part-->
<section class="first-banner flexible-container">
<div class="half-width">
<h1>Welcome To</h1>
<h2><span class="orange-color">Amena Akter Nowrin's</span> World!</h2>
<h3>Assalamua'laikum!</h3>
<p>Hi, there!<br>
This is Amena Akter Nowrin from Dhaka, Bangladesh. Basically, I'm a fresher as Digital Marketer! But
I'm
also learning Web Development. And I will not stop until I become the Web Development Hero!</p>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/amena-akter-nowrin-b481031a5">HIRE
ME</a>
</div>
<div class="half-width">
<img src=" images/Nowrin.png" alt="Nowrin's Picture">
</div>
</section>
<!--2nd Part-->
<section class="second-banner flexible-container">
<div class="half-width-2">
<img src="images/Nowrin-2.png" alt="Nowrin's Picture">
</div>
<div class="second-banner-text">
<h2 class="my-dream-text">My Dream</h2>
<h3>To Become a<span class="orange-color"> Web Developer</span>!</h3>
<p>I am a positive, enthusiastic and quick learner. I have already learned the basic of HTML and CSS. Now, I
can build any simple website. My goal is to learn more about advanced topics of Web Development. And I
will definitely become a Web Developer!</p>
<a class="link-button" target="_blank" href="">DOWNLOAD RESUME</a>
</div>
</section>
<!--3rd Part-->
<section class="experience-area third-banner-gap">
<div class="flexible-container">
<div id="first-box" class="experience-item">
<h1 style="text-align: center;" class="random-font-size">Skills/Knowledge</h1>
<strong class="orange-color-one">Expertise:</strong>
<ul>
<li style="list-style-type:none;">
<strong>Expert:</strong> Fundamental of Digital Marketing
</li>
<li style="list-style-type:none;">
<strong>Intermediate:</strong> Content Writing, Blogging, Creative Writing
</li>
<li style="list-style-type:none;">
<strong>Novice:</strong> Basic of Web Designing (HTML, CSS)
</li>
</ul>
<strong class="orange-color-one">Intermediate:</strong> Content Writing, Blogging, Creative Writing<br>
<strong class="orange-color-one">Design Skills:</strong> Adobe Photoshop<br>
<strong class="orange-color-one">Systems:</strong> Windows (7, 8 and 10), Linux (Ubuntu, Mint)<br>
<strong class="orange-color-one">Tools & Software:</strong> Git, MS-Office, Filmora, FB-Business Manager
</div>
<div id="second-box" class="experience-item-2">
<h1 style="text-align: center;" class="random-font-size">Experiences</h1>
<div>
<h3>Full Stack Web Developer<br>
<small class="orange-color-two">2024-Present | Pro Level
Developer</small>
</h3>
<h3>Baby Web Developer<br>
<small class="orange-color-two">2022-2024 | Programming Hero
Learner</small>
</h3>
<h3>Customer Experience Executive<br>
<small class="orange-color-two">Aug 2021 – Sep 2021 |
Internship</small>
</h3>
<h3>Campus Ambassador<br>
<small class="orange-color-two">Aug 2021 – Sep 2021 | Internship</small>
</h3>
</div>
</div>
</section>
<!--4th Part-->
<section class="fourth-banner">
<div class="flexible-container">
<div id="first-box" class="experience-item">
<h1 style="text-align: center;" class="random-font-size">Education
</h1>
<h3>B.Sc. Eng. in Computer Science & Engineering,
<br>
<small class="orange-color-two">National University, Bangladesh (2018 – Present)</small>
</h3>
<h3>B.A. in Islamic Studies (Fazil),
<br>
<small class="orange-color-two">Narayanganj Islamia Kamil (M.A) Madrasah (2018 – Present)
</small>
</div>
<div id="second-box" class="experience-item-2">
<h1 style="text-align: center;" class="random-font-size">Languages</h1>
<div>
<strong class="orange-color-one">Expertise:</strong>
<ul>
<li style="list-style-type:none;">
<strong>Native:</strong> Bengali
</li>
<li style="list-style-type:none;">
<strong>Intermediate:</strong> English, Hindi
</li>
<li style="list-style-type:none;">
<strong>Beginner:</strong> Arabic
</li>
</ul>
</div>
</div>
</section>
<!--5th Part-->
<section class="bottom-banner">
<div>
<div class="fifth-banner">
<h1 style="text-align: center;" class="random-font-size">Contact Info</h1>
<strong>Address:</strong> Mouchak, Siddhirganj, Narayanganj, Bangladesh
<strong>Email: </strong><a target="_blank" href="https://mail.google.com/mail/u/4/#inbox
">codernowrin29@gmail.com
</a><br>
<strong>Github:</strong> <a target="_blank" href="https://github.com/codernowrin29">
codernowrin29</a><br>
<strong>LinkedIn:</strong> <a target="_blank"
href="https://www.linkedin.com/in/amena-akter-nowrin-b481031a5/?fbclid=IwAR0spDbKUuRtGc7YqMfQlPcndfBNATgcs8zE8Ue9nVv45t-yvVo5PFoVyoo"><span
class="link-size">www.linkedin.com/in/amena-akter-nowrin-b481031a5/</span></a>
</div>
</div>
</section>
<!--Footer Part-->
<footer>
<p>Copyright © 2022, All rights reserved to <span class="footer"><i>Amena Akter Nowrin</i></span></p>
</footer>
</body>>
</html>