forked from sc3/SFD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (56 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
layout: base
---
<!-- Main Page Image Slider
<div class="container" style="background-color: #666666;">
<div class="col-md-2">
<button id="slider-next" class="btn btn-default btn-lg"><</button>
</div>
<div class="col-md-8">
<div id="img-slider">
<div class="slide">
<img class="img-responsive" src="{{ site.root }}/static/2014/images/cover/banner.png" />
</div>
<div class="slide">
<img class="img-responsive" src="{{ site.root }}/static/2014/images/2013/jg_soft_freedom_001.jpg" />
</div>
<div class="slide">
<img class="img-responsive" src="{{ site.root }}/static/2014/images/2013/jg_soft_freedom_002.jpg" />
</div>
<div class="slide">
<img class="img-responsive" src="{{ site.root }}/static/2014/images/2013/jg_soft_freedom_003.jpg" />
</div>
</div>
</div>
<div class="col-md-2">
<button id="slider-prev" class="btn">></button>
</div>
</div>
-->
<div class="container">
<div class="col-md-8">
<h1>You're Invited!</h1>
<p>Software Freedom Day (SFD) is a worldwide celebration of Free and Open Source Software (FOSS). Our goal in this celebration is to educate the worldwide public about the benefits of using high quality FOSS in education, in government, at home, and in business -- in short, everywhere!</p>
<p>Admission to the event is FREE and open to all enthusiastic people, though we suggest a "Pay-What-You-Can" donation to support FreeGeek Chicago and it's educational and outreach programming. If you write open source software, use free software, or are curious and want to learn about software freedom and the FOSS community, come join us for Software Freedom Day!</p>
</div>
<div class="col-md-4 img-responsive text-center">
<h1> </h1>
<img src="static/2014/images/balloons.png" style="vertical-align: middle;" />
</div>
<div class="col-md-8">
<h1>About Software Freedom Day</h1>
<h3>SFD Vision</h4>
<p>Our vision is to empower all people to freely connect, create and share in a digital world that is participatory, transparent, and sustainable.</p>
<h3>SFD Objectives</h3>
<ul>
<li>To celebrate software freedom and the people behind it</li>
<li>To foster a general understanding of software freedom, and encourage adoption of free software and open standards</li>
<li>To create more equal access to opportunities through the use of participatory technologies</li>
<li>To promote constructive dialogue on responsibilities and rights in the information society</li>
<li>To be inclusive of organizations and individuals that share the SFD Vision (see above)</li>
</ul>
</div>
<div class="col-md-12">
<h1>Register</h1>
</div>
</div>