-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (184 loc) · 7.25 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<title>Unus pro omnibus, omnes pro uno</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.js"></script>
</head>
<body>
<!-- Home -->
<div data-role="page" id="page1">
<div data-theme="a" data-role="header">
<h3>3musket33rs</h3>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li data-role="list-divider" role="heading">Projects</li>
<li data-theme="c">
<a href="http://3musket33rs.github.com/aerogear-unifiedpush-grails-client/" rel="external" data-transition="slide"> Grails AeroGear Unified Push Plugin </a>
<li />
<li data-theme="c">
<a href="http://3musket33rs.github.com/aerogear-mobile-scaffolding/" rel="external" data-transition="slide"> Grails AeroGear Mobile Scaffolding Plugin </a>
<li />
<li data-theme="c">
<a href="http://3musket33rs.github.com/html5-mobile-scaffolding/" rel="external" data-transition="slide"> Grails Html5 Mobile Scaffolding Plugin </a>
<li />
<li data-theme="c">
<a href="https://github.com/3musket33rs/BrowserPush/" rel="external" data-transition="slide"> BrowserPush Cordova Plugin </a>
<li />
<li data-theme="c">
<a href="https://github.com/3musket33rs/sync-client/" rel="external" data-transition="slide"> Sync Client Library </a>
<li />
<li data-theme="c">
<a href="https://github.com/3musket33rs/phonegapbuild/" rel="external" data-transition="slide"> Grails PhoneGap Build Plugin </a>
<li />
<li data-theme="c">
<a href="https://github.com/3musket33rs/jsonp/" rel="external" data-transition="slide"> Grails JSONP Plugin </a>
<li />
</ul>
<ul data-role="listview" data-inset="true">
<li data-role="list-divider" role="heading">Members</li>
<li>
<a style="display: inline-block;" href="#Aramis" data-rel="dialog" data-transition="pop">
<img src="resources/img/sebastien.png" />
<h3>Aramis</h3>
</a>
<a href="https://twitter.com/sebi2706">
<img src="resources/img/twitter.png" />
</a>
<a href="https://github.com/fabricematrat">
<img src="resources/img/github-icon.png" />
</a>
<a href="#Aramis" data-rel="dialog" data-transition="pop"> Aramis </a>
<li />
<li>
<a style="display: inline-block;" href="#Athos" data-rel="dialog" data-transition="pop">
<img src="resources/img/corinne.png" />
<h3>Athos</h3>
</a>
<a href="https://twitter.com/corinnekrych">
<img src="resources/img/twitter.png" />
</a>
<a href="https://github.com/corinnekrych">
<img src="resources/img/github-icon.png" />
</a>
<a href="#Athos" data-rel="dialog" data-transition="pop"> Athos </a>
<li />
<li>
<a style="display: inline-block;" href="#Porthos" data-rel="dialog" data-transition="pop">
<img src="resources/img/fabrice.png" />
<h3>Porthos</h3>
</a>
<a href="https://twitter.com/fabricematrat">
<img src="resources/img/twitter.png" />
</a>
<a href="https://github.com/fabricematrat">
<img src="resources/img/github-icon.png" />
</a>
<a href="#Porthos" data-rel="dialog" data-transition="pop"> Porthos </a>
<li />
<li>
<a style="display: inline-block;" href="#Porthos" data-rel="dialog" data-transition="pop">
<img src="resources/img/mathieu.jpeg" />
<h3>D'Artagnan</h3>
</a>
<a href="https://twitter.com/mathbruyen">
<img src="resources/img/twitter.png" />
</a>
<a href="https://github.com/mathbruyen">
<img src="resources/img/github-icon.png" />
</a>
<a href="#Dartagnan" data-rel="dialog" data-transition="pop"> D'Artagnan </a>
<li />
</ul>
</div>
<div data-theme="a" data-role="footer" data-position="fixed">
<a class="ui-btn-left" rel="external" href="https://github.com/3musket33rs">
<img src="resources/img/github-icon.png" />
</a>
<h1>
Powered by us (
<a href="mailto:[email protected]">[email protected]</a>
)
</h1>
<a class="ui-btn-right" rel="external" href="https://twitter.com/3musket33rs">
<img src="resources/img/twitter.png" />
</a>
</div>
</div>
<div data-role="page" id="Aramis">
<div data-role="header" data-theme="b">
<h1>Sebastien Blanc</h1>
</div>
<!-- /header -->
<div data-role="content" data-theme="d">
<h2>Mobile Web Apps are the future !!</h2>
<p>Local Storage, Synchronization, Geolocation, PhoneGap : Just ask or read</p>
<p>
<a href="http://www.amazon.com/Pro-Android-Web-Apps-Professionals/dp/1430232765">Develop for Android using HTML5, CSS3 & JavaScript</a>
</p>
</div>
<!-- /content -->
<div data-role="footer">
<h4>Grails Addict</h4>
</div>
<!-- /footer -->
</div>
<!-- /page popup -->
<div data-role="page" id="Athos">
<div data-role="header" data-theme="b">
<h1>Corinne Krych</h1>
</div>
<!-- /header -->
<div data-role="content" data-theme="d">
<h2>Freelance Developer</h2>
<ul>
<li>Code is craft</li>
<li>Collaboration is key</li>
<li>DRY KISS Practitioner</li>
<li>TDD Obsessed</li>
<li>Delve into Mobile application</li>
<li>Motto: Always room for improvement, refactor</li>
</ul>
<p>I love chatting the latest tech trends at coffee break: female geek -what do you expect-</p>
<p>Social coding fan: tweet me</p>
</div>
<div data-role="footer">
<h4>Grails Addict</h4>
</div>
</div>
<div data-role="page" id="Porthos">
<div data-role="header" data-theme="b">
<h1>Fabrice Matrat</h1>
</div>
<div data-role="content" data-theme="d">
<h2>Why should I wait ?</h2>
<p>Architect in bank, multimedia, insurance, travel industry</p>
<ul>
<li>15 Years of experience</li>
<li>Java J2EE, DB</li>
<li>XP Developers</li>
<li>Mr Clean (code)</li>
<li>Grails Fan</li>
<li>Hybrid mobile web app</li>
</ul>
</div>
<div data-role="footer">
<h4>Obsessed with asynchronous behavior</h4>
</div>
</div>
<div data-role="page" id="Dartagnan">
<div data-role="header" data-theme="b">
<h1>Mathieu Bruyen</h1>
</div>
<div data-role="content" data-theme="d">
<h2>When it comes to playing at night...</h2>
<p>alternate JVM languages and web technologies come from darkness.</p>
<p>Love to understand the internals of what I use to then use a framework abstracting the annoying bits. Algorithmics, maths and a bit of DIY welcome too.</p>
</div>
<div data-role="footer">
<h4>Passionate about JavaScript</h4>
</div>
</div>