forked from jlord/person-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (43 loc) · 2.16 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
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="img/icon.jpg" type="image/x-icon">
<title>Laysa Arielly 🌼</title>
</head>
<body>
<!-- HTML -->
<div class="wrapper">
<div class="container">
<article id="header">
<div class="avatar"><img src="img/avatar.png" width="150"></div>
</article>
<div class="bio">
<h1>Laysa Arielly</h1>
<p>Hi! I'm glad you're here.</br>Sit down and take a cup of coffee.</p>
<p>☕</p>
<p>This page is still under construction, like my works, my life and my dreams ... Just like yours :)</p>
<p>~ Computer Technician in constant learning ~</p>
<p>Brazil - Rio de Janeiro - Resende</p>
<p>Feel free to contact me!</p></br>
<!-- Futuras mudanças
// <p>Oi! Que prazer ter você aqui. </br> Sente-se e pegue uma xícara de café.</p>
// <p>☕</p>
// <p>Esta página ainda está em construção, assim como meus trabalhos, minha vida e meus sonhos... E os seus também :) </p>
// <p>~ Técnica em Informática aprendendo constantemente ~</p>
// <p>Brasil - Rio de Janeiro - Resende</p>
// <p>Fique a vontade para conferir os links abaixo </br> e entrar em contato comigo.</p>
-->
<ul class="inline-list">
<li><a href="mailto:laysa998@gmail.com" target="_top">Email</a></li>
<li><a href="https://github.com/laysarielly" target="_blank" rel="noopener" rel="noreferrer">GitHub</a></li>
<li><a href="https://www.facebook.com/laysaarielly" target="_blank" rel="noopener" rel="noreferrer">Facebook</a></li>
<li><a href="https://www.instagram.com/laysarielly/" target="_blank" rel="noopener" rel="noreferrer">Instagram</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>