Created
January 20, 2015 23:09
-
-
Save pazaricha/1be8a3d9887a4c13c63e to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery.min.js"></script> | |
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> | |
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); | |
@import url(http://fonts.googleapis.com/css?family=Pacifico); | |
@import url(http://fonts.googleapis.com/css?family=Alef:400,700); | |
body { | |
font-family: "Alef"; | |
background: #ECC8AF; | |
} | |
#logo { | |
font-family: 'Pacifico', cursive; | |
font-size: 2.5em; | |
color: #E9E6FF; | |
color: #FF99C1; | |
padding: 0.6em 0; | |
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25); | |
margin-bottom: 0.75em; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
background: rgba(0, 0, 0, 0.5); | |
} | |
header { | |
background: linear-gradient(rgba(73, 88, 103, 0.5), rgba(73, 88, 103, 0.5)), url("http://pixabay.com/get/d7b2168ede4a64273de8/1421793737/synagogue-458369_1920.jpg?direct") no-repeat center center; | |
background-size: cover; | |
background-color: #495867; | |
text-align: center; | |
width: 100%; | |
position: relative; | |
padding: 0 0 3em; | |
/*height: 80vh;*/ | |
} | |
header h1, header h2 { | |
color: #fff; | |
margin-top: 0; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
} | |
header h1 { | |
font-weight: bold; | |
font-size: 3.5em; | |
} | |
</style> | |
</head> | |
<body> | |
<header> | |
<div id="logo">Temple Site</div> | |
<div class="container"> | |
<h1>A Website for Your Temple</h1> | |
<h2>Take your community to the next level</h2> | |
</div> | |
</header> | |
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html> | |
<html> | |
<head> | |
<script src="//code.jquery.com/jquery.min.js"><\/script> | |
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"><\/script> | |
<script src="//code.jquery.com/jquery-1.9.1.min.js"><\/script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<header> | |
<div id="logo">Temple Site</div> | |
<div class="container"> | |
<h1>A Website for Your Temple</h1> | |
<h2>Take your community to the next level</h2> | |
</div> | |
</header> | |
</body> | |
</html></script> | |
<script id="jsbin-source-css" type="text/css">@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); | |
@import url(http://fonts.googleapis.com/css?family=Pacifico); | |
@import url(http://fonts.googleapis.com/css?family=Alef:400,700); | |
body { | |
font-family: "Alef"; | |
background: #ECC8AF; | |
} | |
#logo { | |
font-family: 'Pacifico', cursive; | |
font-size: 2.5em; | |
color: #E9E6FF; | |
color: #FF99C1; | |
padding: 0.6em 0; | |
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25); | |
margin-bottom: 0.75em; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
background: rgba(0, 0, 0, 0.5); | |
} | |
header { | |
background: linear-gradient(rgba(73, 88, 103, 0.5), rgba(73, 88, 103, 0.5)), url("http://pixabay.com/get/d7b2168ede4a64273de8/1421793737/synagogue-458369_1920.jpg?direct") no-repeat center center; | |
background-size: cover; | |
background-color: #495867; | |
text-align: center; | |
width: 100%; | |
position: relative; | |
padding: 0 0 3em; | |
/*height: 80vh;*/ | |
} | |
header h1, header h2 { | |
color: #fff; | |
margin-top: 0; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
} | |
header h1 { | |
font-weight: bold; | |
font-size: 3.5em; | |
} | |
</script> | |
</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
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); | |
@import url(http://fonts.googleapis.com/css?family=Pacifico); | |
@import url(http://fonts.googleapis.com/css?family=Alef:400,700); | |
body { | |
font-family: "Alef"; | |
background: #ECC8AF; | |
} | |
#logo { | |
font-family: 'Pacifico', cursive; | |
font-size: 2.5em; | |
color: #E9E6FF; | |
color: #FF99C1; | |
padding: 0.6em 0; | |
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25); | |
margin-bottom: 0.75em; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
background: rgba(0, 0, 0, 0.5); | |
} | |
header { | |
background: linear-gradient(rgba(73, 88, 103, 0.5), rgba(73, 88, 103, 0.5)), url("http://pixabay.com/get/d7b2168ede4a64273de8/1421793737/synagogue-458369_1920.jpg?direct") no-repeat center center; | |
background-size: cover; | |
background-color: #495867; | |
text-align: center; | |
width: 100%; | |
position: relative; | |
padding: 0 0 3em; | |
/*height: 80vh;*/ | |
} | |
header h1, header h2 { | |
color: #fff; | |
margin-top: 0; | |
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
} | |
header h1 { | |
font-weight: bold; | |
font-size: 3.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment