The new website with link to my resume.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<section class="container centered">
|
||||
<div class="about">
|
||||
<h1>{{ .Site.Params.author }}</h1>
|
||||
<h2>{{ .Site.Params.info }}</h2>
|
||||
{{ with .Site.Params.social }}
|
||||
<ul>
|
||||
{{ range sort .}}
|
||||
<li><a href="{{ .url }}">{{ .name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user