-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (86 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="opening">
<table cellspacing="20">
<tr>
<td><img src="Vanessa.jpg" width="300" height="200" alt="Profile picture"></td>
<td><h1>Vanessa Mae</h1>
<p>She is a junior college student 😊 and you can check her <a href="https://www.instagram.com/vanessamae02/">Instagram account</a></p>
<p>She is a <em>student from <strong>Singapore</strong></em> under the ASEAN MOE scholarship.</p></td>
</tr>
</table>
</div>
</div>
<div id="contact">
<hr style="margin-top: 100px">
<h3>Books and teaching</h3>
<p>Maths</p>
<p>English</p>
<h3><a href="Hobbies.html">Hobbies</a></h3>
<h3><a href="Contact.html">Contact</a></h3>
<hr>
</div>
<div id="edu">
<h3>Education</h3>
<table class="edutable" cellspacing="10">
<tr>
<td>2004-2016</td>
<td>Bukit Sion School</td>
<td>Student</td>
</tr>
<td>2017-2019</td>
<td>Crescent Girls' School</td>
<td>Student</td>
<tr>
<td>2019-2021</td>
<td>Temasek Junior College</td>
<td>Student</td>
</tr>
</table>
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="teenager.png" alt="introduction">
<h2>Hello.</h2>
<p>Hi I am just a student trying to learn coding and web designing skills. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-code">
<img class="coding" src="book.png" alt="coding">
<h3>Coding</h3>
<p class="coding-description">Coding is pretty complex but nothing is impossible to be learnt</p>
</div>
<div class="skill-cook">
<img class="cooking" src="teddy.png" alt="teaching">
<h3>Teaching</h3>
<p>I like to make use of my skills and teach people. I used to teach my friends and I am also a tutor on the weekends teaching primary school kids</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Contact me anytime and I will be glad to know you too..</h3>
<p>Introduce your name and background</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© 2018 Name Surname.</p>
</div>
</body>
</html>