-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseccion1.html
34 lines (33 loc) · 2.15 KB
/
seccion1.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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" content="Portfolio website of Mila Sevilla Zhou, Front-end web developer">
<title>Mila Sevilla Zhou</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,700|Satisfy" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="main.b593edee.css">
<link rel="icon" href="favicon.f0fc16f7.ico">
</head>
<body>
<div class="content">
<section class="intro" id="introSection">
<div class="introContent">
<header>
<a href="/"><img class="logo" src="shark.jpg" alt="Logo"></a>
</header>
<nav class="content_nav entry_animation">
<a class="section1Link" href="/articles" title="Go to about me section"> About me </a>
<a class="section2Link" href="/sports" title="Go to portfolio section"> Sports </a>
<a class="section3Link" href="/contact" title="Go to contact section"> Contact </a>
</nav>
<div class="introContent_wrapper">
<h1 class="entry_animation"> Hallo </h1>
<img class="introContent_portrait entry_animation" src="portrait_small.8a9f6656.png" alt="Picture of Mila"> <img class="introContent_portrait_large entry_animation" src="portrait.be9adf85.png" alt="Picture of Mila">
<p class="introContent_text entry_animation"> I'm Anna. I’m a front-end web developer from Germany with interest in UX/UI web design. I'm currently based in Barcelona and studying a mix of Human - Computer Interaction, machine learning, and data analysis. If I’m not on my computer, you can usually find me in a local café or in the nature. </p>
</div>
</div>
</section>
</div>
</body>
</html>