-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (15 loc) · 803 Bytes
/
about.html
File metadata and controls
20 lines (15 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: default
---
<section class="card" id="about">
<h1>A Bit About Me</h1>
<p>Most of all, I like creating. Programming lets me make things that other people might find useful
or entertaining, just by typing on a keyboard. My free time is spent <a href="/projects">working on
projects</a>, teaching myself new concepts and technologies, cooking, reading, and exercising.
If you have any questions, don't hesitate to <a href="#contact">contact me.</a> </p>
<h3> About this website </h3>
<p>This site was made with Jekyll, Sass, and hosted on Github Pages.</p>
</section>
{% include contact.html %}