Skip to content

Commit

Permalink
Create projects html page for website
Browse files Browse the repository at this point in the history
  • Loading branch information
meglkts committed Jul 9, 2015
1 parent 38029ad commit 3d29023
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul id="menu">
<li id="about"><a href="https://meglkts.github.io/about_me">About Me</li></a>
<li id="blog"><a href="https://meglkts.github.io/blog/index.html">Blog Spot</li></a>
<li id="projects"><a href="#">My Projects</li></a>
<li id="projects"><a href="https://meglkts.github.io/projects/index.html">My Projects</li></a>
<!-- <li id="contact"><a href="https://meglkts.github.io/contact.html">Contact Me</li></a> -->
</ul>
<!-- <img id="photo" src="imgs/meg_dan.png"> -->
Expand Down
49 changes: 49 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Projects Index Page</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/default.css">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="../imgs/favicon.ico"/>
</head>

<header>meghan kline tuls</header>

<body>
<h1 id="blog-index-header">Projects</h1>
<p>
<img src="">
<ul id="bloglist">
<li>RUBY</li>
<li><a href="https://meglkts.github.io/blog/#.html"target="_blank">DATE | PROJECT TITLE</a></li>
</ul>

<ul id="bloglist">
<li>JAVASCRIPT</li>
<li><a href="https://meglkts.github.io/blog/#.html"target="_blank">DATE | PROJECT TITLE</a></li>
</ul>


<ul id="blog-menu">
<li id="about"><a href="https://meglkts.github.io/about_me">About Me</li></a>
<li id="blog"><a href="https://meglkts.github.io/blog/index.html">Blog Spot</li></a>
<li id="projects"><a href="#">My Projects</li></a>
<!-- <li id="contact"><a href="https://meglkts.github.io/contact.html">Contact Me</li></a> -->
</ul>

<aside>
<a href="https://meglkts.github.io/index.html">Home</a>
<a href="#"><img src="../imgs/email.png"/></a>
<a href="https://www.google.com/+MegTuls"target="_blank"><img src="../imgs/google_plus.png"/></a>
<a href="https://twitter.com/meglkts"target="_blank"><img src="../imgs/twitter.png"></a>
<a href="https://www.facebook.com/meg.kline.3" target="_blank"><img src="../imgs/facebook.png"/></a>
<a href="https://www.linkedin.com/in/meghanklinetuls"target="_blank"><img src="../imgs/linkedin.png"/></a>
<a href="https://github.com/meglkts"target="_blank"><img src="../imgs/github_alt.png"/></a>
</aside>

<footer>
Established May 2015.
</footer>
</body>
</html>

0 comments on commit 3d29023

Please sign in to comment.