-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathregistroExitoso.html
231 lines (214 loc) · 7.42 KB
/
registroExitoso.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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" />
<title>Publicacion Exitosa</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
crossorigin="anonymous"
/>
<!-- Bootstrap ICON - start -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- CSS - start -->
<link rel="stylesheet" href="../css/navbar.css" />
<link rel="stylesheet" href="../css/registroExitoso.css" />
<link rel="stylesheet" href="../css/footer.css" />
<!-- CSS - end -->
</head>
<body>
<!-- Navbar con botones - start -->
<nav class="navbar navbar-expand-lg navbar-dark navbg">
<div class="container-fluid navMobile">
<button
class="navbar-toggler custom-toggler hamburguesa"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"
><i class="bi bi-x-lg deskHidden xTag"></i
></span>
</button>
<a class="navbar-brand" href="../index.html">
<img
src="../public/img/Logo(2).svg"
alt=""
width="213"
height="54"
class="d-inline-block"
id="logonsb"
/>
<img
src="../public/img/Logo.svg"
alt=""
width="auto"
height="24"
class="deskHidden logoHidden"
/>
</a>
<span class="deskHidden iconoLupa">
<i class="bi bi-search"></i>
</span>
<form class="d-flex input-group deskHidden mobileHidden" id="buscar">
<input
class="form-control mobileHidden"
type="search"
placeholder="Buscar"
aria-label="Search"
id="txtbuscar"
/>
<span class="input-group-text mobileHidden spanLupa" id="basic-addon2"
><i class="bi bi-search"></i
></span>
</form>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0"></ul>
<span class="navbar-text">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="mobileHidden">
<form class="d-flex input-group" id="buscar">
<input
class="form-control"
type="search"
placeholder="Buscar"
aria-label="Search"
id="txtbuscar"
/>
<span class="input-group-text" id="basic-addon2"
><i class="bi bi-search"></i
></span>
</form>
</li>
<li class="nav-item">
<a
class="nav-link active deskHidden textncb logout"
href="../login.html"
id="logout"
>
Iniciar Sesión
</a>
</li>
<li class="nav-item">
<button
class="nav-link textncb"
aria-current="page"
id="createProj"
>
Crear un proyecto
</button>
</li>
<li class="nav-item">
<a
class="nav-link textncb"
href="../componentes/buscarProyecto.html"
>
Buscar un proyecto
</a>
</li>
<li class="nav-item">
<a class="nav-link textncb" href="../componentes/about-us.html">
About us
</a>
</li>
<!-- Oculto en Log Out o mientras no inicia sesion - start -->
<li class="nav-item">
<a
class="nav-link textncb hideLogOut"
href="../componentes/about-us.html"
>
About us
</a>
</li>
<li class="nav-item">
<button class="nav-link textncb hideLogOut" id="createProj">
Crear un proyecto
</button>
</li>
<li class="nav-item">
<button class="nav-link textncb hideLogOut">
Buscar un proyecto
</button>
</li>
<li class="nav-item">
<button class="nav-link textncb hideLogOut">
Cerrar Sesión
</button>
</li>
<!-- Oculto en Log Out o mientras no inicia sesion - end -->
<li class="nav-item text-end mobileHidden">
<a
class="nav-link btn btn-primary logout2"
href="../login.html"
id="textbtn"
>
Iniciar Sesión
</a>
</li>
</ul>
</span>
</div>
</div>
</nav>
<!-- Navbar con botones - end -->
<!-- Registro Exitoso - start -->
<div class="container outNav">
<h1>¡Listo!</h1>
<h2>Ya sos parte de la comunidad, ¡a disfrutar!</h2>
<img
src="../public/img/Group108.svg"
alt="chique mostrando su trabajo"
class="regExImg"
id="regExImg"
/>
</div>
<!-- Publicacion Exitosa - end -->
<!-- Footer - start -->
<footer class="py-3">
<div class="text-center">
<a class="text-decoration-none" href="#">
<img src="../public/img/Logo.svg" alt="" class="footer-icon" />
</a>
<br />
<a class="text-decoration-none" href="#">
<b class="textlog green">Colab</b>
<b class="textlog orange">Orange</b>
</a>
</div>
<br />
<ul class="nav justify-content-center pb-3 mb-3">
<li class="nav-item">
<a href="#" class="nav-link px-5 text-white">Crea un Proyecto</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-5 text-white">Buscar un Proyecto</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link px-5 text-white">Sobre Nosotros</a>
</li>
</ul>
<p class="text-center text-white">
Hecho por Orange-CMYK4 y Organizado por FEC
</p>
</footer>
<!-- Footer - end -->
<!-- Bootstrap script -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"
></script>
<!-- Jquery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="../js/navbar.js"></script>
</body>
</html>