-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (176 loc) · 7.85 KB
/
index.html
File metadata and controls
197 lines (176 loc) · 7.85 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Meta tags Obrigatórias -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Estilo customizado -->
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<title>Finans - finanças pessoais</title>
</head>
<body>
<header><!-- Inicio cabecalho -->
<nav class="navbar navbar-expand-sm navbar-light bg-warning">
<div class="container">
<a href="#" class="navbar-brand">
<img src="img/logo.png" width="142">
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#nav-principal">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="nav-principal">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Recursos</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Benefícios</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Preços</a>
</li>
<li class="nav-item">
<a href="" class="btn btn-outline-light ml-4">Entrar</a>
</li>
</ul>
</div>
</div>
</nav>
</header><!-- Fim cabecalho -->
<section id="home"><!-- Inicio home -->
<div class="container">
<div class="row">
<div class="col-md-6 d-flex"><!-- inicio texto -->
<div class="align-self-center">
<h1 class="display-4">Suas contas, descomplicadas</h1>
<p>
Usado por mais de um milhão de pessoas, o Finans é uma
ferramenta online que vai facilitar sua vida finceira.
</p>
<form class="mt-4 mb-4">
<div class="input-group input-group-lg">
<input type="text" placeholder="Seu e-mail" class="form-control">
<div class="input-group-append">
<button type="button" class="btn btn-primary">Cadastre-se</button>
</div>
</div>
</form>
<p>Disponível para
<a href="" class="btn btn-outline-light">
<i class="fab fa-android fa-lg"></i>
</a>
<a href="" class="btn btn-outline-light">
<i class="fab fa-apple fa-lg"></i>
</a>
</p>
</div>
</div><!-- fim texto -->
<div class="col-md-6 d-none d-md-block">
<img src="img/capa-mulher.png">
</div>
</div>
</div>
</section><!-- Fim home -->
<section class="caixa">
<div class="container">
<div class="row">
<div class="col-md-6 d-flex">
<div class="align-self-center">
<h2>Saiba para onde vai seu dinheiro</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<a href="" class="btn btn-primary">Veja mais</a>
</div>
</div>
<div class="col-md-6">
<img src="img/saiba.png " class="img-fluid">
</div>
</div>
</div>
</section>
<section class="caixa">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/juros.png " class="img-fluid">
</div>
<div class="col-md-6 d-flex">
<div class="align-self-center">
<h2>Pare de pagar juros, economize</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<a href="" class="btn btn-primary">Veja mais</a>
</div>
</div>
</div>
</div>
</section>
<section class="caixa">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/facil.png" class="img-fluid">
<h4>Fácil de usar</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
<div class="col-md-4">
<img src="img/economize.png" class="img-fluid">
<h4>Economize seu tempo</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
<div class="col-md-4">
<img src="img/suporte.png" class="img-fluid">
<h4>Suporte amigo</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
</div>
</section>
<footer class="mt-4 mb-4">
<div class="container">
<div class="row">
<div class="col-md-8">
<p>
<a href="#">Home</a>
<a href="#">Recursos</a>
<a href="#">Benefícios</a>
<a href="#">Preços</a>
</p>
</div>
<div class="col-md-4 d-flex justify-content-end ">
<a href="" class="btn btn-outline-dark ml-2">
<i class="fab fa-android fa-lg "></i>
</a>
<a href="" class="btn btn-outline-dark ml-2">
<i class="fab fa-facebook fa-lg "></i>
</a>
<a href="" class="btn btn-outline-dark ml-2">
<i class="fab fa-google-plus-g fa-lg "></i>
</a>
</div>
</div>
</div>
</footer>
<!-- JavaScript (Opcional) -->
<!-- jQuery primeiro, depois Popper.js, depois Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>