Skip to content

Commit

Permalink
initial css update volny#2
Browse files Browse the repository at this point in the history
  • Loading branch information
chunjy92 committed Feb 9, 2017
1 parent 88c122d commit 8be397d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
31 changes: 12 additions & 19 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,18 @@ <h2 class="section-heading">Contact Us!</h2>
<hr class="primary">
<p>Send us an email if you have any questions!</p>
</div>
<!--<div class="col-lg-2 col-lg-offset-2 text-center">-->
<!--<a href="https://twitter.com/{{ site.twitter_username }}">-->
<!--<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>-->
<!--<p>{{ site.twitter_username }}</p>-->
<!--</a>-->
<!--</div>-->
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
</div>
</div>

</div>
</section>
3 changes: 2 additions & 1 deletion _includes/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">About Us</h2>
<hr class="light">
<p class="text-faded">Sponsored by the KSEA YG Chapter at Emory University, Emory K. Dev team bring together engineering talents to create fun and practical stuff.</p>
<p class="text-faded">Sponsored by the KSEA YG Chapter at Emory University, </p>
<p class="text-faded">Emory K. Dev team brings together liberal-arts-minded software engineering talents to create fun and practical stuff.</p>
<!--<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>-->
<!--<a href="#" class="btn btn-default btn-xl">Get Started!</a>-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ header {
min-height: auto;
@include background-cover;
background-position: center;
background-image: url('../img/header.jpg');
background-image: url('../img/emory_header.jpg');
text-align: center;
color: white;
.header-content {
Expand Down
2 changes: 1 addition & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// }

// variables.less
$theme-primary: #F05F40;
$theme-primary: #8CABEC;
$theme-dark: #222;

// Import partials from `sass_dir` (defaults to `_sass`)
Expand Down

0 comments on commit 8be397d

Please sign in to comment.