-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
170 lines (160 loc) · 10 KB
/
contacto.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
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
<!doctype html>
<html lang="en" class=>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Grupo D - Contacto</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/559ec0a170.js"></script>
<link rel="stylesheet" href="https://coolors.co/ffcdb2-ffb4a2-e5989b-b5838d-6d6875">
<link rel="stylesheet" href="../estilos/styles-Navfooter.css">
</head>
<body >
<header>
<nav class="navbar">
<div class="container-fluid fixed-top shadow-lg" style="background-color: #ffcdb2a1;">
<a class="navbar-brand" href="" style=" height: 35px !important; margin: 0px !important; padding: 0px!important; font-family: 'Montserrat', sans-serif; font-weight: 800;">Grupo D</a>
<div id="hideOnMobile" class="row justify-content-end">
<div class="col-1 col-sm-1 col-md-1">
<button class="botonMenu" type="button" style="height: 35px; font-family: 'Montserrat', sans-serif; font-weight: 800; text-decoration: none !important;">
<a href="/Index.html" style="text-decoration: none;">Inicio</a>
</button>
</div>
<div class="col-4 text-end">
<div class="dropdown">
<button class="botonMenu dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" style="height: 35px; font-family: 'Montserrat', sans-serif; font-weight: 800; ">
Nuesto Equipo
</button>
<ul class="dropdown-menu hover-dark" aria-labelledby="dropdownMenuButton1" style="background-color: #FFB4A2;">
<li><a class="dropdown-item" href="CV/cv-flor.html" >Florencia</a></li>
<li><a class="dropdown-item" href="CV/cv-katu.html" >Katu</a></li>
<li><a class="dropdown-item" href="CV/cv-benjamin.html" >Benjamin</a></li>
<li><a class="dropdown-item" href="CV/cv-juan.html" >Juan Bautista</a></li>
<li><a class="dropdown-item" href="CV/cv-maria.html">Maria de la Paz</a></li>
</ul>
</div>
</div>
<div class="col-2 text-end">
<button class="botonMenu" type="button" style="margin: 0px; height: 35px; font-family: 'Montserrat', sans-serif; font-weight: 800; text-decoration: none;">
<a href="proyectos.html" style="text-decoration: none;"> Proyectos</a>
</button>
</div>
<div class="col-5 text-center">
<button class="botonMenu" type="button" style="padding-top: 0px; height: 35px; font-family: 'Montserrat', sans-serif; font-weight: 800; text-decoration: none; background-color: #f10d0d5e">
<a href="contacto.html" style="text-decoration: none;">Contactate con nosotros</a>
</button>
</div>
</div>
<button id="hideOnDesktop" class="collapse-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" style="display: none; background-color: #ffcdb2a1; border-radius: 25px;">
<span class="navbar-toggler-icon" ><img width="20px" height="20px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1024px-Hamburger_icon.svg.png" style="padding-bottom: 1px;" ></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<button class="botonMenuMobile" type="button" onclick="nuevaFuncion('container1')" style="font-family: 'Montserrat', sans-serif; font-weight: 800;">
<a href="/Index.html" style="text-decoration: none;">Inicio</a>
</button>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="botonMenuMobile dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" style="font-family: 'Montserrat', sans-serif; font-weight: 800;">
Nuesto Equipo
</button>
<ul class="dropdown-menu hover-dark" aria-labelledby="dropdownMenuButton1" style="background-color: #FFB4A2;">
<li><a class="dropdown-item" href="CV/cv-flor.html" >Florencia</a></li>
<li><a class="dropdown-item" href="CV/cv-katu.html" >Katu</a></li>
<li><a class="dropdown-item" href="CV/cv-benjamin.html" >Benjamin</a></li>
<li><a class="dropdown-item" href="CV/cv-juan.html" >Juan Bautista</a></li>
<li><a class="dropdown-item" href="CV/cv-maria.html" >Maria de la Paz</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<button class="botonMenuMobile" type="button" onclick="nuevaFuncion('container1')" style="font-family: 'Montserrat', sans-serif; font-weight: 800;">
<a href="proyectos.html" style="text-decoration: none;"> Proyectos</a>
</button>
</li>
<li class="nav-item">
<button class="botonMenuMobileActive" type="button" onclick="nuevaFuncion('container1')" style="font-family: 'Montserrat', sans-serif; font-weight: 800;">
<a href="contacto.html" style="text-decoration: none;">Contactate con nosotros</a>
</button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main style="margin:2rem">
<h1 style="color:#FFCDB2;" class="fw-bold">Contacto</h1>
<form class="row g-3">
<div class="col-md-6 col-lg-3">
<label for="inputName" class="form-label">Nombre</label>
<input type="text" class="form-control" id="inputName" placeholder="Nombre">
</div>
<div class="col-md-6 col-lg-3">
<label for="inputMail" class="form-label">Email</label>
<input type="email" class="form-control" id="inputName" placeholder="Email">
</div>
<div class="col-md-6 col-lg-3">
<label for="inputPhone" class="form-label">Teléfono</label>
<input type="text" class="form-control" id="inputPhone" placeholder="Teléfono">
</div>
<div class="col-md-6 col-lg-3">
<label for="inputCompany" class="form-label">Compañía</label>
<input type="text" class="form-control" id="inputCompany" placeholder="Compañía (Opcional)">
</div>
<div class="col-md-6 col-lg-6">
<label for="exampleText" class="form-label">Mensaje</label>
<textarea class="form-control" id="exampleText" rows="3" placeholder="Introducir Texto"></textarea>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<p><i class="fas fa-home"></i> Av SiempreViva 742</p>
<p><i class="fas fa-phone"></i> 09122018</p>
<p><i class="fas fa-envelope"></i> [email protected]</p>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<p><i class="fab fa-facebook-f"></i> GrupoD Rolling</p>
<p><i class="fab fa-instagram "></i> @Grupo.D</p>
<p><i class="fab fa-linkedin-in"></i> Grupo-D-Rolling</p>
</div>
<div class="col-12">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Acepto términos y condiciones
</label>
</div>
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary">Enviar</button>
</div>
</form>
</main>
<footer>
<div class="container-fluid" style="background-color: #FFB4A2; max-height: 60px; overflow-y: hidden; position: absolute; bottom: 0;">
<div class="row" style="padding-top: 15px; padding-bottom: 15px;">
<div class="col text-center" style="padding: 2px;">
<a href="#">© Grupo D 2021</a>
</div>
<div class="col-2 col-md-1 overflow-hidden col-lg-3" >
<a href="https://api.whatsapp.com/send?phone=0123456789"><img width="30px" height="30px" src="https://img.icons8.com/pastel-glyph/64/000000/whatsapp--v2.png"/></a>
<a id="footerLink" href="https://api.whatsapp.com/send?phone=0123456789">Envíanos un WhatsApp</a>
</div>
<div class="col-2 col-md-1 overflow-hidden col-lg-3" >
<a href="https://github.com/Neumann-ai"><img width="30px" height="30px" src="https://img.icons8.com/fluent/48/000000/github.png"/></a>
<a id="footerLink" href="https://github.com/Neumann-ai">Seguinos en GitHub</a>
</div>
<div class="col-2 col-md-1 overflow-hidden col-lg-3">
<a href="https://mail.google.com/mail/u/1/?view=cm&fs=1&[email protected]&tf=1"><img width="30px" height="30px" src="https://img.icons8.com/ios-filled/50/000000/gmail.png"/></a>
<a id="footerLink" href="https://mail.google.com/mail/u/1/?view=cm&fs=1&[email protected]&tf=1">[email protected]</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
</body>
</html>