Skip to content

Commit cb7eaa8

Browse files
committed
Create a framework for Core Team bios
I added a link to the Slides page to the documentation page, and removed it from the menu to make room for a Core Team link. From there, created a basic page that lists each of us. In subsequent commits, we can add mini-bios for each of us.
1 parent 8bc9811 commit cb7eaa8

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

views/core-team.tt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<a name="top"></a>
2+
<h3>Meet the Core Team</h3>
3+
4+
<p>
5+
These Dancers know how to bust a move or two! Learn about the team that
6+
brings you Dancer:</p>
7+
8+
<ul>
9+
<li>Alberto Simões (ambs)</li>
10+
<li>Alexis Sukrieh (sukria)</li>
11+
<li>D Ruth Holloway (GeekRuthie)</li>
12+
<li>Damien Krotkine (dams)</li>
13+
<li>David Precious (bigpresh)</li>
14+
<li>Franck Cuny (franckc)</li>
15+
<li>Jason A. Crome (CromeDome)</li>
16+
<li>Mickey Nasriachi</li>
17+
<li>Peter Mottram (SysPete)</li>
18+
<li>Russell Jenkins (veryrusty)</li>
19+
<li>Sawyer X</li>
20+
<li>Stefan Hornburg (racke)</li>
21+
<li>Yanick Champoux</li>
22+
</ul>
23+
24+
<a name="ambs"></a>
25+
<a name="sukria"></a>
26+
<a name="geetkruthie"></a>
27+
<a name="dams"></a>
28+
<a name="bigpresh"></a>
29+
<a name="franckc"></a>
30+
<a name="cromedome"></a>
31+
<a name="mickey"></a>
32+
<a name="syspete"></a>
33+
<a name="veryrusty"></a>
34+
<a name="xsawyerx"></a>
35+
<a name="racke"></a>
36+
<a name="yanick"></a>
37+

views/documentation.tt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ Even though special care is given to documentation, there might be some
4646
errors, so feel free to <a href="/about">contact the development team</a> if
4747
you find any.
4848
</p>
49+
50+
<h3>Presentations</h3>
51+
<p>
52+
<a href="/slides" title="Presentation slides">See presentations from Dancer talks around the world!</a>
53+
</p>

views/layouts/main.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<li><a href="/dancefloor" title="Who's using Dancer">Dancers</a></li>
6161
<li class="nav-sep"></li>
6262

63-
<li><a href="/slides" title="Presentation slides">Slides</a></li>
63+
<li><a href="/core-team" title="Meet the Core Team">Core Team</a></li>
6464
</ul>
6565
<!-- END NAV RIGHT -->
6666

0 commit comments

Comments
 (0)