Skip to content

Commit

Permalink
refactor template
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Mar 5, 2019
1 parent cd3f791 commit 1c23666
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 3,543 deletions.
451 changes: 0 additions & 451 deletions assets/css/main.css

This file was deleted.

2,993 changes: 0 additions & 2,993 deletions assets/css/util.css

This file was deleted.

42 changes: 0 additions & 42 deletions assets/images/jupyter.svg

This file was deleted.

Binary file removed assets/images/logo.png
Binary file not shown.
Binary file removed assets/images/pangeo-btn.png
Binary file not shown.
Binary file removed assets/images/pangeo-full.png
Binary file not shown.
57 changes: 0 additions & 57 deletions assets/js/main.js

This file was deleted.

64 changes: 64 additions & 0 deletions extra-assets/css/pangeo-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
@font-face {
font-family: "Panton Black Caps";
/* src: url("http://ff.cdn.1001fonts.net/p/a/panton.black-caps.otf") */
src: url("panton.black-caps.otf");
}

@font-face {
font-family: "Panton Light Caps";
src: url("panton.light-caps.otf");
}

.pangeo h1 {
color: #003B71;
font-family: "Panton Black Caps";
margin-top: 30px;
margin-bottom: 30px;
}

.pangeo h2 {
font-family: "Panton Light Caps";
font-size: 2rem;
color: #003B71;
margin-bottom: 20px;
}

.pangeo p {
font-size: 1.7rem;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


.navbar.navbar-default {
background: -webkit-linear-gradient(left, #5eb130, #003B71); /* Chrome10+, Safari5.1+ */
background: linear-gradient(left, #5eb130, #003B71);
border: None;
}

.navbar.navbar-default .navbar-nav>li>a, .navbar.navbar-default .navbar-text {
color: #fff;
}

.navbar.navbar-default .navbar-nav>li>a:hover, .navbar.navbar-default .navbar-nav>li>a:focus {
background-color: #00a3b0;
}

.navbar.navbar-default .navbar-nav>.open>a, .navbar.navbar-default .navbar-nav>.open>a:hover, .navbar.navbar-default .navbar-nav>.open>a:focus {
background-color: #00a3b0;
}

#login-main .auth-form-header {
background: #5EB130 !important;
}


.btn-jupyter {
color: #fff;
background-color: #E50051 !important;
border-color: #E50051 !important;
}

#login-main .service-login {
vertical-align: top !important;
padding-top: 60px;
}
Binary file added extra-assets/css/panton.black-caps.otf
Binary file not shown.
Binary file added extra-assets/css/panton.light-caps.otf
Binary file not shown.
Binary file added extra-assets/images/jupyter_pangeo_small_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c23666

Please sign in to comment.