-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (26 loc) · 1023 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
---
layout: default
title: "About"
---
<div class="row justify-content-center align-content-center">
<div class="col-lg-6">
<h4 class="text-center">Full Stack Web Builder.</h4>
<p class=text-center>I'm a maker that strongly believes the user's experience comes first and the interface should influence the underlying structure of what gets built.</p>
<p class=text-center>I can design and build everything from top to bottom.</p>
<p class=text-center>
<a href="https://twitter.com/phedinkus" title="twitter">
<i class="bi-twitter" style="font-size: 2rem; color: darkgray;"></i>
</a>
</p>
<p class=text-center>
<a href="https://github.com/phedinkus" title="github">
<i class="bi-github" style="font-size: 2rem; color: darkgray;"></i>
</a>
</p>
<p class=text-center>
<a href="https://www.linkedin.com/in/katharinmiller/" title="">
<i class="bi-linkedin" style="font-size: 2rem; color: darkgray;"></i>
</a>
</p>
</div>
</div>