-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
32 lines (31 loc) · 1.04 KB
/
about.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
---
layout: default
---
<section class="hero is-primary is-small">
<div class="hero-body">
<div class="container">
<h1 class="title">
About
</h1>
<h2 class="subtitle">
context surrounding website
</h2>
</div>
</div>
</section>
<section class="section">
<div class="container">
<figure class="image is-32x32">
<img src="/assets/images/britishflag.gif" alt="32x32" />
</figure>
<h1 class="title is-5">About Site</h1>
<p>This is a site where i share my interest in technology. And maybe some other cool stuff :)</p><br />
<h1 class="title is-5">Acknowledgements</h1>
<p>This site is built with the jekyll static site generator, it uses
the <a href="https://bulma.io">bulma</a> css framework.
<br />Website content is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC ANS 4.0</a>.
</p><br />
<h1 class="title is-5">Contributing</h1>
<p>To submit a post, fork and create a pull request to the github repo.</p><br />
</div>
</section>