-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaviso.html
More file actions
60 lines (57 loc) · 2.84 KB
/
aviso.html
File metadata and controls
60 lines (57 loc) · 2.84 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
54
55
56
57
58
59
60
<!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">
<meta name="author" content="Tamara Simões">
<meta name="description" content="Site Profissional de Tamara Simões">
<meta name="keywords" content="sites, web, desenvolvimento, portfolio">
<title>Tamara Simões | Especialista</title>
<link rel="icon" type="image/png" href="logo-title.png" />
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<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=Raleway:wght@100;200;300;400;500;600;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<header>
<a href="https://tamaratryber.github.io/personal/">
<img src="logo.png" width="90" alt="Tamara">
</a>
<nav class="nav-desktop">
<a href="index.html">Home</a>
<a href="index.html#know">Sobre</a>
<a href="index.html#features">Formação</a>
<a href="index.html#portfolio">Portfolio</a>
<a href="index.html#contact">Contato</a>
</nav>
<div class="dropdown">
<button class="mainmenubtn">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</button>
<div class="dropdown-child">
<a href="index.html">Home</a>
<a href="index.html#know">Sobre</a>
<a href="index.html#features">Formação</a>
<a href="index.html#portfolio">Portfolio</a>
<a href="index.html#contact">Contato</a>
</div>
</div>
</header>
<section class="home" id="home">
<h3 class="animate__animated animate__bounce animate__fadeInUp">Desculpe, este trabalho ainda está em elaboração.</h3>
<p></p>
<a href="index.html#home" target="_blank" class="animate__animated animate__bounce animate__fadeInUp">Home</a>
</section>
<script src="scripts.js"></script>
</body>
</html>