-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (30 loc) · 1.75 KB
/
about.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
<!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">
<link rel="stylesheet" href="style.css">
<title>About Me</title>
</head>
<body>
<nav>
<ul>
<li><a href = "index.html">🡐Back to Homepage</a></li>
</ul>
</nav>
<div class = "wrapper">
<div class = "testimonial">
<article>
<h1>About Me</h1><br>
<img src = "img\SandhyaH2.jpg" alt = "Sandhya's another photo" class = "image"><br><br>
<blockquote>
Hello, my name is <strong>Sandhya Harshakumar,</strong> and i'm an aspiring Full-stack Engineer. Originally from Kerala state in India, i moved to UK around 16 years back with my husband and son on an HSMP visa( currently a British citizen). I'm a passionate tutor too and have always tried to motivate younger girls into STEM and Technology. During my free-time i volunteer to support my friends' children in core STEM subjects. I'm a highly motivated, self-learner and a friendly individual. I believe this is the perfect time to also focus on myself and do what i have always aspired to. I have put my learning into practice by doing some exciting projects. Please check my <a href = "https://github.com/Sandhya80?tab=repositories">Github</a> and <a href = "projects.html">Projects</a> page on this website to find the different projects i've been working on.<br>
</blockquote>
<h5>- Sandhya H</h5>
<p>Full-stack Developer</p>
</article>
</div>
</div>
</body>
</html>