-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 2.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Julieta Barrabino</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Clicker+Script|Poppins|Slabo+27px&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<h1>I'm Julieta.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-picture" src="images/fotoCV.JPG" alt="Julieta's picture" height="250px" width="250px">
<h2>Hello.</h2>
<p>I am a student at Universidad ORT Uruguay,
where I'm studying on my third year to get a Bachelor's degree in Information Systems.
I'm intrested in learning about mobile and web development, and also wish to get a little more knowledge about UI/UX too.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coding" src="images/code.png" alt="coding">
<h3>Programming</h3>
<p>I learned programming in my first year of college with Java, but since then I've also learned some C/C++, C#,
Haskell, and I'm currently doing a challenge on Swift. Next language will be Javascript!</p>
</div>
<div class="skill-row">
<img class="netflix" src="images/netflix-icon.png" alt="Netflix icon">
<h3>Binge-watching TV shows</h3>
<p>I love watching tv shows on Netflix, I'm a master at finishing entire seasons of series in little time,
specially when I have some time to spare
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Do you also love these things?</h3>
<p class="contact-message">If you have any series recommendations or programming question feel free to leave me a message!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/julieta-b-04904212b/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/codingjuliet/">Instagram</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2020 Julieta Barrabino.</p>
</div>
</body>
</html>