This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
executable file
·80 lines (68 loc) · 2.62 KB
/
community.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spiral - Community</title>
<link rel="stylesheet" href="styles/community.css" type="text/css" media="screen" charset="utf-8" />
<link rel="icon" href="http://www.spiral-project.org/images/favicon.png" type="image/png" />
</head>
<body>
<div id="layout">
<div id="logo"><span>Spiral</span></div>
<div id="main_menu">
<ul>
<li class="home">
<a href="http://www.spiral-project.org"><span>Home</span>
<span class="description"></span></a></li>
<li class="about">
<a href="http://www.spiral-project.org/about.html"><span>About</span>
<span class="description"></span></a></li>
<li class="downloads">
<a href="http://www.spiral-project.org/downloads.html"><span>Downloads</span>
<span class="description"></span></a></li>
<li class="documentation">
<a href="http://doc.spiral-project.org"><span>Documentation</span>
<span class="description"></span></a></li>
<li class="planet">
<a href="http://www.spiral-project.org/planet.html"><span>Planet</span>
<span class="description"></span></a></li>
<li class="community">
<a class="selected" href="http://www.spiral-project.org/community.html"><span>Community</span>
<span class="description"></span></a></li>
</ul>
<div class="clear"></div>
</div>
<div id="header">
<div class="slide">
<h1><span>Community</span></h1>
<p>Spiral aims to be a community based development application, which means that the community is
responsible of the direction taken in the development process. You can join the community, so you can give your opinion.</p>
<div class="clear"></div>
</div>
</div>
<div id="body">
<div id="content">
<div class="team">
<h2><span>The team</span></h2>
<div class="member">
<img src="images/illustrations/community/alexis.png" style="float: left;" />
<h3>Alexis Métaireau</h3>
<p>Alexis is currently working on the dependency injection container.</p>
<p>Email: alexis _AT_ spiral-project.org</p>
</div>
<div class="member">
<img src="images/illustrations/community/fred.png" align="right" />
<h3>Frédéric Sureau</h3>
<p>Fred is currently working on the domain model persistence API.</p>
<p>Email: fred _AT_ spiral-project.org</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="footer">
Spiral is free software under GNU/GPL license. Thanks for your contributions.
</div>
</div>
</body>
</html>