Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>

<h1>Your Name Here</h1>
<h1 class="important">Your Name Here</h1>
<div>
<p>This is a bunch of information about myself. I'm from here and there and discovered my
love of programming when this happend. When I'm not working I'm busy doing this and that.
Expand All @@ -17,17 +17,17 @@ <h1>Your Name Here</h1>
<img src="https://www.breakthrough-pt.com/wp-content/uploads/2014/11/female-default-profile-photo.png" alt="" >

<div>
<h2>Here are some of my Skills!</h2>
<h2 class="important" id="skills-header">Here are some of my Skills!</h2>

<h3>Languages</h3>
<ul>
<h3 class="important">Languages</h3>
<ul id="language-list">
<li>JavaScript</li>
<li>SQL</li>
<li>HTML5</li>
<li>CSS3</li>
</ul>

<h3>Libraries</h3>
<h3 class="important">Libraries</h3>
<ol>
<li>React</li>
<li>PostgreSQL</li>
Expand All @@ -37,15 +37,15 @@ <h3>Libraries</h3>
</div>

<div>
<h2>Hardest Bug So Far</h2>
<h2 class="important">Hardest Bug So Far</h2>
<p>My hardest bug I ever came across was this infinite loop I couldn't escape.</p>
<p>I came up with a totally sick solution though by doing ...</p>
<p class="second-p-tag">I came up with a totally sick solution though by doing ...</p>
</div>

<h2>Contact Me</h2>
<h2 class="important">Contact Me</h2>
<div>Email me at: <a href="mailto:[email protected]" target="_top">[email protected]</a></div>

<ul>
<ul class="links-list">
<li><a href="https://github.com">github link</a></li>
<li><a href="https://linkedin.com">LinkedIn link</a></li>
<li><a href="https://angellist.com">Angel list link</a></li>
Expand Down
Loading