-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (51 loc) · 2.22 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
<!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">
<link rel="stylesheet" href="./style/reset.css">
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/media.css">
<title>Nomak</title>
</head>
<body>
<header class="header">
<div id="main_title">
<h1 class="tittle">Nomak</h1>
<h1 class="tittle tittle_below">Solutions</h1>
</div>
<ul>
<a href="#" class="link"><li class="link_name">Início</li></a>
<a href="#" class="link"><li class="link_name">Serviços</li></a>
<a href="#" class="link"><li class="link_name">Sobre</li></a>
<a href="#" class="link"><li class="link_name">Contato</li></a>
<a href="#" class="link" id="inscreva-se-btn"><li class="link_name">Já participa de nossos serviços?</li></a>
</ul>
</header>
<main class="main">
<aside class="aside">
<h2 class="subscribe"><span>Inscreva-se agora</span></h2>
<h2 class="subscribe">na Newslatter</h2>
<p class="services">
A rede de suloção de problemas mais rápida do mundo. A seu serviço.
</p>
<h2 class="services_tittle">Tempos de carregamento duas vezes menores</h2>
<p class="services">Ofereça experiências de usuário rápidas e avançadas para aplicativos de Internet que otimizam o envolvimento.</p>
<form class="form">
<input class="input text_input" type="text" placeholder="Nome">
<input class="input email_input" type="email" placeholder="E-mail">
<input class="button" type="submit" value="Enviar >">
</form>
</aside>
<article>
<img class="img" src="./img/cohort-analysis-animate.svg" alt="homem-apresentando">
</article>
</main>
<footer class="footer">
<p class="footer_text">Coded by:<a class="link_git" href="https://github.com/PatrickDSants" target="_blank">Patrick D. Sants</a>.</p>
</footer>
</body>
</html>
</body>
</html>