-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutMe.html
More file actions
26 lines (23 loc) · 991 Bytes
/
aboutMe.html
File metadata and controls
26 lines (23 loc) · 991 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="Css/aboutMe.css">
<title>about.Me</title>
</head>
<body>
<div class="Section1">
<a href="Index.html">
<h1 class="flecha">🢀</h1>
</a>
<img src="Img/Captura de pantalla 2023-02-16 193623.png" alt="Me" width="100px" height="100px">
<h1>VALENTINA</h1>
<P> I am 18 years old. I am a very shy person, many confuse that with
being "believed" however it is a word that does not really define me,
I like to study. My biggest weakness in study topics is that I never
ask because of nerves and it is something that should change, however
I try to understand so as not to have inconsistencies with important topics.
I really like pop music, I really like Video Games, lately I play a lot of
valorant with my friends in my spare time and lastly I love spaghetti.</P>
</div>
</body>
</html>