-
Notifications
You must be signed in to change notification settings - Fork 2
/
pepper-gallery.html
152 lines (125 loc) · 6.09 KB
/
pepper-gallery.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
---
# this is an empty front matter
---
<html lang="en">
<!-- head -->
{% include head.html title="Gallery - UChile Peppers" %}
<link rel="stylesheet" href="vendor/Gallery-master/css/blueimp-gallery.min.css">
<style>
#links a img {
max-width: 200px;
max-height: 200px;
min-height: 200px;
min-width: 150px;
cursor: zoom-in;
}
#pepper_images a img {
max-width: 200px;
max-height: 200px;
min-height: 200px;
min-width: 150px;
cursor: zoom-in;
}
</style>
<body>
<!-- The Gallery as lightbox dialog, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
</div>
<!-- Navigation -->
{% include navigation.html %}
<!-- Page Header -->
{% include header_img.html image="static/img/pepper/team-bg.png" title="UChile Peppers Team" subtitle="" meta="Gallery" %}
<!-- Sub Nav Bar -->
{% include pepper-navbar.html %}
<!-- Main Content -->
<article>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Robocup @HOME SSPL</h2>
<div class="row">
<div class="col-sm-12 col-md-6">
<iframe width="460" height="264" src="https://www.youtube.com/embed/QE8rRWZpuKE" frameborder="0" allowfullscreen></iframe>
<blockquote>Qualification Video Robocup 2019</blockquote>
</div>
<div class="col-sm-12 col-md-6">
<iframe width="460" height="264" src="https://www.youtube.com/embed/GytgZ0JvQZI" frameborder="0" allowfullscreen></iframe>
<blockquote>Qualification Video Robocup 2018</blockquote>
</div>
<div class="col-sm-12 col-md-6">
<iframe width="460" height="264" src="https://www.youtube.com/embed/Xj5T6HZuxR0" frameborder="0" allowfullscreen></iframe>
<blockquote>Qualification Video Robocup 2017</blockquote>
</div>
</div>
<h2>Robocup 2017 Photos</h2>
<div id="links">
<a class="class-FE" href="static/img/RoboCup2017/peppers.JPG" title="Peppers waiting in line">
<img src="static/img/RoboCup2017/peppers.JPG" alt="Peppers Waiting in Line">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_familia.JPG" title="Peppers">
<img src="static/img/RoboCup2017/pepper_familia.JPG" alt="Peppers">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_grupal.JPG" title="Robot Pictures">
<img src="static/img/RoboCup2017/pepper_grupal.JPG" alt="Robot Pictures">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_mira_camara.JPG" title="Pepper Looking at Camera">
<img src="static/img/RoboCup2017/pepper_mira_camara.JPG" alt="Pepper Looking at Camera">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_panuelo.JPG" title="Maqui">
<img src="static/img/RoboCup2017/pepper_panuelo.JPG" alt="Maqui">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_poster.JPG" title="UChile Peppers Poster">
<img src="static/img/RoboCup2017/pepper_poster.JPG" alt="UChile Peppers Poster">
</a>
<a class="class-FE" href="static/img/RoboCup2017/pepper_spr.JPG" title="SPR Test">
<img src="static/img/RoboCup2017/pepper_spr.JPG" alt="SPR Test">
</a>
</div>
<h2>Outreach</h2>
<div class="row">
<div class="col-sm-12 col-md-6">
<iframe width="460" height="264" src="https://www.youtube.com/embed/GRhnQLH3OQE" frameborder="0" allowfullscreen></iframe>
<blockquote>Maqui in Science Fair I</blockquote>
</div>
<div class="col-sm-12 col-md-6">
<iframe width="460" height="264" src="https://www.youtube.com/embed/yWDZFw6tyKw" frameborder="0" allowfullscreen></iframe>
<blockquote>Maqui in Science Fair II</blockquote>
</div>
</div>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
{% include footer.html %}
<!-- bottom imports -->
{% include bottom.html %}
<script src="vendor/Gallery-master/js/blueimp-gallery.min.js"></script>
<script>
document.getElementById('links').onclick = function (event) {
event = event || window.event;
var target = event.target || event.srcElement,
link = target.src ? target.parentNode : target,
options = {index: link, event: event},
links = this.getElementsByTagName('a');
blueimp.Gallery(links, options);
};
document.getElementById('pepper_images').onclick = function (event) {
event = event || window.event;
var target = event.target || event.srcElement,
link = target.src ? target.parentNode : target,
options = {index: link, event: event},
links = this.getElementsByTagName('a');
blueimp.Gallery(links, options);
};
</script>
</body>
</html>