-
Notifications
You must be signed in to change notification settings - Fork 1
/
humans-of-wsc.html
executable file
·61 lines (55 loc) · 1.57 KB
/
humans-of-wsc.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
---
layout: default
title: Humans of WSC
---
<head>
{% include head.html %}
<title>Humans of World Scholar's Cup | OnePwaa</title>
<meta
name="twitter:image"
content="/assets/img/88225255_10111594243599681_3889394766894333952_o.jpg"
/>
<meta
name="twitter:description"
content="Explore the stories of scholars from all over the world."
/>
<meta
property="og:image"
content="/assets/img/88225255_10111594243599681_3889394766894333952_o.jpg"
/>
<meta
name="description"
content="Explore the stories of scholars from all over the world."
/>
<meta property="og:type" content="website" />
<meta
name="twitter:title"
content="Humans of World Scholar's Cup | OnePwaa"
/>
<meta name="twitter:card" content="summary_large_image" />
</head>
{% include standard-navbar.html %}
<section class="text-dark bg-white" id="about" style="padding: 64px 0px">
<div class="container" style="margin-top: 30px">
<div class="row no-gutters">
{% for post in site.posts %} {% if post.topic == "humans-of-wsc" %}
<div
class="col-sm-6 col-lg-4"
style="padding-bottom: 10px; padding-top: 10px"
>
<a href="{{ post.url }}">
<img class="img-fluid" src="{{ post.image }}" />
<center>
<div class="project-name" class="pt-10">
<span class="dark-text"
><strong>{{ post.title }}</strong></span
>
</div>
</center>
</a>
</div>
{% endif %} {% endfor %}
</div>
</div>
</section>
{% include footer.html %}