-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmentorship.html
More file actions
23 lines (23 loc) · 851 Bytes
/
mentorship.html
File metadata and controls
23 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: Mentorship
---
<head>
</head>
<div>
<br>
<br>
<h1 style="text-align: center;">Welcome to Mentorship program </h1>
<h2 style="text-align: center;">By - IDLI : India Deep Learning Initiative</h2>
</div>
{% for mentorship in site.mentorship %}
<li>
<span> {{ mentorship.date | date: "%B %e, %Y" }} </span>
<a href="{{ mentorship.url }}">{{ mentorship.title }}</a>
</li>
<p style="text-align: justify;">
{{ mentorship.content | strip_html | truncate: 350 }} <a href="{{ mentorship.url }}">Read more</a>
<span class="post-date" style="margin-top:3px"><i class="fa fa-calendar" aria-hidden="true"></i> {{ mentorship.date | date_to_string }} - <i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</span>
</p>
{% endfor %}
<h3>Soon....</h3>