initial commit

This commit is contained in:
2019-03-18 16:50:46 +01:00
commit 9babd3cb56
74 changed files with 12928 additions and 0 deletions

33
static/css/custom.css Normal file
View File

@@ -0,0 +1,33 @@
div.avatar img {
max-height: 190px;
}
div.container h1 {
font-weight: bold;
color: #27A822;
}
.panel {
box-shadow: none;
-webkit-box-shadow: none;
}
ul.nav li.active a {
font-weight: bold;
}
/* Site specific settings */
section#about p {
font-size: 18px;
margin-bottom: 20px;
}
div.contact p {
line-height: 1.5em;
margin-bottom: 30px;
}
/* transparency of tags */
div.container.links .label-success {
background-color: rgba(92, 184, 92, 0.6);
}