-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (228 loc) · 7.93 KB
/
index.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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy"
content="default-src *;
style-src * 'self' 'unsafe-inline' 'unsafe-eval';
script-src * 'self' 'unsafe-inline' 'unsafe-eval';">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Figura CSF</title>
<link href="https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta content="./img/background.png" itemprop="image" /> <!--- Favicon en inicio --->
<link rel="icon" type="image/png" href="./img/background.png" /> <!--- Favicon en general --->
<style>
body{
height: 100%;
overflow: scroll;
}
#hero-container{
background: url(./img/drawing.gif) #e6c5e6;
background-repeat: no-repeat;
background-position: center;
background-blend-mode: screen;
background-size: cover;
}
#hero-container section{
height: 80vh;
background: url(./img/background.png);
background-position: center;
background-repeat: no-repeat;
background-size: 80vmin;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#hero-container section h1{
text-align: center;
font-family: 'Roboto Slab', serif;
text-shadow: 1px 1px 26px #000000;
color: #363e8f;
-webkit-text-stroke: 2px white;
text-stroke: 2px white;
}
#hero-container section h1, #hero-container section h2{
margin: 0;
}
#quienes-somos-container{
background: url(./img/quienessomos.jpg) black;
background-size: contain;
background-position: center right;
background-repeat: no-repeat;
}
#quienes-somos-container section{
color: white;
height: 80vh;
display: flex;
flex-direction: column;
}
#highlights{
display: flex;
max-height: 25vw !important;
}
#highlights img{
width: 0;
flex: 1;
height: auto;
max-height: 25% !important;
}
#mision-container{
background: url(./img/watercolor.png), url(./img/mission.jpg) #dcd8cc;
background-size: cover, contain;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: darken;
background-attachment: fixed;
}
#mision-container section{
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
color: white;
}
#projects-container{
background: url(./img/quote.jpg) #363e8f;
background-size: cover;
background-blend-mode: lighten;
background-position: center;
background-attachment: fixed;
}
#projects-container section{
min-height: 90vh;
color: white;
}
#projects-container section blockquote{
text-shadow: 1px 1px 18px black;
}
#projects-container section ul{
list-style: none;
display: flex;
padding: 0;
margin: 0
}
#projects-container section ul li{
display: flex;
flex: 1;
padding: 16px;
font-size: 1.2rem;
margin: 8px;
text-align: center;
background: white;
color: black;
}
#join-container{
background: url(./img/shapes.png), rgba(255,255,255,0.8);
background-size: 1000px;
background-blend-mode: exclusion;
/* background-blend-mode: luminosity; */
}
#join-container section iframe{
display: none;
}
#join-container section button{
-webkit-appearance: none;
appearance: none;
background: #363e8f;
padding: 16px;
border: 8px;
margin: 8px auto;
font-weight: 600;
color: white;
font-size: 2rem;
display: block;
}
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
#mision-container, #projects-container{
background-attachment: scroll !important;
}
#join-container iframe{
display: none !important;
}
#join-container button{
display: block !important;
}
}
</style>
</head>
<body id="topPage">
<div id="hero-container">
<section id="background">
<!-- logo -->
<h1>FIGURA</h1>
<h2>Grupo estudiantil</h2>
</section>
</div>
<nav tabindex="0">
<div class="menu" >
<img src="./img/background.png"> Figura
</div>
<span class="links">
<a href="./index.html">Inicio</a>
<a href="./novedades.html">¿Qué hay de nuevo?</a>
<a href="./anuncios.html">Concursos y Anuncios</a>
<a href='./exposiciones.html'>Galería de exposiciones</a>
<!-- <a href="./concursos.html">Concursos</a> -->
</span>
</nav>
<div id="highlights">
<img src="./img/highlights-1.jpg" alt="">
<img src="./img/highlights-2.jpg" alt="">
<img src="./img/highlights-3.png" alt="">
<img src="./img/highlights-4.jpg" alt="">
</div>
<div id="quienes-somos-container" class="cont">
<section>
<h1>Quiénes somos</h1>
<p>
Somos un grupo estudiantil de arte compuesto por apasionados alumnos del Tecnológico de Monterrey, Campus Santa Fe.
</p>
</section>
</div>
<div id="mision-container">
<section>
<h1>Misión</h1>
<p>
Fomentar la apreciación y el entendimiento de las artes visuales y plásticas en el Tec CSF a través de diversas actividades y dinámicas.
</p>
</section>
</div>
<div id="projects-container">
<section>
<h1>Proyectos</h1>
<blockquote>
"Un verdadero artista no es el que se inspira, sino el que inspira a otros" <br>
<strong>--Salvador Dalí</strong>
</blockquote>
<ul id="activities">
<li>Charlas</li>
<li>Exposiciones</li>
<li>Convocatorias</li>
<li>Entrevistas</li>
</ul>
</section>
</div>
<div id="join-container">
<section>
<h1>Únete</h1>
<p>¿Qué estás esperando para formar parte de esta increíble comunidad?</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfFYz3631iATpZSVk_-R6X7T5tlitH8372KxGRPOYGIs5B9FQ/viewform?embedded=true" width="100%" height="1704" frameborder="0" marginheight="0" marginwidth="0">Cargando…</iframe>
<button id="forms">Registrarme</button>
</section>
</div>
<footer style="font-size: 1rem; color: rgb(100, 100, 100); text-align: center;">
Made with 💙 by <a href="https://ctrl-alt-tec.hackclub.com">Ctrl Alt Tec</a><br/>
<a href="#topPage" >Ir arriba</a>
</footer>
<script>
document.querySelector('#join-container button').addEventListener('click', function(){
window.location = 'https://forms.gle/5rnjDhcYo9f7YACt5';
});
</script>
<noscript>Tu explorador no soporta o tiene desactivado JavaScript :(</noscript>
</body>
</html>