Skip to content

Instantly share code, notes, and snippets.

@biniyb
Created May 9, 2015 21:16
Show Gist options
  • Select an option

  • Save biniyb/2cf505e223ef82f16c9c to your computer and use it in GitHub Desktop.

Select an option

Save biniyb/2cf505e223ef82f16c9c to your computer and use it in GitHub Desktop.
Welcome to Bini Berhe's website // source http://jsbin.com/sexaro/1
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Bini Berhe's website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style id="jsbin-css">
body {
font-family: "Open Sans";
}
#seattle_night {
height:50%;
width:100%;
background-size: cover;
}
#biniAboutme {
height:45%;
width:20%;
}
#navigation {
list-style-type: none;
margin: 0;
padding: 0;
}
.nav {
float: left;
}
.a {
display: block;
width: 70px;
}
h1 {
font-weight:400;
}
.MainHeading {
font-weight:600;
}
li {
font-weight:450;
font-style:italic;
}
#resume {
text-align:left;
margin-left:100px;
}
#Nordstrom {
font-weight:600;
font-style:italic;
}
#SCCA {
font-weight:600;
font-style:italic;
}
#Corbis {
font-weight:600;
font-style:italic;
}
#UW {
font-weight:600;
font-style:italic;
}
#Volt {
font-weight:600;
font-style:italic;
}
#ParkerStaffing {
font-weight:600;
font-style:italic;
}
</style>
</head>
<body>
<ul id="navigation">
<li class="nav"><a class="a" href="resume.html">Resume</a></li>
<li class="nav"><a class="a" href="news.asp">News</a></li>
<li class="nav"><a class="a" href="contact.asp">Contact</a></li>
<li class="nav"><a class="a" href="about.html">About</a></li>
</ul>
<div>
<img id="seattle_night" src='/images/seattle_night.jpg')/>
</div>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<title>Welcome to Bini Berhe's website</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul id="navigation">
<li class="nav"><a class="a" href="resume.html">Resume</a></li>
<li class="nav"><a class="a" href="news.asp">News</a></li>
<li class="nav"><a class="a" href="contact.asp">Contact</a></li>
<li class="nav"><a class="a" href="about.html">About</a></li>
</ul>
<div>
<img id="seattle_night" src='/images/seattle_night.jpg')/>
</div>
</body>
</html>
</script>
<script id="jsbin-source-css" type="text/css">body {
font-family: "Open Sans";
}
#seattle_night {
height:50%;
width:100%;
background-size: cover;
}
#biniAboutme {
height:45%;
width:20%;
}
#navigation {
list-style-type: none;
margin: 0;
padding: 0;
}
.nav {
float: left;
}
.a {
display: block;
width: 70px;
}
h1 {
font-weight:400;
}
.MainHeading {
font-weight:600;
}
li {
font-weight:450;
font-style:italic;
}
#resume {
text-align:left;
margin-left:100px;
}
#Nordstrom {
font-weight:600;
font-style:italic;
}
#SCCA {
font-weight:600;
font-style:italic;
}
#Corbis {
font-weight:600;
font-style:italic;
}
#UW {
font-weight:600;
font-style:italic;
}
#Volt {
font-weight:600;
font-style:italic;
}
#ParkerStaffing {
font-weight:600;
font-style:italic;
}
</script>
</body>
</html>
body {
font-family: "Open Sans";
}
#seattle_night {
height:50%;
width:100%;
background-size: cover;
}
#biniAboutme {
height:45%;
width:20%;
}
#navigation {
list-style-type: none;
margin: 0;
padding: 0;
}
.nav {
float: left;
}
.a {
display: block;
width: 70px;
}
h1 {
font-weight:400;
}
.MainHeading {
font-weight:600;
}
li {
font-weight:450;
font-style:italic;
}
#resume {
text-align:left;
margin-left:100px;
}
#Nordstrom {
font-weight:600;
font-style:italic;
}
#SCCA {
font-weight:600;
font-style:italic;
}
#Corbis {
font-weight:600;
font-style:italic;
}
#UW {
font-weight:600;
font-style:italic;
}
#Volt {
font-weight:600;
font-style:italic;
}
#ParkerStaffing {
font-weight:600;
font-style:italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment