Skip to content

Instantly share code, notes, and snippets.

Created June 8, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/299b935aea1af6b220e64956e2229654 to your computer and use it in GitHub Desktop.
Save anonymous/299b935aea1af6b220e64956e2229654 to your computer and use it in GitHub Desktop.
iframe
<!DOCTYPE HTML>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" type="text/javascript">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js?load=effects" type="text/javascript">
</script>
<meta charset="UTF-8">
<title>Websites</title>
<meta name="viewport" content="width = device-width, minimum-scale = 0.25, maximum-scale = 1.60">
<meta name="generator" content="Freeway Pro 7.1.2">
<style type="text/css">
<!--
body { margin:0px; background-color:#202020; height:100% }
html { height:100% }
form { margin:0px }
body > form { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
table { empty-cells:hide }
td { padding:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }
em { font-style:italic }
h1 { font-weight:bold; font-size:18px }
h1:first-child { margin-top:0px }
h2 { font-weight:bold; font-size:16px }
h2:first-child { margin-top:0px }
h3 { font-weight:bold; font-size:14px }
h3:first-child { margin-top:0px }
strong { font-weight:bold }
.style5 { font-family:Optima; text-align:center }
.style1 { color:#fff }
.style2 { font-size:24px }
.style3 { color:#fff; font-family:Optima; font-size:20px; text-align:center }
.style8 { color:#fff; font-size:20px }
.style4 { color:#fff; font-family:Optima; font-size:24px; text-align:center }
#PageDiv { position:relative; width:100%; height:2000px }
#item9 { position:absolute; left:5%; top:850px; width:90%; min-height:540px; z-index:1 }
#item5 { position:absolute; left:0px; top:0px; width:100%; height:300px; z-index:1 }
#item8 { position:absolute; left:0px; top:350px; width:100%; height:190px; z-index:2 }
#item6 { position:absolute; left:5%; top:136px; width:90%; min-height:620px; z-index:2 }
#item4 { position:absolute; left:0px; top:0px; width:100%; height:300px; z-index:1 }
#item7 { position:absolute; left:0px; top:350px; width:100%; min-height:270px; z-index:2 }
#item1 { position:absolute; left:0px; top:0px; width:100%; height:100px; z-index:3 }
#item2 { position:absolute; left:5%; height:2px; width:90%; bottom:9px; z-index:1; background-color:#fff }
#item3 { position:absolute; left:0px; top:40px; width:100%; height:40px; z-index:2 }
@media screen and (max-width:768px)
{
#item9 { left:2.5%; width:95% }
#item6 { left:2.5%; width:95% }
}
-->
</style>
<!--[if lt IE 9]>
<script src="Resources/html5shiv.js"></script>
<![endif]-->
<script type="text/javascript">//<![CDATA[
document.observe('dom:loaded',function(){$('item2').hide()});
Event.observe(window,'load',function(){new Effect.Appear('item2', {duration:1, delay:0.3})});
//]]></script></head>
<body>
<div id="PageDiv">
<div id="item9"><div id="item5"><iframe src="http://oneautumnday.co.uk" id="item5OAD" name="OAD" width="304" height="300" frameborder="0" scrolling="no" allowtransparency="true"></iframe></div>
<div id="item8"><p class="style5 f-fp"><span class="style1"><strong><span class="style2">Key Features</span></strong></span></p>
<p class="style3">Simplistic design</p>
<p class="style3">Responsive layout</p>
<p class="style5 f-lp"><span class="style8">CSS Animation</span></p>
</div>
</div>
<div id="item6"><div id="item4"><iframe src="http://new-wave-academy.com" id="item4NWATC" name="NWATC" width="304" height="300" frameborder="0" scrolling="yes" allowtransparency="true"></iframe></div>
<div id="item7"><p class="style4 f-fp"><strong>Key Features</strong></p>
<p class="style3">Responsive layout</p>
<p class="style3">HTML5 Video</p>
<p class="style3">CSS Menu</p>
<p class="style3">CSS Animation</p>
<p class="style3">Contact Form</p>
<p class="style3 f-lp">Google Maps</p>
</div>
</div>
<div id="item1"><div id="item2"></div>
<div id="item3"><p class="style3 f-fp f-lp">WEBSITES</p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment