Skip to content

Commit

Permalink
style and page about
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericksilva committed May 31, 2016
1 parent 3d1c31d commit 6500c35
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
Binary file added wikilegis/static/img/logo-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions wikilegis/static/js/owl.carousel.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions wikilegis/static/sass/components/_star.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@
font-weight: 400;
text-align: right;
}

.priorizar p {
margin-right: 170px;
}

1 change: 1 addition & 0 deletions wikilegis/static/sass/materialize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
//@import "components/materialbox";
@import "components/form";
@import "components/star";
@import "components/carousel";
//@import "components/table_of_contents";
//@import "components/sideNav";
//@import "components/preloader";
Expand Down
15 changes: 12 additions & 3 deletions wikilegis/static/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ $countcolor: rgb(185,102,53);

$unnamedcolor: #28D27A;

$graytransparent: rgba(197, 197, 197, 0.7);

.material-icons.md-36 {
font-size: 36px;
}
Expand Down Expand Up @@ -53,12 +55,16 @@ body {
}

.row.main {
background-color: $lightgray;
background-color: #fff;
min-height: 100vh;
padding-top: 20px;
margin-bottom: -20px;
}

.testimonials .container p {
text-align: center;
}

.wiki-navbar {
position: absolute;
display: block;
Expand Down Expand Up @@ -277,6 +283,10 @@ strong {
h2.title {
font-weight: bold;
color: lighten(black, 25%);

&.--planodiretor{
color: #fff;
}
}
ul.filter {
float: right;
Expand Down Expand Up @@ -305,8 +315,7 @@ strong {
display: inline-block
}
}
background-color: $lightgray;
background-image: url(static("img/etpat.png"));
background-color: $graytransparent;
min-height: 100vh;
margin-bottom: -20px;
padding-top: $nav-height;
Expand Down
7 changes: 3 additions & 4 deletions wikilegis/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ <h5>{% trans "About Plano Diretor" %}</h5>
</div>
<div class="col m6">
<h5>&nbsp</h5>
<p>{% trans "Visit us on Trello, Github and in our page to propose new features or to report bugs. If you have programming skills, you can also collaborate to the development of Wikilegis. " %}</p>
<p>{% trans "Visit us on Trello, Github and in our page to propose new features or to report bugs. If you have programming skills, you can also collaborate to the development of Wikilegis." %}</p>
<div class="buttonsShareProjetc">
<iframe src="https://ghbtns.com/github-btn.html?user=labhackercd&repo=wikilegis&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>
<a href="https://trello.com/b/b4hyvcH2" target="_blank"><img src="{% static "img/trello-icon.png" %}" height="22" width="77" /></a>
<a href="http://labhackercd.net/" target="_blank"><img width="110" src="{% static "img/labhacker.png" %}" /></a>
<iframe src="https://ghbtns.com/github-btn.html?user=lab-rio&repo=minuta&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>
<a href="http://lab.rio/" target="_blank"><img width="110" src="{% static "img/labrio.png" %}" /></a>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">&nbsp;<img alt="Licença Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
</div>
</div>
Expand Down

0 comments on commit 6500c35

Please sign in to comment.