big consolidation
This commit is contained in:
96
fnf2014/main.php
Normal file
96
fnf2014/main.php
Normal file
@@ -0,0 +1,96 @@
|
||||
<?php
|
||||
/*
|
||||
* * * Template Name: main
|
||||
* * * */
|
||||
?>
|
||||
|
||||
<?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/a_bottom.png" width=960px" height="300px"align="center"></li>
|
||||
<li width="960px"><img src="img/a_middle.png" width=960px" height="300px" align="center"></li>
|
||||
<li width="960px"><img src="img/a_top.png" 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"> Join us </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.freenetworkfoundation.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/learn/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=16">Subscribe to our newsletter</a> and receive periodic updates
|
||||
on our progress.</h4>
|
||||
<h4> Contribute your <a
|
||||
href="https://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">time</a></h4>
|
||||
<h4> Contribute your <a
|
||||
href="https://www.wepay.com/donations/fnf">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">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div style="background:#000;width:350px; height:260px;font:0px
|
||||
sans-serif;text-align:left;"><object
|
||||
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="cdtw"
|
||||
width="350" height="240" style="outline:none"><param name="movie"
|
||||
value="http://cdn.countingdownto.com/c/w.swf" /><param
|
||||
name="flashvars" value="eid=234034" /><param
|
||||
name="allowscriptaccess" value="always" /><param name="bgcolor"
|
||||
value="#000000" /><embed name="cdtw"
|
||||
src="http://cdn.countingdownto.com/c/w.swf" flashvars="eid=234034"
|
||||
type="application/x-shockwave-flash" width="350" height="240"
|
||||
allowscriptaccess="always" bgcolor="#000000"
|
||||
style="outline:none"></embed></object><br/>
|
||||
</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://http://chili.thefnf.org">tracker account</a></h4>
|
||||
</center>
|
||||
</div ##end of rightcol>
|
||||
</div ## end colcontainer>
|
||||
</div ## end of colwrapper>
|
||||
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user