-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (64 loc) · 2.05 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Andrei's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Andrei.png" alt="Andrei De Stefani" style="width:200px;height:200px;"></td>
<td><h1>Andrei De Stefani</h1>
<p><em>Entrepreneur and <a href="https://github.com/DeStefaniAndrei">full stack engineer</a></em></p>
<p>I am a bright student, currently taking my GCSE's at Cambridge Academy for Science and Technology.
I am also developing skills in entrepreneurship, as well as full stack developing, by learning languages such as Python, Dart, Html and Css</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><a href="http://www.newnhamcroft.cambs.sch.uk/web">Newnham Croft</a></li>
<li><a href="https://www.trumpingtoncc.org.uk/">Trumpington Community College</a></li>
<li><a href="https://www.cambridgeast.org.uk/">Cambridge Academy for Science and Technology</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2020-Now</td>
<td>Hermes delivery assistant</td>
</tr>
<tr>
<td>2021</td>
<td><a href="https://minecraftstorage.com/">MinecraftStorage Blogger</a></td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Mobile App Development </td>
<td>⭐⭐⭐⭐</td>
<td>Python Development </td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development </td>
<td>⭐⭐</td>
<td>Instagram management </td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<h3><a href="Hobbies.html">My hobbies</a></h3>
<h3><a href="contact.html">My contact details</a></h3>
</body>
</html>