Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
web1/corporate-page.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
205 lines (151 sloc)
7.45 KB
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 class="no-js" lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="manifest" href="site.webmanifest"> | |
<link rel="apple-touch-icon" href="icon.png"> | |
<!-- Place favicon.ico in the root directory --> | |
<link rel="stylesheet" type="text/css" href="normalize.css"> | |
<link rel="stylesheet" type="text/css" href="main.css"> | |
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet"> | |
</head> | |
<body> | |
<!--[if lte IE 9]> | |
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> | |
<![endif]--> | |
<!-- Add your site or application content here --> | |
<header> | |
<h1>Code Out This Layout So Flawlessly It'll Make Joel Cry</h1> | |
<button type="button">Try now</button> | |
<p>*This should all be text</p> | |
</header> | |
<article class="article1"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/dog-photo.png"> | |
<div> | |
<h2 class="red-letters">January 28, 2016</h2> | |
<h1 class="dogphotoheading">And here's a random photo of a dog </h1> | |
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Etiam porta sem malesuada magna mollis euismod. Vestibulum id ligula porta felis euismod semper.</p> | |
<p>Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur. Donec ullamcorper nulla non metus auctor fringilla. Aenean lacinia bibendum nulla sed consectetur. Nulla vitae elit libero, a pharetra augue.</p> | |
</div> | |
</article> | |
<article class="article2"> | |
<h2 class="red-letters">New Features</h2> | |
<h1>Some Awesome Columns</h1> | |
<div> | |
<article class="bubble1"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/bubble1.png"> | |
<h3>Some awesome features</h3> | |
<p>Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur. Nulla vitae elit libero, a pharetra augue.</p> | |
</article> | |
<article class="bubble2"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/bubble2.png"> | |
<h3>Some awesome features</h3> | |
<p>Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur. Nulla vitae elit libero, a pharetra augue.</p> | |
</article> | |
<article class="bubble3"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/bubble3.png"> | |
<h3>Some awesome features</h3> | |
<p>Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur. Nulla vitae elit libero, a pharetra augue.</p> | |
</article> | |
</div> | |
</article> | |
<article class="article3"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/dog2.png"> | |
<div> | |
<h2 class ="red-letters">Start ASAP </h2> | |
<h1>This is a pretty big project, you know<span style="color:red">...</span></h1> | |
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Etiasem malesuada magn. Vestibulum felis euismod semper.</p> | |
</div> | |
</article> | |
<article class="article4"> | |
<div class="john1"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/Rectangle.png"> | |
<h1>Jonathon Doe</h1> | |
<h2>Co Founder</h2> | |
<p>“Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id gravida at eget metus. Etiasem malesuada magn”</p> | |
</div> | |
<div class="john2"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/Rectangle.png"> | |
<h1>Jonathon Doe</h1> | |
<h2>Co Founder</h2> | |
<p>“Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id gravida at eget metus. Etiasem malesuada magn”</p> | |
</div> | |
<div class="john3"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/Rectangle.png"> | |
<h1>Jonathon Doe</h1> | |
<h2>Co Founder</h2> | |
<p>“Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id gravida at eget metus. Etiasem malesuada magn”</p> | |
</div> | |
<article class="logos"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/partner-logo-1.png"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/partner-logo-2.png"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/partner-logo-3.png"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/partner-logo-4.png"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/partner-logo-5.png"> | |
</article> | |
</article> | |
<article class="article5"> | |
<h2 class="red-letters">Seriously</h2> | |
<h1>So start on this soon.</h1> | |
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec id elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Etiasem malesuada magn. Vestibulum felis euismod semper.</p> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/browser.png"> | |
</article> | |
<article class="article6"> | |
<h2 class="red-letters">This form doesn't have to work</h2> | |
<h1 class="white letters"> But create it anyway. Use the right fields ... </h1> | |
</div> | |
<div class="trial"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/smallarrow.png"> | |
<h3> 30 days free trial for all.</h3> | |
</div> | |
<form> | |
<input type="text" value="FULL NAME"> | |
<input type="text" value="YOUR EMAIL"> | |
<input type="password" value="PASSWORD"> | |
<input type="submit" value="TRY NOW"> | |
</form> | |
<p>And some small text should go here.</p> | |
</article> | |
<footer> | |
<h3>Aenean lacinia bibendum nulla sed consectetur. Aenean eu leo quam. | |
USA &CAN: 1-888-123-4567 Address: 34 Brokel Rd. NY</h3> | |
<div class= "support"> | |
<h1>Support</h1> | |
<p>Help</p> | |
<p>Get Started</p> | |
<p>Contact US</p> | |
</div> | |
<div class="about"> | |
<h1>About US</h1> | |
<p>About Us</p> | |
<p>Terms of Use</p> | |
<p>Contact US</p> | |
</div> | |
<article> | |
<h1> Get Newsletter </h1> | |
<form> | |
<input type="text" value="EMAIL"> | |
<input type="image" src="https://github.uconn.edu/pages/awf14003/web1/paperplane.png"/> | |
</form> | |
<div class="social"> | |
<img src="https://github.uconn.edu/pages/awf14003/web1/Social-Icon.png" atl="social media"> | |
</div> | |
</article> | |
</footer> | |
<script src="js/vendor/modernizr-3.5.0.min.js"></script> | |
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> | |
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script> | |
<script src="js/plugins.js"></script> | |
<script src="js/main.js"></script> | |
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. --> | |
<script> | |
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date; | |
ga('create','UA-XXXXX-Y','auto');ga('send','pageview') | |
</script> | |
<script src="https://www.google-analytics.com/analytics.js" async defer></script> | |
</body> | |
</html> |