-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
96 lines (86 loc) · 2.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: splash
permalink: /
breadcrumbs: false
header:
overlay_color: "#5e616c"
overlay_image: /assets/img/feature5.jpg
cta_label: '<i class="fas fa-book"></i> Read our latest issue'
cta_url: /issue5/issue-five-toc/
caption: "© Anusree K"
excerpt: "The Medley is an online literary journal, published by Ostraca, the Creative Writing Society of Hansraj College.<br> It is focused on building a creative space for new and emerging writers, both nationally and internationally.<br>"
feature_row:
- image_path: /assets/img/fiction2.jpg
alt: "fiction"
url: "/fiction/"
btn_class: "btn--primary"
btn_label: "Explore Fiction"
image_caption: "© Samiksha Jain"
- image_path: /assets/img/nonfiction3.jpg
alt: "Non Fiction"
url: "/nonfiction/"
btn_class: "btn--primary"
btn_label: "Explore Non-Fiction"
image_caption: "© Samiksha Jain"
- image_path: /assets/img/poetry4.jpg
alt: "Poetry"
url: "/poetry/"
btn_class: "btn--primary"
btn_label: "Explore Poetry"
image_caption: "© Samiksha Jain"
intro:
- excerpt: '<h3>What will you write,</h3>
<br>
when your hands droop<br>
impotent <br>
and your thoughts are paralyzed.<br>
<br>
What will glimmer in this gleaming oblivion?<br>
<br>
Compose yourself first.<br>
<br>
Pick up your pen and<br>
touch the cold paper again,<br>
with your wrinkled fingertips —<br>
<br>
For how long will you<br>
revel in and rebel against <br>
virtual delights?<br>
<br>
One of these days,<br>
you must sully your hands.<br>
<br>
<br>
<span>A poem by <a href="https://themedley.in/poetry/what-will-you-write/">Utkarsh</a></span>'
intro-one:
- excerpt: '[The Fifth Issue](https://themedley.in/issue5/issue-five-toc/) is out now.<br><br> The Submission Window for the Sixth Issue of The Medley Ostraca’s bi-annual online literary journal, has been closed. The issue will be out soon.'
---
<style>
.page__hero--overlay {
padding: 12em 0 4em 0;
}
.archive__item-body p{
padding-top: 1em;
}
.archive__item-excerpt{
text-align: left;
}
.archive__item-caption{
font-size: .425em;
}
.feature__item--left {
float: left;
margin-left: 10ch;
margin-right: 10ch;
width: auto;
}
.feature__item--left .archive__item-teaser img {
width: 60%;
}
a.btn.btn--light-outline.btn--large {
background-color: red;
}
</style>
{% include feature_row id="intro-one" type="center" %}
{% include feature_row id="intro" type="center" %}
{% include feature_row %}