Skip to content

Commit

Permalink
Update page and style
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Jan 11, 2023
1 parent 6101668 commit 801210e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 34 deletions.
12 changes: 4 additions & 8 deletions home.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html, body {
height: 100%;
margin: 0;
}

Expand All @@ -17,14 +18,9 @@ html, body {
font-family: sans-serif;
}

#container {
top: 0;
}

#content {
padding-bottom: 40px;
height: 100%;
background: blue;
min-height: 95%;
padding-bottom 40px;
}

body {
Expand Down Expand Up @@ -58,9 +54,9 @@ span {
}

footer {
position: relative;
color: #b6bfb8;
font-size: 150%;
font-family: sans-serif;
height: 40px;
width: 100%;
text-align: center;
Expand Down
54 changes: 28 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,40 +1,42 @@

<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="./home.css">
<link rel="stylesheet" href="./home.css">

<head>
<meta charset="UTF-8">
<title>Shubert Munthali</title>
<meta charset="UTF-8">
<title>Shubert Munthali</title>
</head>

<body>
<div id="container">
<div id="content">
<div id="my_photo">
<div id="content">
<div id="my_photo">
<img src="./images/shubert.jpg" alt="my photo" height="306" width="306">
</div>
<h1 id="my_name">
</div>
<h1 id="my_name">
Shubert Munthali
</h1>
<h2>
</h1>
<h2>
Software Developer
</h2>
<section>
</h2>
<section>
<span>
<a href="https://github.com/shubertmunthali">
<a href="https://github.com/shubertmunthali">
<img src="./images/github.svg" alt="my github profile" height="100" width="100">
</a>
</a>

</span>
<span>
<a href="https://linkedin.com/in/shubertmunthali">
<img src="./images/linkedin.svg" alt="my linkedin profile" height="100" width="100">
</a>
<a href="https://linkedin.com/in/shubertmunthali">
<img src="./images/linkedin.svg" alt="my linkedin profile" height="100" width="100">
</a>
</span>
</section>
</div>
<footer>
<div id="border"></div>
Copyright © Shubert Munthali
</footer>
</div>
</section>
</div>
<footer>
<div id="border"></div>
Copyright © Shubert Munthali
</footer>
</body>
</html>

</html>

0 comments on commit 801210e

Please sign in to comment.