-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
85 lines (78 loc) · 3.68 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About me</title>
<meta charset="utf-8" />
<meta name="keywords" content="cinema, my web, historyofcinema">
<meta name="description" content="This is a webpage to discover new things about the world of Cinema and all the curiosities and facts that go with it." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>icono</title>
<link rel="icon" type="image/png" href="images/logo.png">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div>
<div id="banner">
<img src="images/logo.png" width="100" height="80"
alt="Fes click per tornar a la pàgina principal"> </div>
<a href="index.html">
<header>
<img class="banner" src="images/logo.png">
</header>
<nav id="barra">
<ul>
<li> <a href= "index.html"> Home</a> </li>
<li> <a href= "location.html"> Location</a> </li>
<li> <a href= "awardplaces.html"> Host Cities </a> </li>
<li> <a href= "blog.html"> Blog </a> </li>
<li> <a href= "gallery.html"> Gallery </a> </li>
<li> <a href= "topfilms.html"> Top films </a> </li>
<li> <a href= "aboutme.html"> About Me </a> </li>
</ul>
</nav>
</div>
<div>
<section class="column3">
<h1 id="pais"> Somethings about me</h1>
<article>
<p id="sub2"> In case you would like to know more thins about me, here you can find it!</p>
<p>Im Nerea, from Catalunya and I'm 20 years old. I'm a Geography student at the Rovira Virgili Univeristy in Vila-Seca, Tarragona. Apart of this, I do rythmics gymnastics since 3 years old and I also have a special love for cinema and all of the things that this world involves. </p>
<p> It began when i was little when we watched fils every weekend.Then stopped paying attention at this wolrd but when I was a teenager it came back this sort of interest for arts and specially with cinema and with all the digital platforms it became easier to find any film I would like. </p>
<p> If you want to discover more about this world you can explore this website.</p>
<p id="sub2">" Cinema is universal, beyond flags and borders and passports" - Alejandro Gonzalez Iñarritu</p>
</article>
</section>
</div>
<div class="column2">
<section>
<h1 id="film"> My Social Media</h1>
<article>
<ul class="social">
<li> <a href="https://www.instagram.com/_nerea77/"> <img src="images/instagram.png" alt="instagram"></a> </li>
<li> <a href="https://open.spotify.com/user/1112212280?si=7a3541d38f5b4df1">
<img src="images/spotify.png" alt="spotify"></a></li>
<li><a href="https://twitter.com/NereaLaraQueral">
<img src="images/twitter.png" alt="twitter"></a> </li>
</ul>
</article>
</section>
<section>
<img class="foto3" src="images/me.jpg">
</section>
<section>
<h1 id="film"> Contact Me!</h1>
<article>
<input type="text" name="fullname" placeholder="Full Name">
<input type="text" name="mail" placeholder="E-Mail">
<textarea name="message" placeholder="Write here your message..."></textarea>
<input type="button" value="Send" placeholder="Send">
</article>
</section>
</div>
<div>
<footer>
© Nerea Lara, 2021 / All Rights Reserved
</footer>
</div>
</body>
</html>