-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (53 loc) · 2.74 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
<!DOCTYPE html>
<html lang="es">
<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 name="keywords" content ="html5, estudiante, proyecto html5, fotografía, css3, diseño web"/>
<title>FATI - fgrhanny</title>
<link rel ="icon" href="img/icono.ico">
<link rel="stylesheet" href="css/estilos1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header id="logonombre">
<h1>
<a href="https://f47iw4.github.io/" target="_self">
<img src="img/logonombre.png" width="205" height="105"></a>
</h1>
</header>
<nav style="position:sticky;" id="navegacionprincipal">
<a href="index.html">About</a>
<a href="https://cargocollective.com/fgrhanny/about" target="_blank">CCBlog</a>
<a href="portfolio.html">Portfolio</a>
<a href="https://github.com/f47iw4" class="github" target="_blank"> ✨GitHub✨</a>
<!-- <a href="contacto.html">Contact me</a> --
<div class="animation start-home"></div>
</nav>
<section>
<header> <h1> <div id="indexPic">
<img src="img/fati2.png" width="150" height="150" alt="me :)"/>
<-- <img src="img/fati3.png" width="150" height="150" alt="me :)"/>-->
</div></h1></header>
<div>
<article id="textoPrincipal">
<p style="margin-left: 0%;">Hi, my name is Fati and I'm a Photographer
and Retoucher based out of Madrid.</p>
<p>Currently shooting for local fashion brands and freelance retouching beauty and product related content. </p>
<p>I have been collaborating with professionals in the photo, beauty and product industry </p>
<p style="margin-left:auto;">for some time now and also navigating the web development field.</p>
<p>I like to spend my time taking pictures, editing and coding.</p>
<p>you can contact me through my email: fgrhanny@gmail.com</p>
</article>
</div>
</section>
<footer>
<a href="https://www.linkedin.com/in/fatima-gonzalez-rhanny/" target="blank">
<img src="img/linkedinicon.png" width="20%" height="20%"></a>
<p> 2024© </p>
</footer>
</body>
</html>