-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
28 lines (27 loc) · 2.24 KB
/
gallery.html
File metadata and controls
28 lines (27 loc) · 2.24 KB
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
---
layout: page
title: Gallery
icon-name: gallery
order: 3
---
<article>
<header>
<h1>Gallery</h1>
</header>
<section class="gallery">
<ul>
<li><a href="#"><img src="https://images.pexels.com/photos/5380058/pexels-photo-5380058.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/5561371/pexels-photo-5561371.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/5098976/pexels-photo-5098976.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/4816337/pexels-photo-4816337.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/5490277/pexels-photo-5490277.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/3074795/pexels-photo-3074795.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/3856263/pexels-photo-3856263.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/4180108/pexels-photo-4180108.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/3921853/pexels-photo-3921853.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=550" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/5102242/pexels-photo-5102242.png?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/5202018/pexels-photo-5202018.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
<li><a href="#"><img src="https://images.pexels.com/photos/4992859/pexels-photo-4992859.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=550&w=940" alt="picture"></a></li>
</ul>
</section>
</article>