-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.99 KB
/
index.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
---
layout: default
---
<nav class="navbar">
</nav>
<div class="jumbotron">
<h1 class="display-4">uti<strong>lists</strong></h1>
<h2 class="lead">{{ site.description }}</h2>
</div>
<ul class="row utilists-preview">
{% for post in site.posts %}
<li class="col-md-4 list-unstyled media mb-5 position-relative">
<span class="align-self-center mr-3 h1">{{ post.emoji }}</span>
<div class="media-body">
<h4 class="mt-0"><a href="{{ post.permalink | relative_url }}" class="stretched-link" title="{{ post.subtitle }}">{{ post.title }}</a></h4>
<p class="mb-0">{{ post.subtitle }}</p>
</div>
</li>
{% endfor %}
</ul>
<p id="contribute" class="text-center text-muted">
<small>Want to contribute? Missing an item or a list? <a href="https://github.com/adriavalles/utilists" target="_blank" title="GitHub profile for utilists project">Create a pull request</a> in GitHub!</small>
<iframe src="https://ghbtns.com/github-btn.html?user=adriavalles&repo=utilists&type=star&count=true" class="align-middle" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</p>
<div id="awards">
<h5>They talk about us...</h5>
<div class="row">
<blockquote class="col-sm-4">
<p>
You won't forget *that* thing anymore in your holiday trips.
</p>
<footer><cite id="techbrunch">TechBrunch</cite></footer>
</blockquote>
<blockquote class="col-sm-4">
<p>
The best tool in the market for clueless people. Perfect for fishes... oh yeah, fishes forget everything.
</p>
<footer><cite id="timer">The New Yankee Timer</cite></footer>
</blockquote>
<blockquote class="col-sm-4">
<p>
How many times have you forgotten your smartphone charger when travelling? With this tool... never again!
</p>
<footer><cite id="mashed">Mashed</cite></footer>
</blockquote>
</div>
</div>