-
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.
added multiple pages and also figure out some color schemes
- Loading branch information
1 parent
0dddb53
commit aaef26a
Showing
3 changed files
with
85 additions
and
28 deletions.
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,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<style> | ||
body { | ||
background-color: rgb(247, 245, 245); | ||
} | ||
|
||
h1 { | ||
color: rgb(42, 44, 36); | ||
text-align: center; | ||
font-family:Verdana, Geneva, Tahoma, sans-serif; | ||
} | ||
</style> | ||
|
||
<body> | ||
<header> | ||
<nav> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="blogs.html">Blogs</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<h1>blogs</h1> | ||
<p>Junior Computer Engineering Student at the University of Pittsburgh</p> | ||
|
||
</body> | ||
|
||
|
||
</html> |
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,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<style> | ||
body { | ||
background-color: rgb(247, 245, 245); | ||
} | ||
|
||
h1 { | ||
color: rgb(42, 44, 36); | ||
text-align: center; | ||
font-family:Verdana, Geneva, Tahoma, sans-serif; | ||
} | ||
</style> | ||
|
||
<body> | ||
<header> | ||
<nav> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="blogs.html">Blogs</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<h1>my projects</h1> | ||
<p>Junior Computer Engineering Student at the University of Pittsburgh</p> | ||
|
||
</body> | ||
|
||
|
||
</html> |