-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (214 loc) · 8.84 KB
/
index.html
File metadata and controls
229 lines (214 loc) · 8.84 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/jpg"
sizes="32x32"
href="./assets/favicon.jpg"
/>
<link
href="https://fonts.googleapis.com/css?family=Barlow"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Fraunces"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="styles.css" />
<title>Fatin Ishraq Portfolio</title>
</head>
<body>
<header id="header">
<nav id="navbar">
<div class="header-logo">
<h3 id="headerbody">FatinIshraq.</h3>
</div>
<ul class="navlist">
<li class="navitem"><a href="#about">About.</a></li>
<li class="navitem"><a href="#journey">The Journey.</a></li>
<li class="navitem"><a href="#projects">Projects.</a></li>
<li class="navitem" id="contact"><a href="#contacts">Contact.</a></li>
</ul>
<div class="hamburger" id="burgermenu">
<input type="image" src="./assets/icon-hamburger.svg" alt="menu" />
</div>
</nav>
<div class="intro" id="introsection">
<div class="primary">
<img src="./assets/img-fatin.jpg" alt="image-fatin" />
</div>
<h1 id="headertext">Hello.</h1>
<p id="headerbody">I am Fatin,
<br> a web developer / product designer.
<!-- <br>You can learn a bit more about me down below. -->
</p>
<div id="arrowdown">
<img
src="./assets/icon-arrow-down.svg"
alt="arrow down"
/>
</div>
</div>
<div id="mobilemenu">
<div id="triangle"></div>
<ul class="menulist">
<li class="listitem"><a href="#about">About.</a></li>
<li class="listitem"><a href="#journey">The Journey.</a></li>
<li class="listitem"><a href="#projects">Projects.</a></li>
<li class="listitem" id="contact"><a href="#contacts">Contact.</a></li>
</ul>
</div>
</header>
<main id="main">
<section class="section1" id="about">
<h2 class="sectionheader">About me.</h2>
<p class="sectioncontent">
I am currently pursuing my bachelors degree in <span class="m1">Computer Science and Engineering</span> at <a class="m2" href="http://www.iub.edu.bd/">Independent University, Bangladesh.</a>
<br>
Simulteneously, I am currently working as a <span class="m1">Software/Platform - Support Coordinator</span> at <a class="m2" href="https://fieldnation.com/" target="_blank">Field Nation</a> </span>
<br>
I love to go on adventures and occasionally play a little bit of guitar.
As a tech enthusiast and a maker, I have also dabbled into prototyping and designing via CAD softwares and 3D printers.
<br>
<br>
Some tools I am familiar with:
</p>
<ul class="sectioncontent list">
<li class="list-item js">Javascript</li>
<li class="list-item react">ReactJs</li>
<li class="list-item mui">Material UI</li>
</ul>
<a href="./Fatin Ishraq Ahammed - Resume.pdf" target="_blank" class="learn-more-link">Learn More</a>
</section>
<section class="section2" id="journey">
<h2 class="sectionheader">My Web Develpment Journey.</h2>
<div class="logo">
<div class="logo a">
<div class="logo-img">
<img src="./assets/Odin.png" alt="image-Odin" />
</div>
<p class="comments">
Started my web development journey here with basic HTML and CSS.
They have an amazing community and abundance of resources.
</p>
<div class="logo-info">
<a class="name guide-link" href="https://www.theodinproject.com/" target="_blank">Odin Project</a>
</div>
</div>
<div class="logo b">
<div class="logo-img">
<img src="./assets/FreeCodeCamp.png" alt="image-freecodecamp" />
</div>
<p class="comments">
The responsive web design course pushed me further into designing amazing websites with vanilla css
which also looked beautiful in various sizes of screen.</p>
<div class="logo-info">
<a class="name guide-link" href="https://www.freecodecamp.org/certification/IshraqFatin/responsive-web-design" target="_blank">FreeCodeCamp</a>
</div>
</div>
<div class="logo c">
<div class="logo-img">
<img src="./assets/frontend-mentor.svg" alt="image-frontendmentor" />
</div>
<p class="comments">
Highly Recommend! The challenges helped me learn and integrate Javascript with websites.
All of the assets they provide are top notch for anyone looking to start out their web development journey.
</p>
<div class="logo-info">
<a class="name guide-link" href="https://www.frontendmentor.io/profile/ishraqfatin" target="_blank">Frontend Mentor</a>
</div>
</div>
</div>
</section>
<div id="lastSection">
<p class="sectionheader" id="projects">Some of my projects.</p>
<section class="section4">
<a class="project-card" href="https://ishraqfatin.github.io/webDev/frontendMentor/tipCalculator/index.html" target="_blank">
<img
src="./frontendMentor/tipCalculator/screenshot/Mobile.png"
alt="card"
/>
<span class="name project-link">Tip Calculator</span>
</a>
<a class="project-card" href="https://ishraqfatin.github.io/webDev/frontendMentor/sunnySideLandingPage/index.html" target="_blank">
<img src="./frontendMentor/sunnySideLandingPage/screenshots/Mobile Layout.png" alt="card" />
<span class="name project-link">Landing Page</span>
</a>
<a class="project-card" href="https://ishraqfatin.github.io/webDev/frontendMentor/interactiveCardInfo/index.html" target="_blank">
<img src="./frontendMentor/interactiveCardInfo/screenshots/Mobile Complete State.png" alt="card" />
<span class="name project-link">Interactive Card</span>
</a>
<a class="project-card" href="https://ishraqfatin.github.io/advice-generator-app/" target="_blank">
<img
src="./assets/AdviceGenertor.png"
alt="sugarcubes"
style="object-position: center;"
/>
<span class="name project-link">
Advice Generator
</span>
</a>
</section>
<section class="section5">
<p class="sectionheader s5"> Publications</p>
<div class="verticalhr">
</div>
<ul>
<li class="paper-name">
<a href="https://ieeexplore.ieee.org/document/9745205" target="_blank">
<p>> Bioforge PTL: An IoT Enabled Rapidly Deployable Phototherapy Device for Neonatal Jaundice</p>
</a>
</li>
<li class="paper-name">
<a href="https://ieeexplore.ieee.org/document/10316812" target="_blank">
<p>> Synergistic Design and Analysis of a Multi-Tasking Robot Enabling Artificial Intelligence for Hazard Response
</p>
</a>
</li>
</ul>
</section>
<section class="section5">
<p class="sectionheader s5"> Certifications</p>
<div class="verticalhr">
</div>
<ul>
<li class="paper-name">
<a href="https://www.credly.com/badges/912f99e7-0c2e-4000-a5db-57fa990ce700/linked_in?t=s0910f" target="_blank">
<p>> CCNA: Introduction to Networks</p>
</a>
</li>
<li class="paper-name">
<a href="https://www.freecodecamp.org/certification/IshraqFatin/responsive-web-design" target="_blank">
<p>> Responsive Web Design <span style="font-style: italic;">- FreeCodeCamp</span>
</p>
</a>
</li>
</ul>
</section>
<div class="footer" id="contacts">
<div class="footer-logo">
<h3 id="headerbody">{ let's work together }</h3>
</div>
<div id="social">
<a href="https://github.com/ishraqfatin" target="_blank"
><img src="./assets/icon1.png" alt="github"
/> <p>Github</p> </a>
<a href="https://www.linkedin.com/in/ishraqfatin/" target="_blank"
><img src="./assets/icon2.png" alt="linkedin"
/> <p>LinkedIn</p> </a>
<a href="mailto:ishraqfatin2510@gmail.com" target="_blank"
><img src="./assets/icon3.png" alt="email"
/><p>Email</p></a>
</div>
</div>
</div>
</main>
<script src="./index.js"></script>
</body>
</html>