Use title "a decentralized social network" as decided during Hackathon 2019
This commit is contained in:
fabrixxm 2019-11-05 08:47:52 +00:00
parent 8177714ec2
commit 96cdf00a49
1 changed files with 179 additions and 179 deletions

View File

@ -1,179 +1,179 @@
<?php get_header("home"); ?> <?php get_header("home"); ?>
<!-- One --> <!-- One -->
<section id="one" class="wrapper"> <section id="one" class="wrapper">
<div class="inner"> <div class="inner">
<div class="flex flex-3"> <div class="flex flex-3">
<article> <article>
<header> <header>
<h3>Decentralization</h3> <h3>Decentralization</h3>
</header> </header>
<p>Decentralized architecture with no central authority or ownership.</p> <p>Decentralized architecture with no central authority or ownership.</p>
<p>Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites.</p> <p>Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites.</p>
<p>Seamless wall-to-wall posts and remote comments, even across different network nodes.</p> <p>Seamless wall-to-wall posts and remote comments, even across different network nodes.</p>
</article> </article>
<article> <article>
<header> <header>
<h3>Privacy</h3> <h3>Privacy</h3>
</header> </header>
<p>Access lists for every item.</p> <p>Access lists for every item.</p>
<p>Private conversation groups &mdash; on these pages all communications are restricted to group members.</p> <p>Private conversation groups &mdash; on these pages all communications are restricted to group members.</p>
<p>One-to-one private messaging on supported protocols.</p> <p>One-to-one private messaging on supported protocols.</p>
<p>Optionally "expire" old content after a certain period of time.</p> <p>Optionally "expire" old content after a certain period of time.</p>
<p>Download your personal data. It all belongs to you.</p> <p>Download your personal data. It all belongs to you.</p>
</article> </article>
<article> <article>
<header> <header>
<h3>Interoperability</h3> <h3>Interoperability</h3>
</header> </header>
<p>Built-in support for ActivityPub (e.g. Funkwhale, Hubzilla, Mastodon, Pleroma, Pixelfed), OStatus (e.g. StatusNet, GNU social, Quitter) and diaspora* protocols.</p> <p>Built-in support for ActivityPub (e.g. Funkwhale, Hubzilla, Mastodon, Pleroma, Pixelfed), OStatus (e.g. StatusNet, GNU social, Quitter) and diaspora* protocols.</p>
<p>Support for email contacts and communications (two-way) via IMAP4rev1/ESMTP.</p> <p>Support for email contacts and communications (two-way) via IMAP4rev1/ESMTP.</p>
<p>Import arbitrary websites and blogs into your social stream via RSS/Atom feeds.</p> <p>Import arbitrary websites and blogs into your social stream via RSS/Atom feeds.</p>
<p>Support for other services via plugins.</p> <p>Support for other services via plugins.</p>
</article> </article>
</div> </div>
</div> </div>
</section> </section>
<!-- Two --> <!-- Two -->
<section id="two" class="wrapper style1 special"> <section id="two" class="wrapper style1 special">
<div class="inner"> <div class="inner">
<header> <header>
<h2>A personal social network</h2> <h2>A decentralized social network</h2>
<p>Keep in contact with people you care about.</p> <p>Keep in contact with people you care about.</p>
</header> </header>
<div class="flex flex-4"> <div class="flex flex-4">
<div class="box person"> <div class="box person">
<div class="image round"> <div class="image round">
<i class="fa fa-file-text" aria-hidden="true"></i> <i class="fa fa-file-text" aria-hidden="true"></i>
</div> </div>
<h3>Posts</h3> <h3>Posts</h3>
<p>Write your thoughts, edit them if you want. Comment, Like and Dislike posts from your contacts.</p> <p>Write your thoughts, edit them if you want. Comment, Like and Dislike posts from your contacts.</p>
</div> </div>
<div class="box person"> <div class="box person">
<div class="image round"> <div class="image round">
<i class="fa fa-picture-o" aria-hidden="true"></i> <i class="fa fa-picture-o" aria-hidden="true"></i>
</div> </div>
<h3>Photos</h3> <h3>Photos</h3>
<p>Share your holiday photos, but only with people you want.</p> <p>Share your holiday photos, but only with people you want.</p>
</div> </div>
<div class="box person"> <div class="box person">
<div class="image round"> <div class="image round">
<i class="fa fa-calendar" aria-hidden="true"></i> <i class="fa fa-calendar" aria-hidden="true"></i>
</div> </div>
<h3>Events</h3> <h3>Events</h3>
<p>Organize the next meeting of your reading group, or let everybody know about your cool party!</p> <p>Organize the next meeting of your reading group, or let everybody know about your cool party!</p>
</div> </div>
<div class="box person"> <div class="box person">
<div class="image round"> <div class="image round">
<i class="fa fa-users" aria-hidden="true"></i> <i class="fa fa-users" aria-hidden="true"></i>
</div> </div>
<h3>Profiles</h3> <h3>Profiles</h3>
<p>Like in real life, have a public profile and private aspects only for your closest friends. Or keep everything private!</p> <p>Like in real life, have a public profile and private aspects only for your closest friends. Or keep everything private!</p>
</div> </div>
</div> </div>
<footer> <footer>
<a href="/features/" class="button">More features</a> <a href="/screenshots/" class="button">Screenshots</a> <a href="/features/" class="button">More features</a> <a href="/screenshots/" class="button">Screenshots</a>
</footer> </footer>
</div> </div>
</section> </section>
<!-- Three --> <!-- Three -->
<section id="three" class="wrapper special"> <section id="three" class="wrapper special">
<div class="inner"> <div class="inner">
<header class="align-center"> <header class="align-center">
<h2>Free software &mdash; Free protocols</h2> <h2>Free software &mdash; Free protocols</h2>
<p>Friendica is free software and use free protocols.</p> <p>Friendica is free software and use free protocols.</p>
</header> </header>
<div class="flex flex-2"> <div class="flex flex-2">
<article> <article>
<div class="image fit"> <div class="image fit">
<img src="<?php echo get_template_directory_uri(); ?>/images/pic2.png" alt="Stack"> <img src="<?php echo get_template_directory_uri(); ?>/images/pic2.png" alt="Stack">
</div> </div>
<header> <header>
<h3>PHP &amp; MySQL</h3> <h3>PHP &amp; MySQL</h3>
</header> </header>
<p>Run your personal Friendica node on shared hosts.</p> <p>Run your personal Friendica node on shared hosts.</p>
<p>Friendica runs on PHP with MySQL as a database. If you can run WordPress, you can run Friendica.</p> <p>Friendica runs on PHP with MySQL as a database. If you can run WordPress, you can run Friendica.</p>
<footer> <footer>
<a href="/requirements/" class="button special">More</a> <a href="/requirements/" class="button special">More</a>
</footer> </footer>
</article> </article>
<article> <article>
<div class="image fit"> <div class="image fit">
<img src="<?php echo get_template_directory_uri(); ?>/images/pic1.png" alt="Plugin"> <img src="<?php echo get_template_directory_uri(); ?>/images/pic1.png" alt="Plugin">
</div> </div>
<header> <header>
<h3>Extensible</h3> <h3>Extensible</h3>
</header> </header>
<p>Extensible via third-party plugins and themes.</p> <p>Extensible via third-party plugins and themes.</p>
<p>Add functionality, personalize the look and feel, connect to third-party services.</p> <p>Add functionality, personalize the look and feel, connect to third-party services.</p>
<footer> <footer>
<a href="https://github.com/friendica/friendica-addons" class="button special">More</a> <a href="https://github.com/friendica/friendica-addons" class="button special">More</a>
</footer> </footer>
</article> </article>
</div> </div>
</div> </div>
</section> </section>
<hr> <hr>
<!-- Four --> <!-- Four -->
<?php <?php
$args = array( $args = array(
'post_type' => "post" 'post_type' => "post"
); );
$the_query = new WP_Query( $args ); $the_query = new WP_Query( $args );
?> ?>
<section id="four" class="wrapper special"> <section id="four" class="wrapper special">
<div class="inner"> <div class="inner">
<header class="align-center"> <header class="align-center">
<h2>Last News</h2> <h2>Last News</h2>
</header> </header>
<div class="row"> <div class="row">
<!-- article 1 --> <!-- article 1 -->
<?php <?php
if ($the_query->have_posts()) { if ($the_query->have_posts()) {
$the_query->the_post(); $the_query->the_post();
get_template_part( 'entry', 'home' ); get_template_part( 'entry', 'home' );
} }
?> ?>
<div class="6u 12u$(medium)"> <div class="6u 12u$(medium)">
<!-- article 2-5 --> <!-- article 2-5 -->
<div class="row"> <div class="row">
<?php <?php
if ($the_query->have_posts()) { if ($the_query->have_posts()) {
$the_query->the_post(); $the_query->the_post();
get_template_part( 'entry', 'home' ); get_template_part( 'entry', 'home' );
} }
?> ?>
<?php <?php
if ($the_query->have_posts()) { if ($the_query->have_posts()) {
$the_query->the_post(); $the_query->the_post();
get_template_part( 'entry', 'home' ); get_template_part( 'entry', 'home' );
} }
?> ?>
</div> </div>
<hr> <hr>
<div class="flex flex-2"> <div class="flex flex-2">
<?php <?php
if ($the_query->have_posts()) { if ($the_query->have_posts()) {
$the_query->the_post(); $the_query->the_post();
get_template_part( 'entry', 'home' ); get_template_part( 'entry', 'home' );
} }
?> ?>
<?php <?php
if ($the_query->have_posts()) { if ($the_query->have_posts()) {
$the_query->the_post(); $the_query->the_post();
get_template_part( 'entry', 'home' ); get_template_part( 'entry', 'home' );
} }
?> ?>
</div> </div>
</div> </div>
<div> <div>
</div> </div>
</section> </section>
<?php wp_reset_query(); ?> <?php wp_reset_query(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>