Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor tweaks and formatting to index, contact, about pages
  • Loading branch information
N1bbler committed Jan 9, 2016
1 parent ae4b621 commit f960337
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion about.html
Expand Up @@ -25,7 +25,7 @@

<!-- web fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400' rel='stylesheet' type='text/css'>
<!--core site styles-->
<!--core site styles-->
<link href="css/ccc.css" rel="stylesheet">
</head>

Expand Down
2 changes: 1 addition & 1 deletion contact.html
Expand Up @@ -60,7 +60,7 @@
</div>
<!-- contact -->
<div id="contact">
<div class="container" id="c-content">
<div class="container c-marketing" id="c-content">
<!--Marketing: event types-->
<div class="row">
<div class="col-sm-4 charteragent">
Expand Down
21 changes: 19 additions & 2 deletions css/ccc.css
Expand Up @@ -314,6 +314,7 @@ a.accordion-link
/*border-radius: 10px;*/
font-family: 'Montserrat', sans-serif;
}

/* About us banner img */
#about
{
Expand Down Expand Up @@ -467,7 +468,7 @@ video
.navbar-header {
float:none;
}
.navbar-brand
.navbar-brand
{
font-size: 4rem;
transition: all 0.5s ease;
Expand All @@ -483,6 +484,18 @@ video
font-size: 4rem;
transition: all 0.5s ease;
}
.navbar-default .navbar-nav>li>a
{
font-size: 4rem;
line-height: 3rem;
transition: all 0.5s ease;
}
.navbar-default .navbar-nav>li>a:hover
{
font-size: 5rem;
line-height: 3rem;
transition: all 0.5s ease;
}
.ccc-font
{
text-align: center;
Expand All @@ -496,6 +509,11 @@ video
{
font-size: 8rem;
}
.charteragent,
.office
{
margin-bottom: 20px;
}
}
@media (max-width: 640px) {
iframe
Expand All @@ -522,7 +540,6 @@ video
}
}
@media (max-width: 375px) {

.navbar-brand
{
font-size: 3rem;
Expand Down
7 changes: 1 addition & 6 deletions index.html
Expand Up @@ -79,12 +79,7 @@
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="item active ad1">
<!--<div class="carousel-caption">
<h4>First Thumbnail label</h4>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
</div>-->
</div>
<div class="item active ad1"></div>
<div class="item ad2"></div>
<div class="item ad3"></div>
<div class="item ad4"></div>
Expand Down

0 comments on commit f960337

Please sign in to comment.