97 lines
2.4 KiB
HTML
97 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>ChrisEdwards.tech</title>
|
|
<!--<link rel="icon" type="image/x-icon" href="http://hearmewhisper.ddns.net/games.ico">-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
background-color: #667788;
|
|
background-image: url("index/linux_ls.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 45px;
|
|
background-size: 85% 600px
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {}
|
|
|
|
main {
|
|
display: flex;
|
|
align-self: right;
|
|
background-color: #004455;
|
|
color: #a76f6f;
|
|
width: 75%;
|
|
font-family: "Roboto Slab";
|
|
word-wrap: break-word;
|
|
margin-top: .8em;
|
|
margin-left: 7%;
|
|
}
|
|
|
|
main li {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: flex-end;
|
|
text-align: right;
|
|
padding: 12px;
|
|
;
|
|
}
|
|
|
|
#pic {
|
|
width: 95%;
|
|
margin: auto;
|
|
text-align: center;
|
|
opacity: 0.2;
|
|
display: block;
|
|
}
|
|
|
|
#nav_menu{
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
#pic{
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div id="nav_menu">
|
|
</div>
|
|
<script src="/menu/menu.js"></script>
|
|
|
|
|
|
<main>
|
|
<ul>
|
|
<li>
|
|
<h1>Chris Edwards</h1>
|
|
</li>
|
|
<img id="pic" src="resume/chris.jpg" alt="Chris Edwards">
|
|
<li>
|
|
<h4>Computer Science Student and Enthusist</h4>
|
|
</li>
|
|
<li>
|
|
<h4>I love all kinds of tech, programming, networking, and hobbist projects.</h4>
|
|
</li>
|
|
<li>
|
|
<h4>This is a collection of some of my projects, each one forced me to learn a new skill I didn't know before it.
|
|
</h4>
|
|
</li>
|
|
<li><a style="color:#a76f6f; text-align: right;" href="mailto:edwards.christophermichael@gmail.com">email
|
|
me</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</main>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
</script>
|
|
</body>
|
|
|
|
</html> |