Skip to content

Commit

Permalink
Added Drupal to project list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Serban committed Mar 2, 2014
1 parent 7c98448 commit 4d144f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 2 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@ a {
padding-top: 7px;
padding-bottom: 7px; } }
.wrapper #menu_wrapper ul li a:hover, .wrapper #menu_wrapper ul li a.highlight {
background-color: #69b373;
background-color: #4444ff;
background-image: url("../images/arrow-hover.png"), url("../images/blue-gradient.png");
background-repeat: no-repeat, repeat-x;
background-position: right center, left bottom;
color: white;
border-top-color: #69b373; }
.wrapper #menu_wrapper ul li a:active {
background-color: #69b373;
background-color: #4444ff;
background-image: url("../images/arrow-hover.png"), url("../images/blue-gradient.png");
background-repeat: no-repeat, repeat-x;
background-position: right center, left top; }
Expand Down
8 changes: 2 additions & 6 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta property="og:site_name" content="Upstream Challenge">
<meta property="og:title" content="Upstream Challenge">
<meta property="og:description" content="Upstream Challenge este un concurs dedicat studenților pentru a încuraja contribuțiile în upstream la proiecte Open Source și pentru a promova și crește vizibilitatea acestora">
<meta property="og:description" content="Upstream Challenge is a contest for students, aiming to encourage - and raise awareness of - their contributions to Open Source projects">
<meta property="og:type" content="website">
<meta property="og:url" content="http://uc.rosedu.org/">
<meta property="og:image" content="http://www.rosedu.org/resources/promo/uc_promo_banner.png">
Expand Down Expand Up @@ -152,6 +152,7 @@ <h3>Suggested Projects</h3>
<tr><td><a href="http://xmonad.org/" target="_blank"><strong>Xmonad</strong></a></td></tr>
<tr><td><a href="https://github.com/yesodweb/yesod" target="_blank"><strong>Yesod</strong></a></td></tr>
<tr><td><a href="http://jekyllrb.com/" target="_blank"><strong>Jekyll</strong></a></td></tr>
<tr><td><a href="https://drupal.org/contribute/development" target="_blank"><strong>Drupal</strong></a></td></tr>
<tr><td><a href="http://wordpress.org/" target="_blank"><strong>Wordpress</strong></a></td></tr>
<tr><td><a href="https://rvm.io/" target="_blank"><strong>RVM</strong></a></td></tr>
<tr><td><a href="http://puma.io/" target="_blank"><strong>Puma</strong></a></td></tr>
Expand Down Expand Up @@ -345,11 +346,6 @@ <h3 id="participant_full_name"></h3>
</table>
</div> <!-- id="participant_content" -->

<!--
<br>
<h3>Sponsors</h3>
<img class="mozilla_logo" src="">
-->
<h3>&nbsp;</h3>

<p class="extra_buttons" id="tap_target_acasa">
Expand Down
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ <h3>Proiecte</h3>
<tr><td><a href="http://xmonad.org/" target="_blank"><strong>Xmonad</strong></a></td></tr>
<tr><td><a href="https://github.com/yesodweb/yesod" target="_blank"><strong>Yesod</strong></a></td></tr>
<tr><td><a href="http://jekyllrb.com/" target="_blank"><strong>Jekyll</strong></a></td></tr>
<tr><td><a href="https://drupal.org/contribute/development" target="_blank"><strong>Drupal</strong></a></td></tr>
<tr><td><a href="http://wordpress.org/" target="_blank"><strong>Wordpress</strong></a></td></tr>
<tr><td><a href="https://rvm.io/" target="_blank"><strong>RVM</strong></a></td></tr>
<tr><td><a href="http://puma.io/" target="_blank"><strong>Puma</strong></a></td></tr>
Expand Down Expand Up @@ -350,11 +351,6 @@ <h3 id="participant_full_name"></h3>
</table>
</div> <!-- id="participant_content" -->

<!--
<br>
<h3>Sponsori</h3>
<img class="mozilla_logo" src="">
-->
<h3>&nbsp;</h3>

<p class="extra_buttons" id="tap_target_acasa">
Expand Down

0 comments on commit 4d144f4

Please sign in to comment.