diff options
author | FivePixels <o5pxels@gmail.com> | 2020-04-04 12:48:32 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2020-04-04 12:48:32 -0500 |
commit | 20ca815d77f3e93b4e54edd05525228a89bc613c (patch) | |
tree | cfd491af492668d1bb92ea28c75d66e0e5a5cb67 | |
parent | 53e6565f3f737d7c6835ed119b62080307c0ad8e (diff) | |
download | personal-website-20ca815d77f3e93b4e54edd05525228a89bc613c.tar.xz personal-website-20ca815d77f3e93b4e54edd05525228a89bc613c.zip |
Update index.html, add CNAME file
-rw-r--r-- | CNAME | 1 | ||||
-rw-r--r-- | index.html | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -0,0 +1 @@ +fivepixels.xyz @@ -10,14 +10,12 @@ <h1>Hey there!</h1>
</header>
<section id="intro">
- My name is Dylan Bolger, and my online alias is FivePixels. <br>
- This is my website! It's pretty basic, I know.
+ My name is Dylan Bolger. Some people refer to me as FivePixels. <br>
+ <a href="http://fivepixels.xyz/about">About Me</a><br>
</section>
<section id="quicklinks">
<ul>
<li>
- <a href="http://fivepixels.xyz/about">About Me</a><br>
- <a href="http://fivepixels.xyz/portfolio">Design Portfolio</a><br>
</li>
</ul>
</section>
|