-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (111 loc) · 5.11 KB
/
index.html
File metadata and controls
114 lines (111 loc) · 5.11 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheet/stylesheet.css">
<link rel="stylesheet" type="text/css" href="stylesheet/fontello.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Froggies</title>
</head>
<body>
<header>
<a href="">
<img class="logo" src="images/logo_froggies.svg" alt="Froggies">
</a><br/>
<div class="punchline">
Frenchies serving the web for a better world.
</div>
</header>
<section class="section-projects">
<div class="max-width">
<div class="project" style="background-image:url('images/project-kyu.png');" />
<a class="icon-link-ext" href="http://kyu-project.co"></a>
<div class="project-title">Kyu</div>
<div class="project-decription">Draw the dependencies of your JavaScript projects. Kyu is specially designed for AngularJS projects but works perfectly with others like RequireJs and CommonJs.</div>
</div>
<div class="project" style="background-image:url('images/project-skimbo.png');" />
<a class="icon-link-ext" href="https://skimbo-froggies.rhcloud.com"></a>
<div class="project-title">Skimbo</div>
<div class="project-decription">Skimbo helps to define your social life ! It eases, in read mode and write mode, access your data on all your favorite social networks.</div>
</div>
<div class="project" style="background-image:url('images/project-sturvive.png');" />
<a class="icon-link-ext" href="https://github.com/manland/sturvive"></a>
<div class="project-title">Sturvive</div>
<div class="project-decription">A starship survive 3d game. Winner of the "Mozilla & GOO game creator game challenge 2014"</div>
</div>
<div class="project" style="background-image:url('images/project-panic.png');" />
<a class="icon-link-ext" href="https://github.com/Froggies/game-off-2013"></a>
<div class="project-title">Panic Backlog</div>
<div class="project-decription">You are a tyrannical project chief and you have to affect tasks to your developers. More tasks they'll achieve, more money you'll earn.</div>
</div>
</div>
</section>
<section class="section-team">
<div class="max-width">
<div class="frog" style="background-image:url('images/romain.jpg');">
<div class="frog-description">
<div class="frog-name">Romain</div>
<div class="frog-spe">Front Dev &<br/>Javascript Ninja</div>
<div class="frog-links">
<a href="https://github.com/manland" class="icon-git-squared"></a>
</div>
</div>
</div>
<div class="frog" style="background-image:url('images/audrey.jpg');">
<div class="frog-description">
<div class="frog-name">Audrey</div>
<div class="frog-spe">Dev &<br/>girly geek</div>
<div class="frog-links">
<a href="https://github.com/audreyn" class="icon-git-squared"></a>
</div>
</div>
</div>
<div class="frog" style="background-image:url('images/laurent.jpg');">
<div class="frog-description">
<div class="frog-name">Laurent</div>
<div class="frog-spe">UX Designer & Cascadeur StyleSheet</div>
<div class="frog-links">
<a href="https://github.com/undless" class="icon-git-squared"></a>
</div>
</div>
</div>
<div class="frog" style="background-image:url('images/julien.jpg');">
<div class="frog-description">
<div class="frog-name">Julien</div>
<div class="frog-spe">Dev &<br/>Dev</div>
<div class="frog-links">
<a href="https://github.com/studiodev" class="icon-git-squared"></a>
</div>
</div>
</div>
<div class="frog" style="background-image:url('images/vivian.jpg');">
<div class="frog-description">
<div class="frog-name">Vivian</div>
<div class="frog-spe">Dev &<br/>Dev</div>
<div class="frog-links">
<a href="https://github.com/Vp3n" class="icon-git-squared"></a>
</div>
</div>
</div>
<div class="frog" style="background-image:url('images/adeline.jpg');">
<div class="frog-description">
<div class="frog-name">Adeline</div>
<div class="frog-spe">Dev &<br/>Dev</div>
<div class="frog-links">
<a href="https://github.com/Adedib" class="icon-git-squared"></a>
</div>
</div>
</div>
</div>
</section>
<footer>
<a href="https://github.com/Froggies">
<img class="github-logo" src="images/logo_github.svg" alt="Froggies">
</a>
</footer>
</body>
</html>