-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
30 lines (28 loc) · 923 Bytes
/
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
---
layout: page
title: About
permalink: /about/
page_name: about
---
<div class="about-page page-margin">
<h1 class="text-center">About</h1>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>
This is the base Jekyll theme.
You can find out more info about customizing your Jekyll theme, as well as
basic Jekyll usage documentation at <a href="https://jekyllrb.com/"> jekyllrb.com.</a>
<br><br>
You can find the source code for Minima at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/minima">minima</a>
<br><br>
You can find the source code for Jekyll at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/jekyll">jekyll</a>
</p>
</div>
</div>
</div>
</div>