-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
322 lines (263 loc) · 9.4 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html>
<head>
<title>Tasmia Rahman</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="default.css">
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<!-- Landing section -->
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Tasmia Rahman</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<!-- Link around dots-wrapper added after tutorial video -->
<a href="index.html">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
</a>
<ul id="navigation">
<li><a href="index.html#portfolio">Projects</a></li>
<li><a href="index.html#aboutme">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img id="profile_pic" src="images/tasmia.jpg">
<h5 style="text-align: center;line-height: 0;">Personalize Theme</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">*Theme settings will be saved for<br>your next visit</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>Fullstack web developer and Programming student</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About me section -->
<section class="s2">
<div class="main-container" id="aboutme">
<div class="about-wrapper">
<div class="about-me">
<h4>More about me</h4>
<p>I build new projects just to tickle my brain and love learning new things.</p>
<p>While studying in Hive Helsinki and working full time at The Extravagant Co. Ltd., I still take my free time to build personal projects that
interest me.</p>
<hr>
<h4>TOP EXPERTISE</h4>
<p>Fullstack developer with primary focus on Node + React: <a target="_blank"
href="resume.pdf">Download Resume</a></p>
<div id="skills">
<ul>
<li>JavaScript</li>
<li>React</li>
<li>Postgres</li>
<li>MongoDB</li>
<li>NodeJS</li>
<li>Python</li>
<li>MySql</li>
</ul>
<ul>
<li>Firebase</li>
<li>Heroku</li>
<li>HTML/CSS</li>
<li>Docker</li>
<li>AWS</li>
<li>Linux</li>
</ul>
</div>
</div>
<div class="social-links">
<h3>Find me on LinkedIn</h3>
<a target="_blank" href="https://www.linkedin.com/in/tanjinrahman">LinkedIn: @tanjinrahman</a>
<h3>Find me on github</h3>
<a target="_blank" href="https://github.com/tasmiarahmantanjin">GitHub: @tanjinrahman</a>
</div>
</div>
</div>
</section>
<!-- project portfolio section starts Here -->
<section class="s1">
<div class="main-container" id="portfolio">
<br>
<h3 style="text-align: center;">Project Portfolio</h3>
<br>
<div class="post-wrapper">
<!-- Project: 1 -->
<div>
<div class="post">
<img class="thumbnail" src="images/netflix-clone.gif">
<div class="post-preview">
<h6 class="post-title">Netflix Clone</h6>
<p class="post-intro">Hobby project with ReactJS, Redux, TMDB API, Firebase with Stripe
extension.</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/Netflix_Clone"
class="sourceCode-btn w-100">Source Code</a>
<a target="_blank" href="https://netflix-clone-12de9.web.app/"
class="sourceCode-btn w-100">Live Demo</a>
</div>
</div>
</div>
</div>
<!-- Project: 2 -->
<div>
<div class="post">
<img class="thumbnail" src="images/github_finder.jpg">
<div class="post-preview">
<h6 class="post-title">GitHub Finder</h6>
<p class="post-intro">Hobby project to create small web app to search github user using
React, GitHub API, HTML & CSS.
</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/github-finder"
class="sourceCode-btn w-100">Source
Code</a>
</div>
</div>
</div>
</div>
<!-- Project: 3 -->
<div>
<div class="post">
<img class="thumbnail" src="images/camagru.webp">
<div class="post-preview">
<h6 class="post-title">Camagru</h6>
<p class="post-intro">Instagram like full stack web application using HTML, CSS, Bootstrap,
JavaScript, MySql, PHP.</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/camagru"
class="sourceCode-btn w-100">Source
Code</a>
</div>
</div>
</div>
</div>
<!-- Project: 4 -->
<div>
<div class="post">
<img class="thumbnail" src="images/panda.gif">
<div class="post-preview">
<h6 class="post-title">Panda Commerce</h6>
<p class="post-intro">Hobby project to create simple e-commerce website design with HTML,
CSS & Bootstrap.</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/panda-commerce"
class="sourceCode-btn w-100">Source
Code</a>
<a target="_blank" href="https://tasmiarahmantanjin.github.io/panda-commerce/"
class="sourceCode-btn w-100">Live Demo</a>
</div>
</div>
</div>
</div>
<!-- Project: 5 -->
<div>
<div class="post">
<img class="thumbnail" src="images/fillit.gif">
<div class="post-preview">
<h6 class="post-title">Fillit</h6>
<p class="post-intro">Algorithms Practice - Fit tetrimino pieces into the smallest square
possible using C.</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/fillit"
class="sourceCode-btn w-100">Source
Code</a>
</div>
</div>
</div>
</div>
<!-- Project detail: 4 -->
<!-- <div>
<div class="post">
<img class="thumbnail" src="images/libft.gif">
<div class="post-preview">
<h6 class="post-title">Libft</h6>
<p class="post-intro">Recoded 60+ standard library function and my own functions which I can use for my later on Hive Helsinki Projects.</p>
<a target="_blank" href="https://github.com/tasmiarahmantanjin/libft">Source Code</a>
</div>
</div>
</div> -->
<!-- Project detail: 5 -->
<!-- <div>
<div class="post">
<img class="thumbnail" src="images/roger.gif">
<div class="post-preview">
<h6 class="post-title">Roger Skyline 1</h6>
<p class="post-intro">In Roger-skyline-1, I learned how to host and set up my own web server, how to install and manage several services and secure them against attacks.
</p>
<a target="_blank" href="https://github.com/tasmiarahmantanjin/roger_skyline_1">Source Code</a>
</div>
</div>
</div> -->
<!-- Project detail: 6 -->
<div>
<div class="post">
<img class="thumbnail" src="images/docker.gif">
<div class="post-preview">
<h6 class="post-title">Docker-1
</h6>
<p class="post-intro">The aim of the Docker-1 project was to make you handle docker and
docker-machine and dockerfile.
</p>
<div class="btn-group d-flex" role="group">
<a target="_blank" href="https://github.com/tasmiarahmantanjin/docker-1"
class="btn sourceCode-btn w-100">Source
Code</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project details section ends here -->
<section class="s2">
<div class="main-container">
<a href=""></a>
<br>
<h3 style="text-align: center;">Get In Touch</h3>
<br>
<form id="contact-form">
<a name="contact"></a>
<label>Name</label>
<input class="input-field" type="text" name="name">
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email">
<label>Message</label>
<textarea class="input-field" name="message"></textarea>
<input id="submit-btn" type="submit" value="Send">
</form>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>