Skip to content

Commit

Permalink
crazy amigos content added
Browse files Browse the repository at this point in the history
  • Loading branch information
sonugopal committed Oct 31, 2017
1 parent a8f6008 commit 4ac0c66
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 51 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ div#screenshot{
text-align: center;
font-size: 2.7em;
text-transform: uppercase;
color: #1F958E;
color: #fff;
font-weight: 600;
margin-bottom:1.2em;
}
Expand Down Expand Up @@ -838,7 +838,7 @@ p.comment-form-author {
font-size: 2.4em;
}
#feature {
background: #2ABF5E;
background: #1F958E;
padding: 2.5em 0 0em 0em;
}
#feature h3 {
Expand Down Expand Up @@ -982,7 +982,7 @@ p.comment-form-author {
margin: 3% 0%;
}
div#screenhot {
background: #2ABF5E;
background: #1F958E;
padding: 2em 0 3em 0;
}
.Demo-text {
Expand Down Expand Up @@ -1599,4 +1599,52 @@ p.comment-form-author {
size: 2.7em;
font-weight: 600;
}
.ca-head h3{
font-size: 2.1em;
font-weight: 600;
color: #1F958E;
}
.ca-logo img{
margin-top: -79px;
}
.ca-logo h4{
font-size: 2.6em;
font-weight: 600;
color: #888888;
margin-top: -175px;

}
.ca-content p{
color: #888888;
font-size: 1.3em;
margin: 0.7em auto;
line-height: 1.8em;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
width: 100%;
/*margin-top:-170px;*/

}
.read-more{
width: 33%;
margin-bottom: 15px;
}
@media only screen and (max-width : 480px){
.ca-content p{
/*margin-top:-100px;*/
font-size: 17px;
}
.ca-logo h4{
font-size: 1.6em;
font-weight: 600;
color: #888888;
margin-top: -96px;
}
.read-more{
width: 38%;
}
}
.slider{
background: #1F958E;
}

12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,19 @@ <h3>Reviews</h3>
<div class="CA">
<div class="container">
<div class="ca-head text-center">

<h3>CRAZY AMIGOS</h3>
</div>
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 col-xs-12">
<div class="ca-logo">
<img src="images/ca-logo.png" class="img-responsive">
<h4>"Finding Empty Space"</h4>
</div>
<div class="ca-content">
<p>Yeng is the brainchild of Crazy Amigos, a team of tech professionals, students and aficionados with the mission to make the world a better place by driving the youth to excellence. Be part of Crazy Amigos to get motivated by our amigos and explore open source in all it's beauty...</p>
</div>
<a class="review-btn read-more" href="http://crazyamigos.io">READ MORE</a>
</div>

</div>
</div>
Expand Down

0 comments on commit 4ac0c66

Please sign in to comment.