-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
376 lines (329 loc) · 15.9 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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tanzeela Sehar</title>
<!-- custom css link-->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="media/Tanzeela Sehar-1 (13).png">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<!--header design-->
<header>
<a href="#" class="logo">Tanzeela<span>Sehar</span></a>
<ul class="navlist">
<li><a href="#home" class='active'>Home</a></li>
<li><a href="#about">About Me</a></li>
<!--<li><a href="#services">Services</a></li>-->
<li><a href="TanzeelaSehar_resume.pdf" target="_blank">Resume</a></li>
<li><a href="#portfolio">Projects</a></li>
<li><a href="#contact">Contact me</a></li>
</ul>
<div class="bx bx-menu" id="menu-icon">
</div>
</header>
<!--home section-->
<section class="home" id="home">
<div class="home-text">
<div class="slide">
<span class="one">Hello fello humans!</span>
<!--<span class="two">I'm </span>-->
</div>
<!--<h1>Tanzeela Sehar</h1>-->
<h3>Meet this <span>Data</span> Scientist!</h3>
<p>Tanzeela Sehar is a passionate and dedicated individual with expertise in <span>data analytics, machine learning</span>, and <span>leveraging data-driven strategies</span> to optimize business processes. Through her academic journey, She has gained a strong foundation in statistical analysis, predictive modeling, and data visualization. Having hands-on experience in manipulating and analyzing large-scale datasets using <span>Python, R, and SQL</span>, she can develop machine learning algorithms for predictive modeling.
While she does not not have any industry-experience for now, she has experienced practical exposure through academic projects. She is adaptable, collaborative, and possess strong communication skills, which allows her to work effectively in dynamic and interdisciplinary environments. This <span>DataScientist</span> is seeking opportunities to contribute to an organization that values data-driven decision-making,
to collaborate with experienced professionals, tackle challenging problems, and make a meaningful impact.
</p>
<div class="button">
<a href="mailto: [email protected]" target="_blank" class="btn">Say Hello</a>
<a href="#portfolio" class="btn2"><span><i class="bx bx-play"></i></span>Check out my work!</a>
</div>
</div>
</section>
<!-- about section-->
<section class="about" id="about">
<div class="about-img">
<img src="media/22.jpg" alt="my blessed face!">
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4>Education and Certificates</h4>
<p>
<ul>
<li> Machine Learning Specialization (ongoing)</li>
<li><a target = "_blank" href="https://www.coursera.org/account/accomplishments/verify/SXSZJFSR655R">Django Web Framework (2024)</a></li>
<li><a target="_blank" href="https://www.coursera.org/account/accomplishments/specialization/43K9ME5A2NZC"> Meta Front End Developer Professional Certificate (2023-2024) </a></li>
<li> University of Karachi - BS Software Engineering - (2019-2023) </li>
<li> <a href="https://coursera.org/share/71084a05f80c15cd8d7ec1d3b3c46fc0" target="_blank"> Google Data Analytics Professional Certificate (2023) </a></li>
<li> Institute of Business Administration (IBA-Karachi) - Big Data Analytics (2021)</li>
</ul>
</p>
<div class="about-buttons">
<a href="https://www.linkedin.com/in/tanzeela-s-083950208/" target="_blank" class="btn3">Connect</a>
<a href="about.html" class="btn4">Learn more</a>
</div>
</div>
</section>
<!-- Portfolio section -->
<section class="portfolio" id="portfolio">
<div class="main-text">
<p>Portfolio</p>
<h2>My <span>Projects</span></h2>
</div>
<div class="portfolio-content">
<div class="row-container">
<div class="row">
<!-- can also add some animation here or smthn -->
<img src="media/mindyourwellbeing.png" alt="MindYourWellBeing.com" class="project-img">
<div class="layer">
<p>MindYourWellBeing is a platform to help people going through mental health challenges.</p>
<a href="https://mind-your-well-being.vercel.app/index.html" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="title">
<br>
<strong>MindYourWellBeing</strong>
</div>
</div>
<div class="row-container">
<div class="row">
<!-- can also add some animation here or smthn -->
<img src="media\sddds2.png" alt="some cool picture of anything but myself!" class="project-img">
<div class="layer">
<p>
A stray dog detection model with an accuracy of 96%, trained on Yolov5 using 10,000 images.
</p>
<a href="https://github.com/tselane2110/Stray-Dogs-Detection-System" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="title">
<br>
<strong>Stray Dogs Detection System</strong>
</div>
</div>
<div class="row-container">
<div class="row">
<!-- can also add some animation here or smthn -->
<img src="media\little-lemon.png" alt="some cool picture of anything but myself!" class="project-img">
<div class="layer">
<p>
A webApp designed to facilitate Little Lemon Customers, to be able to reserve a table online in advance.
</p>
<a href="https://littlelemon-eta.vercel.app/" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="title">
<br>
<strong>Little Lemon</strong>
</div>
</div>
</div>
</div>
</section>
<!-- contact me section-->
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Me</span></h2>
<h4>Got any projects to offer?</h4>
<p>
Feel free to reach out to me for any inquiries, collaborations, or just to say hello!
I'm always excited to connect with like-minded individuals and discuss new opportunities.
You can reach me via <a href="mailto: [email protected]"><span>email</span></a> or connect with me on
<a href="https://www.linkedin.com/in/tanzeela-s-083950208/" target="_blank"><span>LinkedIn</span></a>.
Looking forward to hearing from you!
</p>
<div class="contact-icons">
<a href="mailto: [email protected]" target="_blank"><i class="bx bxl-gmail"></i></a>
<a href="https://twitter.com/ElaneItIs" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/in/tanzeela-s-083950208/" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/tselane2110" target="_blank"><i class="bx bxl-github"></i></a>
</div>
</div>
<div class="snake-game">
<canvas width="400" height="400" id="game"></canvas>
<script>
var canvas = document.getElementById('game');
var context = canvas.getContext('2d');
var grid = 16;
var count = 0;
var snake = {
x: 160,
y: 160,
// snake velocity. moves one grid length every frame in either the x or y direction
dx: grid,
dy: 0,
// keep track of all grids the snake body occupies
cells: [],
// length of the snake. grows when eating an apple
maxCells: 4
};
var apple = {
x: 320,
y: 320
};
// get random whole numbers in a specific range
// @see https://stackoverflow.com/a/1527820/2124254
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min)) + min;
}
// game loop
function loop() {
requestAnimationFrame(loop);
// slow game loop to 15 fps instead of 60 (60/15 = 4)
if (++count < 4) {
return;
}
count = 0;
context.clearRect(0,0,canvas.width,canvas.height);
// move snake by it's velocity
snake.x += snake.dx;
snake.y += snake.dy;
// wrap snake position horizontally on edge of screen
if (snake.x < 0) {
snake.x = canvas.width - grid;
}
else if (snake.x >= canvas.width) {
snake.x = 0;
}
// wrap snake position vertically on edge of screen
if (snake.y < 0) {
snake.y = canvas.height - grid;
}
else if (snake.y >= canvas.height) {
snake.y = 0;
}
// keep track of where snake has been. front of the array is always the head
snake.cells.unshift({x: snake.x, y: snake.y});
// remove cells as we move away from them
if (snake.cells.length > snake.maxCells) {
snake.cells.pop();
}
// draw apple
context.fillStyle = '#29313a';
context.fillRect(apple.x, apple.y, grid-1, grid-1);
// draw snake one cell at a time
context.fillStyle = '#5e83e9';
snake.cells.forEach(function(cell, index) {
// drawing 1 px smaller than the grid creates a grid effect in the snake body so you can see how long it is
context.fillRect(cell.x, cell.y, grid-1, grid-1);
// snake ate apple
if (cell.x === apple.x && cell.y === apple.y) {
snake.maxCells++;
// canvas is 400x400 which is 25x25 grids
apple.x = getRandomInt(0, 25) * grid;
apple.y = getRandomInt(0, 25) * grid;
}
// check collision with all cells after this one (modified bubble sort)
for (var i = index + 1; i < snake.cells.length; i++) {
// snake occupies same space as a body part. reset game
if (cell.x === snake.cells[i].x && cell.y === snake.cells[i].y) {
snake.x = 160;
snake.y = 160;
snake.cells = [];
snake.maxCells = 4;
snake.dx = grid;
snake.dy = 0;
apple.x = getRandomInt(0, 25) * grid;
apple.y = getRandomInt(0, 25) * grid;
}
}
});
}
// listen to keyboard events to move the snake
document.addEventListener('keydown', function(e) {
// prevent snake from backtracking on itself by checking that it's
// not already moving on the same axis (pressing left while moving
// left won't do anything, and pressing right while moving left
// shouldn't let you collide with your own body)
// left arrow key
if (e.which === 37 && snake.dx === 0) {
snake.dx = -grid;
snake.dy = 0;
}
// up arrow key
else if (e.which === 38 && snake.dy === 0) {
snake.dy = -grid;
snake.dx = 0;
}
// right arrow key
else if (e.which === 39 && snake.dx === 0) {
snake.dx = grid;
snake.dy = 0;
}
// down arrow key
else if (e.which === 40 && snake.dy === 0) {
snake.dy = grid;
snake.dx = 0;
}
});
// for touch events
// Add touch event listeners to the game canvas
canvas.addEventListener("touchstart", handleTouchStart);
canvas.addEventListener("touchmove", handleTouchMove);
// Variables to store touch coordinates
let touchStartX = 0;
let touchStartY = 0;
let touchEndX = 0;
let touchEndY = 0;
// Touch event handler for touch start
function handleTouchStart(event) {
event.preventDefault();
// Get the initial touch coordinates
touchStartX = event.touches[0].clientX;
touchStartY = event.touches[0].clientY;
}
// Touch event handler for touch move
function handleTouchMove(event) {
event.preventDefault();
// Get the current touch coordinates
touchEndX = event.touches[0].clientX;
touchEndY = event.touches[0].clientY;
// Calculate the horizontal and vertical distance moved
const deltaX = touchEndX - touchStartX;
const deltaY = touchEndY - touchStartY;
// Determine the primary direction of movement
if (Math.abs(deltaX) > Math.abs(deltaY)) {
// Horizontal movement
if (deltaX > 0) {
// Move right
snake.dx = grid;
snake.dy = 0;
} else {
// Move left
snake.dx = -grid;
snake.dy = 0;
}
} else {
// Vertical movement
if (deltaY > 0) {
// Move down
snake.dy = grid;
snake.dx = 0;
} else {
// Move up
snake.dy = -grid;
snake.dx = 0;
}
}
}
// start the game
requestAnimationFrame(loop);
</script>
</div>
</section>
<section class="end">
<div class="end-text">
<p>Copyright © 2024 by Tanzeela Sehar All Rights Reserved.</p>
</div>
<div class="top">
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a>
</div>
</section>
<!--custom js link-->
<script type="text/javascript" src="script.js"></script>
</body>
</html>