From a3533a5b5ab0411a85b9b22875bc0efc297b7dfd Mon Sep 17 00:00:00 2001
From: Anton Agestam
Date: Tue, 17 Dec 2019 16:19:10 +0100
Subject: [PATCH] Add button for Teamtailor
---
index.html | 37 +++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
index 8656b48..745f8c9 100644
--- a/index.html
+++ b/index.html
@@ -26,8 +26,6 @@
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-
-
}
body {
@@ -208,10 +206,6 @@
right: auto;
}
- .desktop-only {
- display: none;
- }
-
.a-nonymous {
display: block;
}
@@ -223,6 +217,25 @@
position: relative;
}
}
+
+ .btn {
+ background: #F1EF1F;
+ color: black;
+ text-shadow: none;
+ display: table;
+ margin: 2em auto;
+ padding: 1em 3em;
+ font-size: 1.2em;
+ opacity: .90;
+ transition: opacity .2s;
+ border-radius: 3em;
+ letter-spacing: .03em;
+ }
+
+ .btn:hover {
+ text-decoration: none;
+ opacity: 1;
+ }
@@ -250,14 +263,18 @@
For more than a decade, we have helped startups and incumbents grow like crazy by using our
carefully balanced blend of digital strategy, software engineering and open source software.
+
Tell us your big idea and we will help you refine it, build it and bring it to market.
Challenge us.
- Oh and we love Django too! Join us.
+ We are always looking for talented people to join our team. Check out our job
+ openings in Stockholm and Gothenburg or send us a spontaneous application.
+
+ Join the team!
@@ -457,8 +474,8 @@ Göteborg
@@ -595,7 +612,7 @@ Email us
if (settings.friction !== 0) {
p.vx = p.vx > 0 ? p.vx - settings.friction : p.vx;
p.vy = p.vy > 0 ? p.vy - settings.friction : p.vy;
-
+
}
if (settings.turbulence !== 0) {