|
- <!DOCTYPE html>
- <html lang="en-us">
-
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>GNU social - a free social networking platform</title>
- <link href="/v2/assets/css/common.css" rel="stylesheet" media="screen and (min-width: 1750px)">
- <link href="/v2/assets/css/mid.css" rel="stylesheet" media="screen and (max-width: 1750px)">
- <link href="/v2/assets/css/smol.css" rel="stylesheet" media="screen and (max-width: 1225px)">
- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&family=Open+Sans&display=swap" rel="stylesheet">
- </head>
-
- <body>
- <div class="container">
- <nav class="social">
- <ul>
- <li>
- <a href="#" class="hover-effect">
- <h1 style="display: inline;margin-right: 5px;"><img src="/v2/assets/imgs/logo.png" height="25em" style="margin-right: 10px;">GNU social</h1>
- <h5 style="display: inline;">▼</h5>
- </a>
- <ul>
- <li><a href="/v2/index.html">About</a></li>
- <li><a href="/v2/news.html">News</a></li>
- <li><a href="https://notabug.org/diogo/gnu-social/src/nightly/DOCUMENTATION/DEVELOPERS">Documentation</a></li>
- <li><a href="https://notabug.org/diogo/gnu-social">Development</a></li>
- </ul>
- </li>
- </ul>
- </nav>
-
- <div class="center">
- <h3 class="emphasis">_The <a href="">free/libre</a> software social networking platform</h2>
- <section id="btns" class="aligncenter">
- <div class="buttons">
- <a href="https://notabug.org/diogo/gnu-social/src/nightly/INSTALL.md">
- <button class="btn-1">INSTALL</button>
- </a>
- <a href="/v2/join.html">
- <button class="btn-1">JOIN</button>
- </a>
- </div>
- </section>
- </div>
-
- <nav class="gnu">
- <ul>
- <li>
- <a href="#">
- <h1 style="display: inline;margin-right: 5px;">_GNU</h1>
- <h5 style="display: inline;">▼</h5>
- </a>
- <ul>
- <li><a href="https://gnu.org/gnu/gnu.html">About</a></li>
- <li><a href="https://gnu.org/philosophy/philosophy.html">Philosophy</a></li>
- <li><a href="https://gnu.org/licenses/licenses.html">Licenses</a></li>
- <li><a href="https://gnu.org/education/education.html">Education</a></li>
- <li><a href="https://gnu.org/software/software.html">Software</a></li>
- <li><a href="https://gnu.org/doc/doc.html">Documentation</a></li>
- <li><a href="https://gnu.org/help/help.html">Help GNU</a></li>
- <li><a href="https://www.fsf.org/associate/support_freedom"><b>JOIN THE FSF</b></a></li>
- </ul>
- </li>
- </ul>
- </nav>
-
- <div class="md">
- <h1>GNU social will be on GSoC this summer of 2020!</h1>
-
- <p>GNU social is happy to announce that will be participating as a hosting project in Google Summer of Code for the third time in a row!</p>
-
- <h2>End of GSoC student application period (--03-31)</h2>
-
- <p>Students who haven't finished their proof of competence are allowed to further work until --04-10. After that we won't consider any further work in the assessment process. Results will be announced in --05-04.</p>
-
- </div>
-
-
- <div id="footer">
- <h6>Design by <a href="https://loadaverage.org/portableskelly">Eliseu Amaro</a>.
- <br>
- Copyright 2010-2019 <a href="https://fsf.org/">Free Software Foundation</a>, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
- <br>
- This website is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0">CC-BY-SA</a> License.
- </h6>
- </div>
- </div>
- </body>
- </html>
|