-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create projects html page for website
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |