-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
125 lines (105 loc) · 6.06 KB
/
contato.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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>IconShop</title>
<link rel="shortcut icon" type="image-x/png" href="images/aperto-de-mao.png" />
<link href="css/style.css" type="text/css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Icones">
<meta name="keywords" content="icone,icon">
<meta name="author" content="Guilherme Eduardo Bublitz">
</head>
<body>
<!--nav bar-->
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light border-bottom">
<div class="container">
<a class="navbar-brand" href="index.html"><img style="width: 40px; height:40px;"
src="images/aperto-de-mao.png"> IconShop </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ">
<li class="nav-item mr-2 ">
<a class="nav-link " href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-2">
<a class="nav-link active border-bottom border-dark" href="contato.html">Contato</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="sejapremium.html">Seja Premium</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</div>
<!--container-->
</nav>
<!--nav bar fim-->
<div class="container">
<div style="height: 85px" class="row col-12 mb-4"></div>
<!--espaçamento-->
<!-- col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-5 col-xl-5 mt-5">
<p style="font-size:30px;">Localização/Contato</p>
</br>
<lo>
<li style="font-size: 18px;">Planeta Asteroide B612 / Av.AliDoLado</li>
<li style="font-size: 18px;">Telefone: (099)10 9999-9999</li>
<li style="font-size: 18px;">Email de contato: NaoAceitamosReembolso@gmail.com</li>
</lo>
<img class="ml-5 mt-3 mb-2" style="width:200px; height: 200px;" src="images/pp.jpg" />
</div>
<div class="col-xs-12 col-sm-12 col-md-7 col-lg-7 col-xl-7">
<!--formulario contato-->
<form class="mt-5">
<h2>Fomulário de Contato</h2>
<div class="form-group">
<label for="exampleFormControlInput1">Endereço de email</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="nome@exemplo.com">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Sobre o que deseja conversar?</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
<button type="button" class="btn btn-primary btn-lg btn-block mt-3">Enviar</button>
</div>
</form>
<!--fim formulario-->
</div>
</div>
<div class="row">
<div class="col-12">
<h1>Siga-nos</h1>
</br>
<a href="https://www.instagram.com/" style="font-weight: bold; font-size: 18px;margin: 10px;"><img style="width:30px; height: 30px;margin-right: 10px;" src="images/icon-insta.png" />Instagram</a>
<a href="https://www.linkedin.com/in/guilherme-e-1100a119a/" style="font-weight: bold; font-size: 18px;margin: 10px;"><img style="width:30px; height: 30px;margin-right: 10px;" src="images/linkedin.png" />Linkedin</a>
<a href="https://github.com/GuiBublitz" style="font-weight: bold;font-size: 18px;margin: 10px;"><img style="width:30px; height: 30px;margin-right:10px ;margin-bottom: 20px; margin-top:10px;" src="images/github.png" />GitHub</a>
</div>
</div>
</div><!--container-->
<footer>
<div class="container">
<h5>Copyright © 1110-2099 IconesBaratos Company I.B. All rights reserved</h5>
</div>
</footer>
<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>