This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (73 loc) · 2.74 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
<!DOCTYPE html>
<html>
<head>
<title>Streetbees | Engineering</title>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/streetbees-fest.min.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<div class="header cover_bg mb2" style="background-image: url('img/bg_hero.png')">
<div class="logo caps white">| ENGINEERING</div>
</div>
<div class="container">
<div class="center mb3 p1">
<img src="img/peace.png" alt="PEACE!">
<p class="h2 light">
<span class="bold">Welcome to the Streetbees engineering page.</span> <br>
Here you’ll find some <span class="strike">stuff</span> <span class="strike">things</span> open sourced projects <br> we did to make our lives easier... <span class="h4">and probably yours too.</span>
</p>
</div>
<div class="clearfix px3">
<!-- THE CARD -->
<a href="https://github.com/Streetbees/lost-in-translations" class="card left fourcol black">
<div class="title p2">
<h2>
Lost in translations
</h2>
<p>
Add resource translation to your app without introducing dependencies or relying on black magic (too much conventions).
</p>
</div>
<div class="fake_cta rounded absolute">VIEW</div>
<div class="cover_bg backcover absolute" style="background-image: url('img/translation.jpeg')"></div>
</a>
<!-- END OF THE CARD -->
<!-- THE CARD -->
<a href="https://github.com/Streetbees/sms_broker" class="card left fourcol black">
<div class="title p2">
<h2>
SMS Broker
</h2>
<p>
Manage multiple sms providers and assure 100% delivery worldwide.
</p>
</div>
<div class="fake_cta rounded absolute">VIEW</div>
<div class="cover_bg backcover absolute" style="background-image: url('img/sms.jpeg')"></div>
</a>
<!-- END OF THE CARD -->
<!-- THE CARD -->
<a href="https://github.com/Streetbees/form-stalker" class="card left fourcol black">
<div class="title p2">
<h2>
Form Stalker
</h2>
<p>
FormStack API client that can extract conditional logic.
</p>
</div>
<div class="fake_cta rounded absolute">VIEW</div>
<div class="cover_bg backcover absolute" style="background-image: url('img/stalk.jpg')"></div>
</a>
<!-- END OF THE CARD -->
</div>
</div>
</body>
</html>