2019-06-21 22:01:34 +00:00
|
|
|
html
|
|
|
|
head
|
2019-06-21 22:54:10 +00:00
|
|
|
title Welcome | DevBug
|
2019-06-21 22:01:34 +00:00
|
|
|
style(type="text/css").
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: hidden;
|
|
|
|
background-color: #c7dbdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flitter-container {
|
|
|
|
height: 60%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flitter-container-slim {
|
|
|
|
height: 10%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flitter-image {
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flitter-name {
|
|
|
|
font-family: "Rajdhani";
|
|
|
|
font-size: 50pt;
|
|
|
|
margin-left: 35px;
|
|
|
|
color: #00323d;
|
|
|
|
}
|
2019-06-21 22:54:10 +00:00
|
|
|
body
|
2019-06-21 22:01:34 +00:00
|
|
|
.flitter-container
|
|
|
|
img.flitter-image(src="/assets/flitter.png")
|
2019-06-21 22:54:10 +00:00
|
|
|
p.flitter-name devbug
|
|
|
|
a.flitter-name(style='font-size: 20pt; text-decoration: none;' href='/dash/v1') Dashboard
|