-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (252 loc) · 11.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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5WPYHRNWZE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5WPYHRNWZE');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sadman Hasib's Page</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="index.html#page-top">
<span class="d-block d-lg-none">Sadman Hasib's Page</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#achievements">Achievements</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#education">Education</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column">
<div class="my-auto">
<p><a name="about" id="about"></a></p>
<p style="height: 80px;"></p>
<h1>Sadman Hasib</h1>
<p style="height: 24px;"></p>
<p>I'm an <strong>engineering student</strong>, <strong>programmer</strong>, and <strong>technology enthusiast</strong> with a passion for <strong>problem-solving</strong>. I enjoy exploring the intersection of <strong>technology</strong> and <strong>innovation</strong>, constantly seeking new ways to apply my skills to solve complex challenges. With a deep interest in <strong>coding</strong> and <strong>engineering</strong>, I focus on building efficient solutions and improving my expertise across various technologies.</p>
<p>I love diving into projects that push the boundaries of my knowledge, and I'm always eager to learn more and contribute to the fast-evolving <strong>tech landscape</strong>.</p>
<p>You can find my resume <a href="files/resume_sadman_hasib.pdf">here</a>.</p>
<p style="height: 12px;"></p>
<p><a name="skills" id="skills"></a></p>
<p><a name="skills" id="skills"></a></p>
<h2>Skills</h2>
<div class="row">
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Problem Solving</h5>
<p class="card-text">C, C++, Python</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Database Management</h5>
<p class="card-text">MySQL</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Front End Development</h5>
<p class="card-text">HTML, CSS, JavaScript</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Data Analysis</h5>
<p class="card-text">Seaborn, Matplotlib</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Data Science</h5>
<p class="card-text">Python</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Machine Learning</h5>
<p class="card-text">TF, Keras, Sklearn</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Software Simulation</h5>
<p class="card-text">Matlab, Pspise, Proteus</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Graphics Design</h5>
<p class="card-text">Canva, Illustrator</p>
</div>
</div>
</div>
</div>
<p style="height: 12px;"></p>
<p><a name="projects" id="projects"></a></p>
<h2>Projects</h2>
<ul>
<li><strong> <a href="https://huggingface.co/spaces/sadman-hasib/anime_recommender">Recommendation System</a></strong> — I developed an anime recommendation system using NLTK and Python.</li>
<li><strong> <a href="https://sadman-ruet.github.io/Rock-paper-scissors/">Rock Paper Scissor Game</a></strong> — A demo project of a Rock Paper Scissor game built using HTML, CSS, and JavaScript.</li>
<li><strong> <a href="https://sadman-ruet.github.io/Sanke-Game/">Snake Game</a></strong> — A demo project of a classic snake game built using HTML, CSS, and JavaScript.</li>
<li><strong> <a href="https://sadman-ruet.github.io/To-Do-List/">To Do List </a></strong> — A demo project of a To Do List built using HTML, CSS, and JavaScript.</li>
</ul>
<p><a name="experience" id="experience"></a></p>
<h2>Experience</h2>
<ul>
<li>2023-2024: <strong>Graphics Designer</strong> - Astronomy and Science Society of RUET
<ul>
<li>Lead a team of excellent graphics designers.</li>
<li>Designed static graphics and promotional materials for various club events.</li>
</ul>
</li>
</ul>
<ul>
<li>2023-2024: <strong>Assistant Graphics Designer</strong> - Astronomy and Science Society of RUET
<ul>
<li>Designed various posters and composed the magazine for the Aurora event.</li>
</ul>
</li>
</ul>
<ul>
<li>2019-2020: <strong>Exicutive Member</strong> - Govt. Science College Science Club
<ul>
<li>Participated in various Intra College National events as a part of the club.</li>
</ul>
</li>
</ul>
<p><a name="achievements" id="achievements"></a></p>
<h2>Achievements</h2>
<ul>
<li><strong>My team placed 15th</strong> in the <strong>Code Spark</strong> competition organized by <strong>RUET analytical Programming Lab (RAPL)</strong>.</li>
</ul>
<p><a name="education" id="education"></a></p>
<h2>Education</h2>
<ul>
<li>2021 - Expected March 2026: <strong>Bachelor of Science (BSc)</strong>,
<ul>
<li>Rajshahi University of Engineering & Technology (RUET), Bangladesh.</li>
<li>CGPA: 3.17/4</li>
<li>I am currently pursuing a Bachelor of Science in Electronics and Telecommunication Engineering (ETE) at Rajshahi University of Engineering and Technology, Rajshahi, Bangladesh, with an expected graduation date of March 2026.</li>
<li>My coursework has provided me with a solid foundation in the principles and applications of electronics and telecommunication systems, along with specialized knowledge in database management systems, SQL, and Machine Learning.</li>
</ul>
</li>
</ul>
<ul>
<li>2018 - 2020: <strong>Higher Secondary School Certificate(HSC)</strong>,
<ul>
<li>Govermnet Science College,Tejgaon, Dhaka, Bangladesh.</li>
<li>GPA: 5/5</li>
<li>I have completed my Higher Secondary School Certificate from Govt. Science College, Tejgaon, Dhaka. During this time, I have Participated in various club activities and extra-curricular activities.</li>
</ul>
</li>
</ul>
</div>
</section>
</div>
<!-- Move social media links to bottom -->
<footer>
<!-- Centered social media icons at the bottom -->
<div class="container text-center mt-4">
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="mailto:sadmanhasib21@gmail.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/shadmanhasib3509/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sadman-ruet">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/sadman-hasib/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>