-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
352 lines (342 loc) · 18 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Proyecto 26, Changing the world with small contributions 🧚" />
<title>Proyecto 26</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Essential META Tags -->
<meta property="og:site_name" content="Proyecto 26">
<meta property="og:title" content="Proyecto 26 - WebSite" />
<meta property="og:url" content="https://proyecto26.com" />
<meta property="og:description" content="Changing the world with small contributions 🧚" />
<meta property="og:image" content="https://raw.githubusercontent.com/proyecto26/website/master/img/logo.png" />
<!-- Non-Essential, But Recommended -->
<meta name="twitter:title" content="Proyecto 26 - WebSite">
<meta name="twitter:description" content="Changing the world with small contributions 🧚">
<meta name="twitter:card" value="Proyecto 26 is an initiative that seeks to solve problems with technology, using Open Source projects to find better ways to fix issues by connecting people, sharing the knowledge with others and changing the world with small contributions 🧚">
<meta name="twitter:site" content="@proyecto26">
<meta name="twitter:creator" content="@jdnichollsc">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="media.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/css/ionicons.min.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser-ce/2.13.3/phaser.min.js"></script>
<script type="module" src="https://unpkg.com/@ion-phaser-ce/core@1.0.2/dist/ion-phaser-ce/ion-phaser-ce.esm.js"></script>
<script nomodule src="https://unpkg.com/@ion-phaser-ce/core@1.0.2/dist/ion-phaser-ce/ion-phaser-ce.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.2/web-animations.min.js"></script>
<script type="module" src="https://unpkg.com/@proyecto26/animatable-component@1.1.8/dist/animatable-component/animatable-component.esm.js"></script>
<script nomodule src="https://unpkg.com/@proyecto26/animatable-component@1.1.8/dist/animatable-component/animatable-component.js"></script>
</head>
<body>
<ion-app>
<ion-page class="page-home">
<ion-content id="splashContent" no-bounce class="content">
<ion-phaser-ce id="dragon"></ion-phaser-ce>
<animatable-component id="animatableSplash" animation="zoomInDown" duration="800">
<img class="logo" src="img/logo.png" />
</animatable-component>
<animatable-component autoplay delay="2600" animation="slideInRight" duration="3000">
<img class="ninja" src="img/ninja-back.gif" />
</animatable-component>
</ion-content>
<ion-content id="homeContent" class="content">
<ion-toolbar class="header">
<a href="https://github.com/proyecto26">
<img alt="Proyecto 26" src="img/v3-01.svg" />
</a>
</ion-toolbar>
<ion-toolbar color="tertiary">
<ion-title>Open Source Projects</ion-title>
</ion-toolbar>
<ion-grid class="ion-margin">
<ion-row>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
<strong><</strong>animatable <strong> ∕ ></strong>
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/animatable.png" />
<ion-button href="https://proyecto26.github.io/animatable-component" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
IonPhaser
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/ionphaser.png" />
<ion-button href="https://github.com/proyecto26/ion-phaser" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
InAppBrowser for React Native
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/inappbrowser-react-native.png" />
<ion-button href="https://github.com/proyecto26/react-native-inappbrowser" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
InAppBrowser for NativeScript
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/inappbrowser-nativescript.png" />
<ion-button href="https://github.com/proyecto26/nativescript-inappbrowser" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
RestClient for Unity
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/restclient.png" />
<ion-button href="https://github.com/proyecto26/RestClient" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
MyApp
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/MyApp/raw/develop/img/myapp.png" />
<ion-button href="https://github.com/proyecto26/MyApp" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
MyAPI
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://nestjs.com/img/logo_text.svg" />
<ion-button href="https://github.com/proyecto26/MyAPI" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
MyBot
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/MyBot/raw/master/img/mybot.png" />
<ion-button href="https://github.com/proyecto26/MyBot" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
Kinetic Scrolling Plugin for Phaser Framework
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://raw.githubusercontent.com/jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/main/img/plugin.png" />
<ion-button href="https://github.com/proyecto26/Phaser-Kinetic-Scrolling-Plugin" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
Roxy Fileman for Node.js
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/Roxy-Fileman-for-Node.js/raw/master/public/screen.png" />
<ion-button href="https://github.com/proyecto26/Roxy-Fileman-for-Node.js" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
PokéDex GO - Community
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/PokeDex-GO/raw/master/resources/screenshots/home.png" />
<ion-button href="https://github.com/proyecto26/PokeDex-GO" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
</ion-row>
</ion-grid>
<ion-toolbar color="secondary">
<ion-title>Other Projects</ion-title>
</ion-toolbar>
<ion-grid class="ion-margin ion-padding">
<ion-row>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
NinjaDev (Commercial)
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="img/projects/ninja-dev.svg" />
<ion-button href="https://proyecto26.com/games/ninjadev" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
Record Audio Button (Enterprise)
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/record-audio-button-enterprise/raw/master/img/demo-angular.png?raw=true" />
<ion-button href="https://github.com/proyecto26/record-audio-button-enterprise" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
<ion-col size="12" size-md="6" size-lg="3">
<animatable-component duration="400" animation="pulse" class="projects">
<ion-card>
<ion-card-header>
<ion-card-title>
MercadoPago for React Native (Enterprise)
</ion-card-title>
</ion-card-header>
<ion-card-content>
<img src="https://github.com/proyecto26/react-native-mercado-pago-enterprise/raw/master/img/home.png?raw=true" />
<ion-button href="https://github.com/proyecto26/react-native-mercado-pago-enterprise" target="_blank" fill="outline" slot="end">Open</ion-button>
</ion-card-content>
</ion-card>
</animatable-component>
</ion-col>
</ion-row>
</ion-grid>
<ion-toolbar color="danger">
<ion-title>Team</ion-title>
</ion-toolbar>
<ion-grid class="ion-margin ion-padding resume">
<ion-row>
<ion-col>
<animatable-component delay="400" duration="2000" animation="jello">
<ion-list>
<ion-item color="medium">
<ion-label>
Juan D. Nicholls (Founder)
</ion-label>
</ion-item>
<img class="team" src="img/jdnichollsc.jpg" />
</ion-list>
</animatable-component>
</ion-col>
<ion-col>
<p>
Developer with a background in web and mobile development, having 8+ years of practice and leadership building interactive experiences.
</p>
<ion-button href="https://stackoverflow.com/cv/jdnichollsc" shape="round" fill="outline">
DOWNLOAD RESUME
</ion-button>
</ion-col>
</ion-row>
</ion-grid>
<ion-toolbar class="footer" color="dark">
<h3 class="ion-padding">
© Proyecto 26
</h3>
<a href="https://github.com/proyecto26" style="position:absolute;right: 0;bottom: 0;">
<img alt="Proyecto 26" src="img/v1-a.svg" slot="secondary" />
</a>
</ion-toolbar>
<ion-fab vertical="top" horizontal="end" slot="fixed">
<animatable-component iterations="3" animation="swing" easing="ease-in" duration="1000" delay="2600">
<ion-fab-button href="./games">🎮</ion-fab-button>
</animatable-component>
</ion-fab>
</ion-content>
</ion-page>
</ion-app>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/ionicons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134081814-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134081814-1');
</script>
<script type="javascript/worker" src="scripts/worker.js"></script>
<script type="text/javascript" src="scripts/index.js"></script>
<script type="text/javascript" src="scripts/dragon.js"></script>
<script type="text/javascript" src="scripts/home.js"></script>
<script type="text/javascript" src="scripts/splash.js"></script>
</body>
</html>