-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
130 lines (113 loc) · 6.1 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>PHP Sweden by phpse</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img class="logo" width="180" height="147" src="images/phpse-logo.png">
<h1 class="header">PHP Sweden</h1>
<p class="header">Swedish PHP developers</p>
<ul>
<li><a class="buttons github" href="https://github.com/phpse">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a id="welcome-to-php-sweden" class="anchor" href="#welcome-to-php-sweden" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to PHP Sweden</h3>
<p>PHP Sweden is a non-profit organization that want to bring togheter the Swedish PHP community. We are working to increase the
knowledge and usage of PHP and to help and teach each other. PHP Sweden started in 2012 under the name <em>Symfony Sweden</em> but the name
was changed 2016 because we wanted to include the wider PHP-community.</p>
<p>Since we started, we've hosted over 50 meetups in Stockhom and Gothenburg. We have also organized two conferences; November camp 2013
and November Camp 2014. At the time of writing we have over 900 members in our meetup groups. If you are interested in joining us on our
meetups you should check out or pages at meetup.com: <a href="http://www.meetup.com/PHP-Goteborg/">PHP Göteborg</a> and <a href="http://www.meetup.com/php-stockholm/">PHP Stockholm</a>.</p>
<h3>
<a id="documents" class="anchor" href="#documents" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Documents
</h3>
<p>Like all proper organization we have board meetings and annual meetings for all the members. Here are some good documents: </p>
<ul>
<li><a href="https://docs.google.com/document/d/1iYx0vSkTiDg_EXy1YUrfNkZrqRqISzVfJhMkwY0dA8Y/edit?usp=sharing">Our by-laws</a></li>
<li><a href="https://drive.google.com/open?id=0B3mE3bkRTSW5WG9tNWNZaEFRYXc">Annual meeting 2016</a></li>
</ul>
<p>The current board of directors are:</p>
<table>
<thead>
<tr>
<th>Position</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>President</td>
<td>Tobias Nyholm</td>
</tr>
<tr>
<td>Board members</td>
<td>Daniel Kolvik<br>Magnus Nordlander<br>Nicholas Ruunu</td>
</tr>
<tr>
<td>Auditor</td>
<td>Jon Gotlin</td>
</tr>
<tr>
<td>Election comittee</td>
<td>Jon Gotlin<br>Rickard Bennison</td>
</tr>
</tbody>
</table>
<h3>
<a id="join-us" class="anchor" href="#join-us" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Join
us</h3>
<p>If you agree with our mission and would like to join us, you are very much welcome to.<br>
Beeing a member includes the following perks:</p>
<ul>
<li>You will be invited to our secret Slack channel</li>
<li>You will be subscribed to our mailing list (we send maximum 5 emails per year)</li>
<li>You will be invited to participate on our annual meeting</li>
</ul>
<p>Applying to a membership is easy. Just send a PR to our <a href="https://github.com/phpse/medlemsregister">membership repository</a> with some details
about yourself. On our latest annual meeting we decided that all memberships should be free.</p>
<h3>
<a id="members" class="anchor" href="#members" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>Members <span id="js-members-count"></span>
</h3>
<div id="js-members" class="members-container"></div>
<h3>
<a id="motions" class="anchor" href="#motions" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>Motions</h3>
<p>If you want someting changed, removed or if you want PHP Sweden to do or be something more. Please add an issue to our
<a href="https://github.com/phpse/motioner">motions repository</a>. Motions must be submitted at least 4 weeks before the annual meeting.
</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>If you have any questions, comments, feedback please <a href="https://github.com/phpse/phpse.github.io/issues/new">open an issue</a>. If
you have found a typo or want to add something on this page then <a href="https://github.com/phpse/phpse.github.io/pulls">send us a PR</a>.</p>
</section>
<footer>
<p>
<small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small>
</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/members.fetcher.js"></script>
<!--[if !IE]>
<script>fixScale(document);</script><![endif]-->
</body>
</html>