Last active
February 23, 2016 22:40
-
-
Save eatoncw/f1acdec0fea86debb389 to your computer and use it in GitHub Desktop.
My homepage
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 lang="en"> | |
<head> | |
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/styles.css"> | |
<title>About</title> | |
</head> | |
<body> | |
<div class = "nav"><!--nav bar--> | |
<div id ="myname"><!--myname--> | |
<a href="https://uk.linkedin.com/in/christophereatonsec">Christopher W Eaton</a> | |
</div><!--close myname--> | |
<ul> | |
<li><a href ="contact.html">Contact</a></li> | |
<div id ="thispage"><li><a href ="#">About</a></li></div> | |
<li><a href ="index.html">Home</a></li> | |
</ul> | |
</div><!--close navigation bar--> | |
<!--attempt at moving jumbotron down without messing up responsive positioning--> | |
<div class = "container"> | |
<div class = "emptyspace"> | |
</div> | |
</div> | |
<div class="container space"> | |
<div class="row"> | |
<div class="col-md-4"> | |
<h2>Introduction</h2> | |
<p>I've worked as a mechanical Engineer specialising in the design, construction and operation of low energy, sustainable buildings. I'm now developing digital tools for the construction industry.</p> | |
</div><!-- /col --> | |
<div class="col-md-4"> | |
<img src ="img/mount shasta.jpg" alt="shasta"> | |
</div><!-- /col --> | |
<div class="col-md-4"> | |
<h2>My skills</h2> | |
<ul> | |
<li>Building services engineering</li> | |
<li>Web dev soon!</li> | |
</ul> | |
</div><!-- /col --> | |
</div><!-- /row --> | |
</div> <!-- /container --> | |
<div class="container"> | |
<h2>More about me</h2> | |
<p>Taxidermy pinterest vinyl post-ironic, cornhole pabst forage yr freegan. VHS fap bespoke pug trust fund hashtag. Readymade 90's ugh chia, gastropub 8-bit pork belly mlkshk irony gochujang williamsburg keffiyeh banh mi master cleanse. Seitan pabst salvia deep v, +1 portland shabby chic fingerstache actually lo-fi quinoa cliche. Four dollar toast trust fund knausgaard chartreuse lo-fi, vice waistcoat before they sold out hella viral. Fashion axe church-key man braid taxidermy shoreditch cray bicycle rights. Austin bespoke banjo synth beard thundercats.</p> | |
</div><!--close container--> | |
<!-- ============================= --> | |
<!-- All your JavaScript comes now --> | |
<!-- ============================= --> | |
<!-- Bootstrap core JS --> | |
<!-- Can place script tags with JavaScript files here --> | |
</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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/styles.css"> | |
<title>Contact</title> | |
</head> | |
<body> | |
<div class = "nav"><!--nav bar--> | |
<div id ="myname"><!--myname--> | |
<a href="https://uk.linkedin.com/in/christophereatonsec">Christopher W Eaton</a> | |
</div><!--close myname--> | |
<ul> | |
<div id ="thispage"><li><a href ="#">Contact</a></li></div> | |
<li><a href ="about.html">About</a></li> | |
<li><a href ="index.html">Home</a></li> | |
</ul> | |
</div><!--close navigation bar--> | |
<!--attempt at moving jumbotron down without messing up responsive positioning--> | |
<div class = "container"> | |
<div class = "emptyspace"> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="container"> | |
<div class ="space orange"> | |
<h1>I'm working remotely</h1> | |
<h1>but please do get in touch</h1> | |
</div><!--close orange--> | |
</div><!--close container--> | |
</div><!--close jumbotron--> | |
<div class="container"> | |
<div class ="address orange"> | |
<h1>Portland, Mars</h1> | |
<div id ="whywontyoucenter"> | |
<a href= "mailto:[email protected]">[email protected]</a> | |
</div> | |
<p>+1 503 593 4151</p> | |
</div> | |
</div> <!-- /container --> | |
<!-- ============================= --> | |
<!-- All your JavaScript comes now --> | |
<!-- ============================= --> | |
<!-- Bootstrap core JS --> | |
<!-- Can place script tags with JavaScript files here --> | |
</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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/styles.css"> | |
<title>Main</title> | |
</head> | |
<body> | |
<div class = "nav"><!--nav bar--> | |
<ul> | |
<li><a href ="contact.html">Contact</a></li> | |
<li><a href ="about.html">About</a></li> | |
<div id ="thispage"><li><a href ="#">Home</a></li></div> | |
</ul> | |
</div><!--close navigation bar--> | |
<!--attempt at moving jumbotron down without messing up responsive positioning--> | |
<div class = "container"> | |
<div class = "emptyspace"> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="container"> | |
<h1>Christopher Eaton:</h1> | |
<h1>Construction tools developer</h1> | |
<hr> | |
<h2>I develop online training and apps for the building construction sector</h2> | |
</div><!--close container--> | |
</div><!--close jumbotron--> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-4"> | |
<h2>DesignTable</h2> | |
<p>DesignTable is an app that architects, designers and clients use to visually collaborate throughout design and construction projects.</p> | |
<p>Users can express their design ideas and requirements in a new, better way. The app cuts down on design iterations and face to face meetings. DesignTable reduces project time and makes big cost savings for everybody.</p> | |
<ul> | |
<li>My value proposition for my app DesignTable</li> | |
<li>DesignTable landing page</li> | |
<li>Internal team blog</li> | |
</ul> | |
<p><a class="btn btn-default" href="#" role="button">View details »</a></p> | |
</div><!-- /col --> | |
<div class="col-md-4"> | |
<h2>Green Construction Knowhow</h2> | |
<p>Text here</p> | |
<p><a class="btn btn-default" href="#" role="button">View details »</a></p> | |
</div><!-- /col --> | |
<div class="col-md-4"> | |
<h2>Personal Goals</h2> | |
<p>Develop the skillset to develop own entrepreneurial ideas.</p> | |
<p><a class="btn btn-default" href="#" role="button">View details »</a></p> | |
</div><!-- /col --> | |
</div><!-- /row --> | |
</div> <!-- /container --> | |
<!-- ============================= --> | |
<!-- All your JavaScript comes now --> | |
<!-- ============================= --> | |
<!-- Bootstrap core JS --> | |
<!-- Can place script tags with JavaScript files here --> | |
</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
body { | |
background-image: url("../img/nasa3.jpg"); | |
background-size: cover; | |
background-attachment: fixed; | |
} | |
body h1, h2, p, a, ul, li { | |
color: #fff; | |
font-family: Oswald, Times, sans-serif; | |
text-shadow: 1.5px 1.5px #000; | |
-webkit-margin-before: 0; | |
-webkit-margin-after: 0; | |
} | |
.container p { | |
font-size: 20px; | |
padding-top: 10px; | |
} | |
hr { | |
border: transparent; | |
margin-top: 40px; | |
} | |
/*nav bar*/ | |
.nav { | |
top: 0; | |
padding: 0.7em 1em 0.7em 0; | |
position: fixed; | |
width: 100%; | |
background-color: #ff8533; | |
z-index: 1; /*below elements don't scroll over nav bar*/ | |
} | |
.nav ul li { | |
display: inline-block; | |
margin-left: 1em; | |
float: right; | |
border: 2px solid transparent; | |
} | |
.nav a { | |
color: #ffffff; | |
font-weight: 700; | |
padding-left: 0.5em; | |
padding-right: 0.5em; | |
font-size: 1.25em; | |
text-decoration: none; | |
letter-spacing: .05em; | |
text-transform: uppercase; | |
} | |
.nav li:hover { | |
border: 1em; | |
border-style: solid; | |
border-width: 2px; | |
border-radius: 0.25em; | |
border-color: #000 transparent; | |
margin-top: -2px; | |
} | |
#thispage li { | |
border: 1em; | |
border-style: solid; | |
border-width: 2px; | |
border-radius: 0.25em; | |
margin-top:-.05em; | |
} | |
/*my name*/ | |
#myname { | |
float: left; | |
} | |
#myname a { | |
font-size: 20px; | |
transition: font-size 2s ease; | |
-webkit-transition: font-size 2s ease; | |
} | |
#myname a:hover { | |
text-transform: lowercase; | |
font-size: 16px; | |
} | |
/*jumbotron*/ | |
.emptyspace { | |
margin-top: 2em; | |
} | |
.jumbotron { | |
background-color: transparent; | |
color: #fff; | |
} | |
.container h1, .container h2, .container h3, .container a { | |
text-align: center; | |
} | |
/*columns */ | |
.col-md-4 { | |
padding: 0 20px 10px 20px; | |
} | |
.col-md-4 p { | |
font-size: 20px; | |
} | |
.col-md-4 h2{ | |
text-align: left; | |
} | |
.col-md-4 ul { | |
padding-left: 25px; | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.col-md-4 li { | |
padding: 5px 0; | |
font-size: 20px; | |
} | |
.btn-default { | |
margin: 5px 0; | |
text-shadow: none; | |
} | |
.col-md-4 img { | |
width: 100%; | |
} | |
/*contact page*/ | |
.space { | |
margin-top: 4em; | |
margin-bottom: 20px; | |
} | |
.orange h1, .orange a, .orange p { | |
color: #ff8533; | |
} | |
.address h1, .address a, .address p { | |
text-align: center; | |
text-decoration: none; | |
padding-bottom: 2em; | |
} | |
.address a:hover { | |
text-decoration: none; | |
color: #ff8533; | |
} | |
.address p, .address a { | |
font-size: 1.5em; | |
font-weight: 700; | |
letter-spacing: .05em; | |
} | |
#whywontyoucenter { | |
clear: both; | |
width: 100%; | |
margin-bottom: 20px; | |
box-sizing: border-box; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment