Skip to content

Commit

Permalink
Final push
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrombo committed May 6, 2016
1 parent 478f20e commit 9ea9f52
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
6 changes: 6 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ <h2>Our Web Developers</h2>
</g>
</svg>
</section>
<section class="info">
<h2>Bibliography</h2>
<a target="_blank" href="https://docs.google.com/document/d/1SBiJbfEyOJPvEBM_OSImlO4lP9LhTBu3Gli6hJgf4QM/edit?usp=sharing">Click here to be taken to our bibliography</a>
<h2>Work Log</h2>
<a target="_blank" href="https://docs.google.com/spreadsheets/d/1NU61ZDDcW85N9MqoGZ-eUoxlO6Gn-cS6c7-GXHChbaA/edit?usp=sharing">Click here to be taken to our work log</a>
</section>
<script src="js/scripts.js"></script>
</body>

Expand Down
14 changes: 10 additions & 4 deletions stylesheets/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ section {
width: 100vw;
}
p {
font-family: 'Open Sans';
font-family: 'Open Sans', sans-serif;
padding-top: 5vh;
}
h2 {
font-family: 'Raleway';
font-family: 'Raleway', sans-serif;
font-size: 3em;
font-weight: 200;
}
.our-chapter {
background-image: url('../images/building.jpg');
Expand Down Expand Up @@ -62,17 +63,22 @@ svg {
margin-left: 10vw;
}
.bios {
font-family: 'Open Sans';
font-family: 'Open Sans', sans-serif;
text-align: left;
margin-left: 30vw;
}
.bios a {
section a {
color: #FF6F00;
text-decoration: none;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
}

.our-web-design p {
font-size: 1.5em;
text-align: left;
margin-left: 20vw;
}
.info h2 {
padding-top: 25vh;
}
6 changes: 4 additions & 2 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ header {
z-index: 200;
top: 0px;
width: 100vw;
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
box-shadow: 3px 3px 9px rgba(12, 12, 12, 0.4);
}
header ul {
Expand All @@ -61,7 +61,8 @@ header ul {
list-style-type: none;
transition: .2s all;
color: white;
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
header ul li {
display: inline;
Expand All @@ -70,6 +71,7 @@ header h1 {
font-size: 2em;
padding: 2vh 1vw;
color: white;
font-weight: 200;
}
section {
height: 100vh;
Expand Down

0 comments on commit 9ea9f52

Please sign in to comment.