diff options
Diffstat (limited to 'site/github/index.php')
-rw-r--r-- | site/github/index.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/site/github/index.php b/site/github/index.php index e3fddb3..55aaea6 100644 --- a/site/github/index.php +++ b/site/github/index.php @@ -34,9 +34,9 @@ <body> - <div class="contain"> + <div class="c"> - <div id="libreboot" class="section intro"> + <div id="libreboot" class="s"> <h1><?php echo gettext("Please do not use GitHub!"); ?></h1> @@ -54,7 +54,7 @@ </div> - <div class="section"> + <div class="s"> <h2><?php echo gettext("What's wrong with GitHub?"); ?></h2> <ul> <li> @@ -102,7 +102,7 @@ include_once "../common/snippets/where-share.php"; ?> - <div class="section"> + <div class="s"> <p> [<a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>] @@ -121,7 +121,7 @@ </div> - <div class="section"> + <div class="s"> <p> <?php echo gettext("This text on this page was adapted from <a href=\"http://librecmc.org/librecmc/wiki?name=github\">http://librecmc.org/librecmc/wiki?name=github</a>, licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a> like the original."); ?> @@ -129,13 +129,9 @@ </div> - <div class="section footer"> - <?php include "../footer.php"; ?> - - </div> </div> |