-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (73 loc) · 3.62 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
layout: default
title: Foss Pakistan
---
<header>
<div class="container">
<div class="column">
<div>
<h1 class="editable">Foss Pakistan</h1>
<p class="editable">Foss Pakistan is organization for Developing and Promoting Free and Open Source Software and cooperating with the most forward thinking Open Tech innovators and Developers of Pakistan. Bringing together an inspiring community across the Pakistan and ages to form a better future with Open Technologies in Pakistan.
</div>
</div>
<div class="column">
<img src="/images/fosspak.jpg" alt="Foss Pakistan">
</div>
</div>
</header>
<hr>
<div class="container">
<ul class="thirds">
<li>
<div class="image">{% include icons/site.html icon="economy" %}</div>
<h3 class="editable">What We Do </h3>
<p class="editable">We bring people together to develop, design, create and make things with Open Tech- software and share our work for the benefit of all. We organize Open Tech meetups and coding programs with contributors, developers and designers.</p>
</li>
<li>
<div class="image">{% include icons/site.html icon="population" %}</div>
<h3 class="editable">Who We Are</h3>
<p class="editable">We are an organization of people from all continents based in Asia. We want to see progress and improvements of people's lives in Pakistan and everywhere. We are developers, designers and contributors who want to learn and share ideas, create and make digital software tools that benefit people around the world. FOSS Pakistan was founded in Jan-2018 by Zain-ul-Abdin.</p>
</li>
</ul>
</div>
<div class="container">
<div class="columns">
<div>
<img src="/images/mission.jpg" alt="Open Source">
</div>
<div>
<h2 class="editable">Our Mission</h2>
<p class="editable">Our essential goal is to improve lives by sharing Open Tech solutions. We want to see that information technology and science has a positive impact on our society. We believe this can be achieved if people have access to digital tools and knowledge. Open Technologies offer free and open access. At FOSS Pakistan we are excited how sharing is desirable on all layers from software and design to knowledge and data and we work rocklike to enable people to participate in the sharing society, tools and opportunities, freedom of communication and expression for everyone.</p>
</div>
</div>
</div>
<div class="container">
<hr>
<blockquote>
<p class="quote editable">Free software” is a matter of liberty , not price. To understand the concept, you should think of “free” as in “free speech,” not as in “free beer”.</p> <div class="attribute">
<p class="meta">
<span class="image"><img class="editable" src="{{ site.baseurl }}/images/richard.jpg" alt="Richard"></span>
<span class="author editable"><strong>Richard Stallman</strong></span>
</p>
</div>
</blockquote>
<blockquote>
<p class="quote editable">A lot of people who work on open-source software don't mind making money elsewhere. They aren't anticommercial.</p>
<div class="attribute">
<p class="meta">
<span class="image"><img class="editable" src="{{ site.baseurl }}/images/jimmy.jpg" alt="Jimmy"></span>
<span class="author editable"><strong>Jimmy Wales</strong></span>
</p>
</div>
</blockquote>
</div>
<div class="darker">
<div class="container">
<h2 class="editable">Join us</h2>
<p class="editable" style="text-align: center;">Sign up to hear the latest news and progressin community.</p>
<form action="{{ site.newsletter_action }}" method="post">
<input type="text" name="EMAIL" placeholder="Email">
<input type="submit" value="Sign up"/>
</form>
</div>
</div>