-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.html
More file actions
73 lines (64 loc) · 2.07 KB
/
experiments.html
File metadata and controls
73 lines (64 loc) · 2.07 KB
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
---
layout: default
cover: false
title: Experiments
---
<article class="post">
<header class="post-header">
<span class="blog-title">Experiments</span>
<!-- Grid 1/4 -->
<br/>
<br/>
HTML5 videogames
<div class="grid grid-pad">
<div class="col-1-2">
<div class="content">
<a href='https://still-badlands-7553.herokuapp.com/'>Raindrop</a>
<a href='https://github.com/joaquindev/raindrop'>(Source code)</a>
</div>
</div>
<div class="col-1-2">
<div class="content">
<a href='http://vast-bayou-4156.herokuapp.com'>Pong ping pong</a>
<a href='https://github.com/joaquindev/ponghtml5game'>(Source code)</a>
</div>
</div>
</div>
<!-- Grid 1/4 -->
<br/>
<br/>
MEAN Stack
<div class="grid grid-pad">
<div class="col-1-2">
<div class="content">
<a href='http://sheltered-dawn-9351.herokuapp.com/'>ToDo App</a>
<a href='https://github.com/joaquindev/yet-the-same-angular-todo-app'>(Source code)</a>
</div>
</div>
</div>
<!-- Grid 1/4 -->
<br/>
<br/>
APIs
<div class="grid grid-pad">
<div class="col-1-2">
<div class="content">
<a href='http://powerful-cliffs-3935.herokuapp.com/api/notes'>API with restify-mongoose</a>
<a href='https://github.com/joaquindev/transcode-restify-mongoose'>(Source code)</a>
</div>
</div>
</div>
<!-- Grid 1/4 -->
<br/>
<br/>
Frontend
<div class="grid grid-pad">
<div class="col-1-2">
<div class="content">
<a href='https://young-sands-8499.herokuapp.com/ProgressButtonStyles/'>Progress Buttons</a>
<a href='https://github.com/joaquindev/frontend-boilerplates/tree/master/ProgressButtonStyles'>(Source code)</a>
</div>
</div>
</div>
</header>
</article>