Moving /links and populating it with some basic content
This commit is contained in:
parent
f7c238ec38
commit
9fe3597c6f
11 changed files with 149 additions and 49 deletions
37
links/portfolio.html
Normal file
37
links/portfolio.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<h1>Previous Work</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
<h2>
|
||||
<a href="https://git.aprileaton.net/April_Eaton/Personal-Webpage"
|
||||
><img
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Git_icon.svg"
|
||||
alt="Git icon"
|
||||
/></a>
|
||||
<a href="https://kebabs.aprileaton.net">This webpage!</a>
|
||||
</h2>
|
||||
<p>
|
||||
A living website that, hosting my personal porfolio, contact info, and
|
||||
biography.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<h2>
|
||||
<a href="https://github.com/neaton-lab/MRK-Webpage"
|
||||
><img
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Git_icon.svg"
|
||||
alt="Git icon"
|
||||
/></a>
|
||||
<a href="https://kebabs.aprileaton.net">MKR Instanbul Webpage</a>
|
||||
</h2>
|
||||
<p>
|
||||
Developed using jQuery and depolyed using GitHub Pages. Currently
|
||||
awaiting credentials and photos from the client in order to migrate over
|
||||
to the official domain.
|
||||
</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue