-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLL.html
More file actions
53 lines (50 loc) · 2.92 KB
/
LL.html
File metadata and controls
53 lines (50 loc) · 2.92 KB
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Liana Lopes: Web Site</title>
<link rel="shortcut icon" href="imagens/favicon2.ico" type="image/x-icon/">
<link rel="stylesheet" href="estilo/style.css">
</head>
<body>
<header>
<div class="container">
<div class="navbar">
<picture class="cabeçalhopicture">
<source media="(max-width:130px )">
<img src="imagens/vdcfavi-depositphotos-bgremover.png" alt="Liana Logo" style="height:120px;" class="favicon">
</picture>
<nav style="text-align:right" class="social">
<ul class="ul1">
<li><a href="https://www.linkedin.com/in/liana-lopes-306912186/" target="_blank"><img src="imagens/twitter.png" alt="LinkedIn" style="width: 30px;height: 30px;"></a></li>
<li><a href="https://twitter.com/wavessounds_" target="_blank"><img src="imagens/Linkedin.png" alt="Twitter" style="width: 30px;height: 30px;"></a>
<li><a href="https://www.instagram.com/wavessounds_/"target="_blank"><img src="imagens/instagram.png" alt="Instagram"style="width: 30px;height: 30px;"></a></li>
<li><a href="https://medium.com/@liana.kplopes" target="_blank"><img src="imagens/medium.png" alt="Medium"style="width: 30px;height: 30px;"></a></li>
</ul>
</nav>
</div>
</header>
<div style="visibility: inherit;">
<main class="buttons">
<img id="" alt="">
<img src="imagens/Lianakpl-depositphotos-bgremover.png" alt="Profile" style="width: 310px; height: 400px" class="profilephoto">
<article id="apresentacaoTexto">
<h2>Hi, I'm<br>
<span class="nameapresentation">Liana Lopes</span>
</h2>
<p class="apresentation1">Graduated in Letters, teacher for almost 11 years, I've been migrating to programming for almost one year. Between this migration I decided to study UX to further complement my knowledge in some points of programming.<br>
Did you got tea or coffe? Yes? So now you are already.<br>
I hope you enjoy my page.</p>
<button class="CVLL1"> <a href="LL2.html"> Resume/CV </button>
<button class="ProjectsLL1"> <a href="LL3.html"> Projects </button>
<button class="ContactLL1"> <a href="LL4.html"> Contact </button>
</article>
</div>
</main>
<footer>
<p>Criado por <a href="https://www.linkedin.com/in/liana-lopes-306912186/">Liana Lopes</a></p>
</footer>
</body>
</html>