Skip to content

Commit

Permalink
updated webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
hmh49 committed Nov 19, 2018
1 parent 2fecd72 commit 83c0537
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 38 deletions.
15 changes: 15 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>About Me</title>
<link rel="stylesheet" type="text/css" href="index.css"/>
<meta charset="UTF-8" />
<meta name="author" content="My Name" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- hmh 2018-11-16 I added this html page to be linked to my menu bar -->
</head>
<body>
<h1>About me</h1>
<p>My name is Hannah Hostetler and I am an [almost] graduate of University of Pittsburgh at Greensburg. I enjoy learning languages, fashion, and baking.</p>
</body>
</html>
17 changes: 0 additions & 17 deletions boxes.css

This file was deleted.

17 changes: 0 additions & 17 deletions boxes.html

This file was deleted.

7 changes: 3 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ a {
/*
.images-container {
display: flex; flex-direction: row; align-items: center; height: 150px;
}
.images-container {
display: flex; flex-direction: row; align-items: center; height: 150px;
}
Expand All @@ -110,6 +110,5 @@ a {
display: flex; flex-direction: row; align-items: center; height: 150px;
}
.arc {
display: flex; flex-direction: row; align-items: center; height: 150px;
}
* /*
display: flex; flex-direction: row; align-items: center; height: 150px;
*/
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<!-- hmh 2018-11-6 I have added a header and some sections as well as the link to my resume -->
<!-- hmh 2018-11-12 I have added padding to my headings and class and id tags to my photos -->
<body>
<hr/>
<p><a href="index.html">Main</a> | <a href="about.html">About</a> |
<a href="resume.html">Resume</a> | <a href="imagess.html">Travel Photos</a></p>
<hr/>
<header>
<h1 class="title"><strong>Hannah's Webpage</strong></h1>
<h3>A webpage designed and created by Hannah Hostetler</h3>
Expand Down

0 comments on commit 83c0537

Please sign in to comment.