-
Notifications
You must be signed in to change notification settings - Fork 1
/
about me.html
65 lines (59 loc) · 2.92 KB
/
about me.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
<!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">
<meta charset="UTF-8">
<title>Welcome to my page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="home-template">
<header>
<div class="my-nme" >
<a id="site-title" onclick="window.location.href='./index.html'" >Rosa Moran</a>
</div>
<h1>About me</h1>
</header>
<!-- About section -->
<section class="cntabot">
<div class="btcont">
<h2>My Story</h2>
<p>Hey Hello again and thanks for reading on,</p>
<p>well now I will talk a little about my personal life</p>
<p> hope you have fun knowing about me I am very excited ...! 🙈 </p>
</div>
<div class="personl">
<h1>My life</h1>
<p>My name is Rosa, I am a young woman from
<a href="https://goo.gl/maps/8qHCNXooDC8HovUx5">El Salvador 🇸🇻</a>
a country that is located in
<a href="https://goo.gl/maps/8qHCNXooDC8HovUx5">Cental America</a>
I am a young woman with a lot of energy, persistence, consistency, discipline, social with everyone and I really like sports, by the way I play soccer in a club.⚽️</p>
<p>as I said I am a persistent, constant person. I know that life is not always rosy but I know that if you fight for what you want one day you will have your reward ...!
My philosophy is:
<span>"Learn and be constant but don't forget the fun in the process"</span>
</p>
</div>
<!---- footer -->
<section class="sc-2 fot">
<div class="sc-f fott">
<div class="in-2 myinf">
<h2 class="folww" >Follow me</h2>
<a href="https://www.facebook.com/rosa.mopan/" target="_blank" rel="noopener noreferrer nofollow" class="ic-1 fb1">
<img alt src="pictures/facebook (1).svg" class="sc-1 social">
</a>
<a href="https://twitter.com/RosaMor28853822/" target="_blank" rel="noopener noreferrer nofollow" class="ic-1 fb1">
<img alt src="pictures/twitter.svg" class="sc-1 social">
</a>
<a href="https://github.com/RosaMoran" target="_blank" rel="noopener noreferrer nofollow" class="ic-1 fb1">
<img alt src="pictures/github.svg" class="sc-1 social"></a>
<a href="https://www.instagram.com/ros_darkness/" target="_blank" rel="noopener noreferrer nofollow" class="ic-1 fb1">
<img alt src="pictures/instagram.svg" class="sc-1 social"></a>
<a href="https://www.linkedin.com/in/rosa-moran-a2b9a1151/" target="_blank" rel="noopener noreferrer nofollow" class="ic-1 fb1">
<img alt src="pictures/linkedin.svg" class="sc-1 social"></a>
</div>
</div>
</section>
</body>
</html>