-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.pug
112 lines (97 loc) · 3.97 KB
/
index.pug
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
extends ./base
block append head
- var current = "Cuento";
title #{sitename} - Sergio Forés
meta(name="description" content="Sergio Forés, arte, desarrollo web y conciencia holistica")
block pageheader
main(title="covertitle")
h1 !{page_index.titulo}
header(title="sintesis")
h2 !{page_index.subtitulo}
aside(title="coverimg" class=(`${sitenav.name == current}`) ? `bgCover bgCover--special` : `bgCover` style='background-image: url('+`${baseUrl + page_index.galeria3[2]}`+');')
//- a(href=link.url)= `${link.name}`
//- img(src=`${baseUrl + page_index.galeria3[2]}` alt='Cover image')
block content
article.grid-12.grid-md-6
.slider--container
.slider1.card
h3 !{page_index.headings[0]}
ul
each frase in page_index.frases1
li= `${frase}`
.slider1.card
h3 !{page_index.headings[5]}
ul
each frase in page_index.frases2
li= `${frase}`
.slider1.card
h3 !{page_index.headings[4]}
ul
each frase in page_index.frases3
li= `${frase}`
.slider1.card
h3 !{page_index.headings[3]}
ul
each frase in page_index.frases4
li= `${frase}`
button.prev(onclick='plusDivs(-1, 0)') ❮
button.next(onclick='plusDivs(1, 0)') ❯
article.grid-12.grid-md-6
.slider--container
each imgUrl in page_index.galeria2
.slider2.bgImg(style='background-image: url('+`${baseUrl + imgUrl}`+');')
button.prev(onclick='plusDivs(-1, 1)') ❮
button.next(onclick=`plusDivs(1, 1)`) ❯
article.grid-12.grid-md-6.placeself
.card
h3 !{page_index.headings[2]}
ul
each frase in page_index.frases5
li= `${frase}`
article.grid-12.grid-md-6
.slider--container
each imgUrl in page_index.galeria1
.slider4.bgImg(style='background-image: url('+`${baseUrl + imgUrl}`+');')
button.prev(onclick='plusDivs(-1, 3)') ❮
button.next(onclick='plusDivs(1, 3)') ❯
article.grid-12.grid-md-6
.slider--container
.slider5.card
h3 !{page_index.headings[6]}
ul
each frase in page_index.frases6
li= `${frase}`
.slider5.card
h3 #{page_index.headings[1]}
ul
each frase in page_index.frases7
li= `${frase}`
.slider5.card
h3 #{page_index.headings[7]}
.slider5.card
h3 #{page_index.headings[8]}
.slider5.card
h3 #{page_index.headings[9]}
button.prev(onclick='plusDivs(-1, 4)') ❮
button.next(onclick='plusDivs(1, 4)') ❯
article.grid-12.grid-md-6
.slider--container
each imgUrl in page_index.galeria3
.slider6.bgImg(style='background-image: url('+`${baseUrl + imgUrl}`+');')
button.prev(onclick='plusDivs(-1, 5)') ❮
button.next(onclick='plusDivs(1, 5)') ❯
article.grid-12
.slider--container.jcc
.slider3
iframe(width='560' height='315' src='https://www.youtube-nocookie.com/embed/OU24gZs1urE?si=SqS0U9ILq7HFB511' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen='')
//- video#video1(poster='./assets/img/bg1.jpg' controls='false' loop='true')
//- source(src='./assets/img/introweb.mp4' type='video/mp4')
//- | Your browser does not support the video tag.
.slider3
iframe(width='560' height='315' src='https://www.youtube-nocookie.com/embed/hE3STRkMpBY?si=YfepWtsbW-dsk9j3' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen='')
button.prev(onclick='plusDivs(-1, 2)') ❮
button.next(onclick='plusDivs(1, 2)') ❯
block foot
block append scripts
script( type="module" src="./js/slider.js")
//- script(type="module" src="/js/main.js")