This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/themes/hacksite/layouts/_default/index.html
2021-12-01 21:10:28 -05:00

22 lines
No EOL
746 B
HTML
Executable file

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<main role="main">
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-auto">
<img src="images/avatar.png" class="rounded float-left" alt="avatar"/>
</div>
<div class="col-6">
<h1 class="display-3">HACK13's Site</h1>
<p>Just another fox on the internet.<br>
<strong>Other Aliases:</strong> Timothy Vyper, kite552, dothacker552</p>
</div>
</div>
</div>
</div>
{{ partial "footer.html" . }}