-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnviar Evento.html
200 lines (197 loc) · 8.66 KB
/
Enviar Evento.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
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
198
199
200
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE settings -->
<link rel="icon" href="https://templates.pingendo.com/assets/Pingendo_favicon.ico">
<title>Enviar evento AgendaUGR</title>
<meta name="description" content="Enviar evento">
<meta name="keywords" content="Enviar evento">
<!-- CSS dependencies -->
<link rel="stylesheet" href="aquamarine.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<!-- Script: Make my navbar transparent when the document is scrolled to top -->
<!--<script src="js/navbar-ontop.js"></script>-->
<!-- Script: Animated entrance -->
<script src="js/animate-in.js"></script>
</head>
<body class="text-center">
<!-- Navbar -->
<!-- Cover -->
<!-- Parallax section -->
<div class="align-items-center section-aquamarine py-5 h-25 d-flex" style="background-image: url('Imagenes/alhambra.jpg');">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-fluid d-block mx-auto" src="Imagenes/logougr.png" width="300"> </div>
<div class="col-md-6">
<h1 class="display-1">
<b>AgendaUGR</b>
</h1>
</div>
</div>
</div>
</div>
<nav class="navbar-expand-md bg-dark navbar-dark p-1 navbar">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbar2SupportedContent">
<ul class="navbar-nav">
<li class="nav-item mx-2">
<a class="nav-link" href="home.html">
<b>
<b>
<span style="font-weight: normal;">
<b>
<i style="font-weight: normal;">
<span style="font-style: normal;">Hoy</span>
</i>
</b>
</span>
</b>
</b>
<br> </a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#speakers">
<b>Proximamente</b>
</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="Agenda.html">Agenda</a>
</li>
<li class="nav-item dropdown bg-primary">
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i>Contacto </i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="Contacto.html">
<i>Contactar</i>
</a>
<a class="dropdown-item bg-primary" href="Enviar Evento.html">
<i>Enviar Evento</i>
</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2 mx-2" type="text" placeholder="Buscar">
<button class="btn my-2 my-sm-0 btn-outline-light border-light" type="submit">Buscar</button>
</form>
</div>
</div>
</nav>
<div class="py-5" style="background-image: url('Imagenes/foo.png');">
<div class="container border border-dark">
<div class="row">
<div class="col-md-12">
<div class="modal-header">
<h5 class="modal-title">Enviar evento</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 border">
<input type="email" class="form-control w-25 d-inline-flex m-2" placeholder="Nombre">
<input type="email" class="form-control w-25 d-inline-flex m-2" placeholder="Apellidos">
<input type="email" class="form-control w-25 d-inline-flex m-2" placeholder="Hora"> </div>
</div>
<div class="row">
<div class="col-md-12 shadowed">
<input type="email" class="form-control w-25 d-inline-flex m-2" placeholder="Nombre del evento" required="required">
<input type="email" class="form-control w-25 d-inline-flex m-2" placeholder="Lugar" required="required">
<div class="btn-group">
<button class="btn btn-outline-primary dropdown-toggle" data-toggle="dropdown">
<b> Tipo de evento</b>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Cine y Fotografía</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">teatro y Artes Escénicas</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Charlas/Conferencias</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Actividades literarias</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Visitas Culturares, Patrimonio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Conciertos y Actividades Musicales</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Exposiciones</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<input type="text" class="form-control h-100 m-2" placeholder="Texto"> </div>
</div>
<div class="row">
<div class="col-md-12 text-right my-4">
<button type="button" class="btn btn-primary">Enviar
<br> </button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>
</div>
<footer class="text-md-left text-center p-4 bg-dark text-light">
<div class="container">
<div class="row">
<div class="my-3 col-lg-4 col-md-6">
<h3>Proyecto DIU</h3>
<p class="text-muted">Alberto Rodríguez Santana
<br>Alejandro Muñoz Ruiz</p>
</div>
<div class="my-3 col-lg-4 col-md-6">
<h3>Contactanos</h3>
<form>
<fieldset class="form-group my-3">
<input type="email" class="form-control" id="Input Email" placeholder="Email"> </fieldset>
<fieldset class="form-group my-3">
<input type="message" class="form-control" id="Input Message" placeholder="Mensaje"> </fieldset>
<button type="submit" class="btn btn-outline-primary">Enviar</button>
</form>
</div>
<div class="col-lg-1">
<img class="img-fluid d-block mx-auto py-3" src="Imagenes/logo-UGR-color-vertical.jpg" height="100%" width="100%"> </div>
<div class="my-3 col-lg-3">
<h3>Redes sociales</h3>
<a href="https://www.facebook.com" target="blank">
<i class="fa fa-facebook-square text-muted fa-3x m-2"></i>
</a>
<a href="https://www.instagram.com" target="blank">
<i class="fa fa-3x fa-instagram text-muted m-2"></i>
</a>
<a href="https://twitter.com" target="blank">
<i class="fa fa-3x fa-twitter m-2 text-muted"></i>
</a>
<a href="https://plus.google.com" target="blank">
<i class="fa fa-3x fa-google-plus-official text-muted m-2"></i>
</a>
<a href="https://pinterest.com" target="blank">
<i class="fa fa-3x text-muted fa-pinterest-p m-2"></i>
</a>
<a href="https://www.youtube.com" target="blank">
<i class="fa fa-3x text-muted fa-youtube-play m-2"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- Speakers -->
<!-- Schedule -->
<!-- Sponsor logos -->
<!-- Call to action -->
<!-- Footer -->
<!-- JavaScript dependencies -->
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Script: Smooth scrolling between anchors in a same page -->
<script src="js/smooth-scroll.js"></script>
</body>
</html>