Skip to content

Commit

Permalink
Modified parallax template colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Jan 7, 2015
1 parent ebc4733 commit 73a41f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion templates/parallax-template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ p {
line-height: 2rem;
}


.button-collapse {
color: #26a69a;
}

.parallax-container {
min-height: 380px;
Expand Down
10 changes: 5 additions & 5 deletions templates/parallax-template/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h5 class="header col s12 light">A modern responsive front-end framework based o
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center orange-text"><i class="mdi-image-flash-on"></i></h2>
<h2 class="center brown-text"><i class="mdi-image-flash-on"></i></h2>
<h5 class="center">Speeds up development</h5>

<p class="light">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.</p>
Expand All @@ -55,7 +55,7 @@ <h5 class="center">Speeds up development</h5>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center orange-text"><i class="mdi-social-group"></i></h2>
<h2 class="center brown-text"><i class="mdi-social-group"></i></h2>
<h5 class="center">User Experience Focused</h5>

<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.</p>
Expand All @@ -64,7 +64,7 @@ <h5 class="center">User Experience Focused</h5>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center orange-text"><i class="mdi-action-settings"></i></h2>
<h2 class="center brown-text"><i class="mdi-action-settings"></i></h2>
<h5 class="center">Easy to work with</h5>

<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.</p>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h5 class="header col s12 light">A modern responsive front-end framework based o

<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send orange-text"></i></h3>
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Contact Us</h4>
<p class="left-align light">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam scelerisque id nunc nec volutpat. Etiam pellentesque tristique arcu, non consequat magna fermentum ac. Cras ut ultricies eros. Maecenas eros justo, ullamcorper a sapien id, viverra ultrices eros. Morbi sem neque, posuere et pretium eget, bibendum sollicitudin lacus. Aliquam eleifend sollicitudin diam, eu mattis nisl maximus sed. Nulla imperdiet semper molestie. Morbi massa odio, condimentum sed ipsum ac, gravida ultrices erat. Nullam eget dignissim mauris, non tristique erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>
</div>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="orange-text lighten-3" href="http://materializecss.com">Materialize</a>
Made by <a class="brown-text" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 73a41f5

Please sign in to comment.