Skip to content

Commit

Permalink
add colors from the template page and change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
helfi92 committed Mar 6, 2016
1 parent a8ffeb5 commit 05a430c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ $(document).ready(function(){
$(this).parent().addClass("active");
});


});
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
</section>

<!-- intro -->
<section class="container">

<section class="container color1 custom-shadow">
<div style="" class="text-center">
<h3>Welcome to My Site</h3>
</div>
Expand All @@ -64,7 +63,7 @@ <h3>Welcome to My Site</h3>
</section>

<!-- about me -->
<section id="about" class="container">
<section id="about" class="container color2 custom-shadow">
<div class="text-center">
<h3>About Me</h3>
</div>
Expand All @@ -88,7 +87,7 @@ <h3>About Me</h3>
</section>

<!-- projects -->
<section id="projects" class="container" style="">
<section id="projects" class="container color3 custom-shadow" style="">
<div class="text-center">
<h3>Projects</h3>
</div>
Expand Down Expand Up @@ -127,7 +126,7 @@ <h3>Projects</h3>
</section>

<!-- Socialize -->
<section id="social" class="container">
<section id="social" class="container color4 custom-shadow">
<div class="text-center">
<h3>Let's Socialize</h3>
</div>
Expand All @@ -145,7 +144,7 @@ <h3>Let's Socialize</h3>
</section>

<!-- contact -->
<section id="contact" class="container text-center">
<section id="contact" class="container text-center color5 custom-shadow">
<div>
<h3>Contact</h3>
</div>
Expand Down

0 comments on commit 05a430c

Please sign in to comment.