-
Notifications
You must be signed in to change notification settings - Fork 0
/
grouppics.html
50 lines (40 loc) · 3.68 KB
/
grouppics.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
---
layout: vindex_pictures
title: Pictures
curlat: grouppics
---
<!-- Add jQuery library -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<!-- Optionally add helpers - button, thumbnail and/or media -->
<link rel="stylesheet" href="fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
<link rel="stylesheet" href="fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
<div id="content">
<h1>Pictures of our group</h1>
<a title="Early 2008 Neurobiophysics Lab" class="fancybox" rel="group" href="Fotos/grupo/grupo_antigo.jpg"><img src="Fotos/grupo/grupo_antigo.jpg" height='100px'/></a>
<a title="Group meeting @ October 2013" class="fancybox" rel="group" href="Fotos/grupo/2013-Reuniao.jpg"><img src="Fotos/grupo/2013-Reuniao.jpg" height='100px'/></a>
<a title="Reynaldo in the Lab @ 2013" class="fancybox" rel="group" href="Fotos/grupo/photoreynaldo.jpg"><img src="Fotos/grupo/photoreynaldo.jpg" height='100px'/></a>
<a title="Dipteralab and FPGA collaborators" class="fancybox" rel="group" href="Fotos/grupo/DipteraandICMC.jpg"><img src="Fotos/grupo/DipteraandICMC.jpg" height='100px'/></a>
<a title="Nelson Fernandes carrying Prof. Jan's old laptop" class="fancybox" rel="group" href="Fotos/grupo/notebookJan.jpg"><img src="Fotos/grupo/notebookJan.jpg" height='100px'/></a>
<a title="Prof. Jan's old laptop" class="fancybox" rel="group" href="Fotos/grupo/notebookJan2.jpg"><img src="Fotos/grupo/notebookJan2.jpg" height='100px'/></a>
<a title="Early 2000s DipteraLab staff" class="fancybox" rel="group" href="Fotos/grupo/oldDiptera.jpg"><img src="Fotos/grupo/oldDiptera.jpg" height='100px'/></a>
<a title="Matias long time ago" class="fancybox" rel="group" href="Fotos/grupo/matias.jpg"><img src="Fotos/grupo/matias.jpg" height='100px'/></a>
<a title="Rafinha's birthday" class="fancybox" rel="group" href="Fotos/grupo/niverrafinha.jpg"><img src="Fotos/grupo/niverrafinha.jpg" height='100px'/></a>
<a title="Some random birthday" class="fancybox" rel="group" href="Fotos/grupo/somebirthday.jpg"><img src="Fotos/grupo/somebirthday.jpg" height='100px'/></a>
<a title="Photo with Bertil Hille during the Brazilian symposium of cellular electrophysiology" class="fancybox" rel="group" href="Fotos/grupo/sbecel.jpg"><img src="Fotos/grupo/sbecel.jpg" height='100px'/></a>
<a title="Brazilian symposium of cellular electrophysiology" class="fancybox" rel="group" href="Fotos/grupo/sbecel2.jpg"><img src="Fotos/grupo/sbecel2.jpg" height='100px'/></a>
<a title="Brazilian symposium of cellular electrophysiology" class="fancybox" rel="group" href="Fotos/grupo/sbecel3.jpg"><img src="Fotos/grupo/sbecel3.jpg" height='100px'/></a>
<a title="Brazilian symposium of cellular electrophysiology" class="fancybox" rel="group" href="Fotos/grupo/sbecel4.jpg"><img src="Fotos/grupo/sbecel4.jpg" height='100px'/></a>
</div>
<script type="text/javascript">
$(document).ready(function() {
$(".fancybox").fancybox();
});
</script>