forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
68 lines (65 loc) · 1.95 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
---
layout: splash
permalink: /
breadcrumbs: false
header:
overlay_color: "#f74770"
overlay_image: /assets/static/cover.jpg
cta_label: '<i class="fas fa-book"></i> See new Posts'
cta_url: /recent/
caption: '© Alok'
excerpt: "When ashes fall, legends rise."
feature_row:
- image_path: /assets/static/dev.jpg
alt: "Development"
url: "/dev/"
btn_class: "btn--primary"
btn_label: "Explore my views on Software Development, tools and practices"
image_caption: "© Alok"
- image_path: /assets/static/work.jpg
alt: "My Works"
url: "/work/"
btn_class: "btn--primary"
btn_label: "Explore my ongoing and completed projects"
image_caption: "© Alok"
- image_path: /assets/static/repos.jpg
alt: "Repos"
url: "/repos/"
btn_class: "btn--primary"
btn_label: "Explore repos I've created and contributed to"
image_caption: "© Alok"
- image_path: /assets/static/gists.jpg
alt: "Gists"
url: "/gists/"
btn_class: "btn--primary"
btn_label: "Explore my valuable snippets and gists"
image_caption: "© Alok"
- image_path: /assets/static/hardware.jpg
alt: "Hardware"
url: "/hardware/"
btn_class: "btn--primary"
btn_label: "Explore my reviews on Hardware, gadgets and theming"
image_caption: "© Alok"
- image_path: /assets/static/random.jpg
alt: "Random"
url: "/random/"
btn_class: "btn--primary"
btn_label: "Explore my musings on life, universe and everything else"
image_caption: "© Alok"
intro:
- excerpt: 'The first article of my journal is out now. Keep reading to explore more, and encourage me to write and post more frequently.'
---
<style>
.page__hero--overlay {
padding: 12em 0 4em 0;
}
.archive__item-body p{
text-align: center;
padding-top: 1em;
}
.archive__item-caption{
font-size: .425em;
}
</style>
{% include feature_row id="intro" type="center" %}
{% include feature_row %}