88 lines
3.3 KiB
PHP
88 lines
3.3 KiB
PHP
<?php
|
|
/*
|
|
* * * Template Name: front-page
|
|
* * * */
|
|
?>
|
|
|
|
<?php get_header(); ?>
|
|
|
|
<div id="carousel_wrapper">
|
|
<div id=carousel_container">
|
|
<div id="frame"></div>
|
|
<div id="carousel">
|
|
<center>
|
|
<ul id="mycarousel" class="jcarousel-skin-tango">
|
|
<li width="960px"><img src="img/c1.jpg" width="960px" height="300px"align="center"></li>
|
|
<li width="960px"><img src="img/c2.jpg" width="960px" height="300px" align="center"></li>
|
|
<li width="960px"><img src="img/c3.jpg" width="960px" height="300px" align="center"></li>
|
|
<li width="960px"><img src="img/c4.jpg" width="960px" height="300px" align="center"></li>
|
|
</ul>
|
|
</center>
|
|
</div ##end of carousel>
|
|
</div ## end of carousel_container>
|
|
</div ## end of carousel_wrapper>
|
|
|
|
<div id="p1wrapper">
|
|
<div id="p1container" >
|
|
<br>
|
|
<p class="p1">The Free Network Foundation envisions a world where communities build, maintain, and own their own share of the global computer network.
|
|
If you share our vision...</p>
|
|
<h1 class ="p1"><a href="https://thefnf.org/volunteer/"> Join us </a></h1>
|
|
</div ##end p1container>
|
|
<br>
|
|
</div ##end p1wrapper>
|
|
|
|
<div id="colwrapper">
|
|
<div id="colcontainer">
|
|
<div id="leftcol">
|
|
<center>
|
|
<h2>For supporters</h2>
|
|
<img src="./img/arrow.png">
|
|
<h4> See video and print <a
|
|
href="https://commons.thefnf.org/index.php/Clippings">coverage</a>
|
|
of the FNF.</h4>
|
|
<h4><a href="https://lists.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h3>
|
|
<h4><a href="https://thefnf.org/newsletter/">Subscribe to our newsletter</a> and receive periodic updates
|
|
on our progress.</h4>
|
|
<h4> Contribute your <a
|
|
href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">fiscal support</a> by
|
|
becoming a member.</h4>
|
|
</center>
|
|
</div ##end of leftcol>
|
|
|
|
<div id="centercol">
|
|
<center>
|
|
<h2>For operators</h2>
|
|
<img src="./img/world.png">
|
|
<h4> Stay tuned for the official launch of</h4>
|
|
<img width ="300px" src="./img/guslogo.png">
|
|
<br>
|
|
<h4>A self-service and full-service network planning, provisioning, and
|
|
funding tool brought to you by The Free Network Foundation and Guifi.net</h4>
|
|
<h4> If you would like to get started with building a network for your community, or you would like beta access to the guifi.us platform,
|
|
<a href="mailto:contact@thefnf.org"> contact us</a></h4>
|
|
</center>
|
|
</div ##end of centercol>
|
|
|
|
<div id="rightcol">
|
|
<center>
|
|
<h2>For technologists</h2>
|
|
<img src="./img/gear.png">
|
|
<h4> <a href="https://commons.thefnf.org/index.php/Main_Page">Explore the
|
|
Wiki</a> and learn about topics related to network freedom, from
|
|
operations to programming. </h4>
|
|
|
|
<h4><a href="https://lists.thefnf.org/mailman/listinfo/builders">Join our
|
|
technical discussion list</a> and be involved in every aspect of
|
|
FreedomStack and guifi.us development.</h4>
|
|
|
|
<h4>Checkout our repositories, find out what needs to be done, and lend
|
|
a hand with a <a
|
|
href="https://chili.thefnf.org">tracker account</a></h4>
|
|
</center>
|
|
</div ##end of rightcol>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
|
|
<?php get_footer(); ?>
|