forked from startpages/startpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 679 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
<div class="slogan clearfix">
<h2></h2>
<p>A curated listing of beautiful and interesting Startpages from around the web.<br />
Startpages Listed: 38</p>
</div>
<div class="img-grid clearfix">
{% for image in site.data.startpages %}
<div class="img-container {{ image.col-size }} {{ image.type }}">
<a href="{{ image.full_path }}" target="_blank"><img class="lazyload" data-src="{{ image.image_url }}" alt="image"></a>
<p class="firstline">{{ image.title }}</p>
<p>By {{ image.author }}</p>
<p class="lastline"><a href="{{ image.source }}" target="_blank"><i class="fa fa-file-text-o"></i></a></p>
</div>
{% endfor %}
</div>