Created
January 26, 2016 11:09
-
-
Save yannski/6540cbcef7f5f46f5783 to your computer and use it in GitHub Desktop.
wekan deployment time enhancement on Scalingo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<img src="https://wekan.io/static/wekan-logo.png" style="height:30px;position:fixed;top:112px;left:15px;" /> | |
<div style="display:block;width:500px;height:50px;border:#8bc34a solid 2px;position:fixed;top:100px;left:140px;"> | |
<div style="display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:repeating-linear-gradient(135deg,#ccc,#ccc 10px,white 10px,white 20px);opacity:0.3;"> | |
</div> | |
<div style="display:block;position:absolute;top:0;bottom:0;left:0;right:29.4%;background:repeating-linear-gradient(135deg,#8bc34a,#8bc34a 10px,white 10px,white 20px);"> | |
</div> | |
<div style="display:block;width:4px;height:64px;background-color:red;position:absolute;top:-12px;left:70.5%;"> | |
<div style="display:block;position:absolute;top:-16px;left:-18px;font-size:10px;font-family: 'Roboto';font-weight:300;"> | |
3mn03s | |
</div> | |
</div> | |
<div style="display:block;width:2px;height:10px;background-color:8bc34a;position:absolute;top:-12px;left:100%;"> | |
<div style="display:block;position:absolute;top:-16px;left:-18px;font-size:10px;font-family: 'Roboto';font-weight:300;"> | |
4mn22s | |
</div> | |
</div> | |
</div> | |
<div style="display:block;width:500px;height:50px;position:fixed;top:170px;left:140px;color:black;font-family:Roboto;font-weight:400;text-align:center;"> | |
Wekan deployment time enhancement on Scalingo | |
<br/> | |
(before/after patch) | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment