Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 1e7bd64

Browse files
committed
changed the menu
1 parent 53f2901 commit 1e7bd64

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

inc/css/aqua.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#header,
88
#image,
99
#video,
10-
#newsletter {
10+
#newsletter,
11+
#contact{
1112
background-color: #019fb9;
1213
}
1314
#social {

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
<li class="spacer-25px"></li>
5151
<li><a href="#header"><i class="fa fa-home fa-lg"></i> Home</a></li>
5252
<li><a href="#feature"><i class="fa fa-bicycle fa-lg"></i> Features</a></li>
53-
<li><a href="#image"><i class="fa fa-file-image-o fa-lg"></i> Image Block</a></li>
54-
<li><a href="#about"><i class="fa fa-users fa-lg"></i> About</a></li>
55-
<li><a href="#video"><i class="fa fa-youtube-play fa-lg"></i> Video Block</a></li>
56-
<li><a href="#testimonial"><i class="fa fa-weixin fa-lg"></i> Testimonials</a></li>
53+
<!-- <li><a href="#image"><i class="fa fa-file-image-o fa-lg"></i> Image Block</a></li> -->
54+
<li><a href="#about"><i class="fa fa-users fa-lg"></i> Team</a></li>
55+
<!-- <li><a href="#video"><i class="fa fa-youtube-play fa-lg"></i> Video Block</a></li> -->
56+
<!-- <li><a href="#testimonial"><i class="fa fa-weixin fa-lg"></i> Testimonials</a></li> -->
5757
<li><a href="#screenshots"><i class="fa fa-slideshare fa-lg"></i> Gallery</a></li>
58-
<li><a href="#newsletter"><i class="fa fa-rocket fa-lg"></i> Subscribe</a></li>
58+
<li><a href="#contact"><i class="fa fa-rocket fa-lg"></i> Contact</a></li>
5959
</ul>
6060
</div>
6161
<!-- End side menu -->
@@ -568,7 +568,7 @@ <h2 class="text-center">Screenshots</h2>
568568
<!-- end social -->
569569

570570
<!-- Neswsletter -->
571-
<section id="newsletter" class="container-fluid text-white">
571+
<section id="contact" class="container-fluid text-white">
572572
<div class="container">
573573
<div class="row clearfix">
574574
<div class="col-md-12 column text-center p_title">

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body {
2323
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
2424
font-weight: 300;
2525
}
26-
#header, #feature, #about, #testimonial, #screenshots, #portfolio, #image, #video, #newsletter, #download, #social {
26+
#header, #feature, #about, #testimonial, #screenshots, #portfolio, #image, #video, #contact, #download, #social {
2727
font-family: 'Raleway', sans-serif;
2828
}
2929
.p_title {
@@ -52,7 +52,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
5252
margin: 40px auto 0 auto;
5353
border-radius: 50%;
5454
}
55-
#image, #video, #newsletter {
55+
#image, #video, #contact {
5656
padding-top: 100px;
5757
}
5858
.staff img {

0 commit comments

Comments
 (0)