aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/navigator.html2
-rw-r--r--about.md66
-rw-r--r--contact.md11
3 files changed, 67 insertions, 12 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 9fe852a..af6e36b 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -4,6 +4,6 @@
<li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
<li class="nav" {% if page.url == "/projects.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/projects.html">PROJECTS</a></li>
<li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog.html">BLOG</a></li>
- <li class="nav" {% if page.url == "/contact.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/contact.html">CONTACT</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
</ul>
</div> \ No newline at end of file
diff --git a/about.md b/about.md
new file mode 100644
index 0000000..566c043
--- /dev/null
+++ b/about.md
@@ -0,0 +1,66 @@
+---
+layout: default
+title: About
+description: Things about me.
+---
+
+<h1>Contact Me</h1>
+<p><b>Email Address: {{ site.email }}</b></p>
+<p><b>GitHub: <a href="https://github.com/Alee14">Alee14</a></b></p>
+<p><b>Twitter: <a href="https://twitter.com/Alee14498">Alee14498</a></b></p>
+<p><b>YouTube: <a href="https://youtube.com/user/Andrew14Lee/">Andrew Lee</a></b></p>
+<p><b>Discord: <a href="https://discord.gg/EFhRDqG">Alee's Community</a></b></p>
+
+<h1>My Computer Specs</h1>
+<table class="pcpp-part-list">
+ <thead>
+ <tr>
+ <th>Type</th>
+ <th>Item</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td class="pcpp-part-list-type">CPU</td>
+ <td class="pcpp-part-list-item">AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="pcpp-part-list-type">CPU Cooler</td>
+ <td class="pcpp-part-list-item">Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="pcpp-part-list-type">Motherboard</td>
+ <td class="pcpp-part-list-item">ASRock - B450M-HDV Micro ATX AM4 Motherboard</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="pcpp-part-list-type">Memory</td>
+ <td class="pcpp-part-list-item">Corsair - Vengeance LPX 8 GB (1 x 8 GB) DDR4-2400 Memory</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="pcpp-part-list-type">Case</td>
+ <td class="pcpp-part-list-item">Rosewill - FBM-X1 MicroATX Mini Tower Case</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="pcpp-part-list-type">Power Supply</td>
+ <td class="pcpp-part-list-item">EVGA - 500 W 80+ Certified ATX Power Supply</td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+ </tbody>
+</table> \ No newline at end of file
diff --git a/contact.md b/contact.md
deleted file mode 100644
index 877ada0..0000000
--- a/contact.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
-title: Contact
-description: You can contact me thru these links.
----
-
-<p><b>Email Address: {{ site.email }}</b></p>
-<p><b>GitHub: <a href="https://github.com/Alee14">Alee14</a></b></p>
-<p><b>Twitter: <a href="https://twitter.com/Alee14498">Alee14498</a></b></p>
-<p><b>YouTube: <a href="https://youtube.com/user/Andrew14Lee/">Andrew Lee</a></b></p>
-<p><b>Discord: <a href="https://discord.gg/EFhRDqG">Alee's Community</a></b></p>