-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (40 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Super Tech Friday!</title>
<meta charset="UTF8" />
<meta name="author" content="Iris Lidiane" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="estilos.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
</head>
<body>
<header>
<div class="menu">
<a target="_blank" href="https://www.linkedin.com/in/iris-lidiane-22677b96/"><img src="Assets/logo45.png" alt="logomarca"></a>
<ul class="nav">
<li><a target="_blank" href="https://www.linkedin.com/in/iris-lidiane-22677b96/">Home</a></li>
<li><a href="https://www.linkedin.com/in/iris-lidiane-22677b96/">Services</a></li>
<li><a href="https://www.linkedin.com/in/iris-lidiane-22677b96/">Contact</a></li>
</ul>
</div>
</header>
<section>
<div class="image-fundo">
<img src="Assets/fundo.png" alt=" fundo">
</div>
<form>
<!-- <h1>Cadastre-se para receber ofertas exclusivas!</h1> -->
<p>
<h3> Cadastre-se para receber <br>ofertas antecipadas!</h3>
</p>
<input type="email">
<button type="submit">
Enviar!
</button>
</form>
</section>
<script src="main.js" defer></script>
</body>
</html>