forked from nihal111/nihal111.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·24 lines (23 loc) · 759 Bytes
/
index.html
File metadata and controls
executable file
·24 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: landing
title : nihal111
header: False
---
<section class="hero">
<div class="hero-inner">
<div class="hero-container">
<img src="{{ site.avatar }}" alt="author thumb" class="dot">
<h1>nihal111</h1>
{% for page in site.pages %}
{% if page.header %}
{% if page.title %}
<a href="{{ page.url | prepend: site.baseurl }}" class="button button-ghost" title="{{ page.title }}">{{ page.title }}</a>
{% endif %}
{% endif %}
{% endfor %}
<a href="{{ '/docs/CV.pdf' | prepend: site.baseurl }}" class="button button-ghost" title="CV">CV</a>
<a href="{{ '/blog' | prepend: site.baseurl }}" class="button button-ghost" title="Blog">Blog</a>
{% include landing_social.html %}
</div>
</div>
</section>