Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 2374d70

Browse files
Update frontpage and layout links
1 parent c654259 commit 2374d70

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.content-wrap {
10-
padding:0px;
10+
padding:20px;
1111
}
1212

1313
.button-directory {
@@ -291,4 +291,9 @@ p.member_profile_invalid {
291291

292292
.add-content-margin {
293293
margin-top: 25px;
294+
}
295+
296+
.clear-padding-margin{
297+
padding:0px;
298+
margin:0px;
294299
}

app/views/home/index.html.erb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
============================================= -->
33
<section id="content">
44

5-
<div class="content-wrap">
6-
75
<section id="section-about" class="page-section">
86

97
<div class="container clearfix">
@@ -65,7 +63,7 @@
6563

6664
<div class="col_one_fourth nobottommargin center" data-animate="bounceIn" data-delay="200">
6765
<i class="i-plain i-xlarge divcenter nobottommargin icon-magic"></i>
68-
<div class="counter counter-lined"><span data-from="0" data-to="816" data-refresh-interval="100" data-speed="2500"></span>+</div>
66+
<div class="counter counter-lined"><span data-from="0" data-to="900" data-refresh-interval="100" data-speed="1000"></span>+</div>
6967
<h5>Active Members and Counting</h5>
7068
</div>
7169

@@ -87,6 +85,4 @@
8785

8886
</section>
8987

90-
</div>
91-
9288
</section>

app/views/shared/_footer.html.erb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<div class="widget clearfix" style="margin-bottom: -20px;">
4646

4747
<div class="row">
48-
<!--
48+
4949
<div class="col-md-6 clearfix bottommargin-sm">
50-
<a href="https://www.facebook.com/menadevs/" class="social-icon si-dark si-colored si-facebook nobottommargin" style="margin-right: 10px;" target="_blank">
51-
<i class="icon-facebook"></i>
52-
<i class="icon-facebook"></i>
50+
<a href="https://www.facebook.com/menadevs/" class="social-icon si-dark si-colored si-github nobottommargin" style="margin-right: 10px;" target="_blank">
51+
<i class="icon-github"></i>
52+
<i class="icon-github"></i>
5353
</a>
54-
<a href="https://www.facebook.com/menadevs"><small style="display: block; margin-top: 3px;" target="_blank"><strong>Like us</strong><br>on Facebook</small></a>
54+
<a href="https://www.github.com/menadevs"><small style="display: block; margin-top: 3px;" target="_blank"><strong>Check us</strong><br>on Github</small></a>
5555
</div>
56-
-->
56+
5757
<div class="col-md-6 clearfix bottommargin-sm">
5858
<a href="https://twitter.com/MENAdevs" class="social-icon si-dark si-colored si-twitter nobottommargin" style="margin-right: 10px;" target="_blank">
5959
<i class="icon-twitter"></i>
@@ -86,6 +86,7 @@
8686
target: '_blank') %>
8787
</div>
8888

89+
<!--
8990
<div class="col_half col_last tright">
9091
<div class="fright clearfix">
9192
<a href="https://www.facebook.com/menadevs/" class="social-icon si-small si-borderless si-facebook" target="_blank">
@@ -103,7 +104,7 @@
103104
<i class="icon-github"></i>
104105
</a>
105106
</div>
106-
107+
-->
107108
<div class="clear"></div>
108109
</div>
109110

0 commit comments

Comments
 (0)