Skip to content

Commit

Permalink
First template demo, pretty broken
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZ3ro committed Nov 25, 2016
1 parent 3617932 commit c7a2ca2
Show file tree
Hide file tree
Showing 45 changed files with 37,112 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/bootstrap-theme.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

6,201 changes: 6,201 additions & 0 deletions css/flat-ui.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/flat-ui.min.css

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
body {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Lato', sans-serif;
}

.footer {
width: 100%;
height: 60px;
background-color: #f5f5f5;
color: #777;
}

.footer > .container {
padding: 20px 15px;
}

.jumbotron {
background: #6cac4d;
color:#fff;
}

.navbar-default .navbar-nav > li > a:hover {
color: #6cac4d !important;
}
.navbar-default .navbar-nav > li > a:focus {
color: #30782f !important;
}

.back > img {
position: absolute;
height: 500px;
top: -10px;
}

#logo {
padding-top: 30px;
}

.navbar-brand {
color: #30782f !important;
}

.navbar-logo {
float: left;
margin-right: 10px;
}

.glyphicon {
padding: 0 5px;
}

.btn {
margin-left: 20px;
}

#platform_button {
display: none;
}
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file added fonts/glyphicons/flat-ui-icons-regular.eot
Binary file not shown.
126 changes: 126 additions & 0 deletions fonts/glyphicons/flat-ui-icons-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/glyphicons/flat-ui-icons-regular.ttf
Binary file not shown.
Binary file added fonts/glyphicons/flat-ui-icons-regular.woff
Binary file not shown.
Loading

0 comments on commit c7a2ca2

Please sign in to comment.