forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
67 lines (58 loc) · 1.86 KB
/
credits.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
---
layout: page
meta-title:"Page credits"
---
<style>
div.gallery {
margin: 12px;
border: 2px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 7px;
text-align: center;
}
</style>
<div id=credits-gallery>
<h1> Photo credits</h1>
<div class="gallery">
<a target="_blank" href="https://www.flickr.com/photos/_lunadude/2837874675/">
<img src="/img/bigimg/services/machine.jpg" alt="Fjords" width="300" height="200">
</a>
<div class="desc">By: Ania Mendrek. No changes made.</div>
</div>
<div class="gallery">
<a target="_blank" href="https://www.flickr.com/photos/aotaro/17178887130/in/photolist-sb3hD9-pm18Zq-9Huk83-553zEU-fBgfkL-7K4Sgs-e8di5C-qk4MMu-nVoVxZ-due1Nk-acne8h-pdENjo-jLpSwx-Uvx4vw-7Qoj7Q-9hx4sh-8hE8zC-6v7XeH-6HDd9y-no5qPu-293kH3-nz1m9v-9Nz9pC-NxRnT-nt7tqG-dSxX2o-8XktHQ-RDk3N-f2BLW1-6VZLLh-U2iw15-9vE2V3-HUoox-87L3Zy-jLsad3-77oYRD-pjGi9T-oWRg1h-arjhyq-2EUcv5-n6PYh-9uUgyT-ob7MrT-dKHcNo-n9nki5-FFJD7D-5RAHCY-gMphnP-odqNWG-6i7eoQ">
<img src="/img/bigimg/services/drop.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">By: aotaro. No changes made.</div>
</div>
<div class="gallery">
<a target="_blank" href="https://www.flickr.com/photos/amal-fm/7769619294/in/album-72157631039916384/">
<img src="/img/bigimg/services/coral.jpg" alt="Northern Lights" width="300" height="200">
</a>
<div class="desc">By: Amal FM. No changes made.</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id=credits-website>
<h1> Website credits</h1>
<p>This website was developed thanks to Dean Attali's <a href=http://deanattali.com/beautiful-jekyll/>tutorial</a> on how to make GitHub Pages using Beautiful Jekyll's Theme. Thanks Dean.</p>
</div>