-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<title>Claudia</title>
</head>
<body>
<h1>Claudia-Cosmina Stanciu</h1>
<img src="./img/img_1.png"
width="400px"/>
<h3>A little bit about me</h3>
<ul>
<li>Hi there! My name is Claudia, and I'm from Romania.
I came to the UK five years ago to attend university, and I've been living here ever since.</li>
<li>I really love video games. Some of my all-time favorites are Red Dead Redemption 2, Cyberpunk 2077, and the Mass Effect trilogy.
I could spend hours exploring virtual worlds and immersing myself in epic stories.</li>
<li> Another passion of mine is coding. I've been self-teaching myself Java for a while now,
and I find it incredibly rewarding to be able to create programs and apps from scratch.</li>
<li>I actually studied psychology at university, but I've always had a keen interest in technology. I've been a bit of a techie ever since I can remember,
whether it's tinkering with hardware or modding games to add new features and functionality.</li>
<li>I have a cat named Nero, and he's the cutest thing ever! ❤️</li>
<img src="./img/my_cat.jpeg"
width="150px"/>
<li>Overall, I'm someone who loves to learn and explore new things, whether it's a new programming language, a new video game, or a new field of study.
I'm excited to see where life takes me next and to keep growing and evolving as a person!</li>
</ul>
<table>
<thead>
<tr>
<th>Favourite foods</th>
<th>Least favourite foods</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pineapple</td>
<td>Tomatoes</td>
</tr>
<tr>
<td>Sushi</td>
<td>Liver</td>
</tr>
<tr>
<td>Sour soup</td>
<td>Brussel sprouts</td>
</tr>
</tbody>
</table>
<h4>Thank you</h4>
<img src="./img/icegif-286.gif"
width="200px"/>
<footer>
<a href="./pg2.html">More pics of my cat</a>
</footer>
</body>
</html>