Skip to content

Commit

Permalink
Merge pull request #43 from WikiJourney/dev
Browse files Browse the repository at this point in the history
Small modifications
  • Loading branch information
sylvainar committed Feb 27, 2016
2 parents a3bac97 + 6193606 commit 6f752ed
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 9 deletions.
4 changes: 4 additions & 0 deletions about.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<h2><?php echo _TEAM_TITLE; ?></h2>
<p><a href="team.php"><?php echo _TEAM_WHO_R_WE; ?></a></p>

<h2>Copyrights</h2>

<p>Photo by <a href="https://www.flickr.com/photos/hailemichaelfiseha/6956440746">Fiseha Hailemichael</a><br/>
All trademarks and logos are the property of their respective owners.</p>
<?php
include("./include/bas.php");
?>
7 changes: 5 additions & 2 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
?>
<script type="text/javascript">
<!--
// document.location.href = "index.php";
document.location.href = document.referrer;
if (document.referrer.indexOf('action.php') === -1) {
document.location.href = document.referrer;
} else {
document.location.href = 'index.php';
}
-->
</script>
Binary file added images/design/lille.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/design/nord_tourisme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/design/wikimedia_france_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion include/bas.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

</tr>
<tr>
<td><?php echo _NO_PARTNERS_LOL; ?></td>
<td>
<a target="_blank" href="http://www.wikimedia.fr/"><img src="./images/design/wikimedia_france_logo.png" title="Wikimedia France" alt="Wikimedia France"/></a>
<!--<a target="_blank" href="http://www.tourisme-nord.fr/"><img src="./images/design/nord_tourisme.png" title="Nord Tourisme" alt="Nord Tourisme"/></a>-->

</td>
<td>
<a target="_blank" href="https://www.facebook.com/WikiJourney"><img src="./images/design/fb.png" alt="Facebook" title="Facebook" /></a>
<a target="_blank" href="https://twitter.com/WikiJourney"><img src="./images/design/twitter.png" alt="Twitter" title="Twitter" /></a>
Expand Down
2 changes: 1 addition & 1 deletion include/haut.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
document.getElementById("lien_" + "<?php echo $nomPage; ?>").style.cssText = "background-color: rgb(137,160,173);";
</script>

</div>
</div>
<?php
if($nomPage == 'index.php')
{
Expand Down
2 changes: 1 addition & 1 deletion lg/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define("_BLOG", "Blog");

//===> Bottom
define("_OUR_PARTNERS", "Our partners");
define("_OUR_PARTNERS", "Partners");
define("_NO_PARTNERS_LOL", "No partners for the moment. If interested in a partnership, contact us!");
define("_FOLLOW_US", "Follow us!");

Expand Down
2 changes: 1 addition & 1 deletion lg/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define("_BLOG", "Blog");

//===> Bottom
define("_OUR_PARTNERS", "Nos partenaires");
define("_OUR_PARTNERS", "En collaboration avec :");
define("_NO_PARTNERS_LOL", "Pas de partenaires pour l'instant. Un partenariat vous intéresse ? Contactez nous !");
define("_FOLLOW_US", "Suivez le projet !");

Expand Down
9 changes: 6 additions & 3 deletions style/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ margin: auto;

#banniere {
background-color:white;
max-width: 1651px;
max-width: 1502px;
margin: 0 auto;
background-image: url("../images/design/new_york.jpg");
height: 238px;
background-image: url("../images/design/lille.jpg");
height: 300px;
border-bottom: 1px solid black;
font-size: 32px;
color: black;
Expand Down Expand Up @@ -103,8 +103,10 @@ text-align: center;
}

#logoban{
margin: 20px;
margin-left: 100px;
height: 180px;
margin-bottom: 42px;
}

/* ===> Menu <===*/
Expand All @@ -119,6 +121,7 @@ text-align: center;
opacity: 0.9;
height: 40px;
width: 1002px;

}

/* => Cells */
Expand Down

0 comments on commit 6f752ed

Please sign in to comment.