Skip to content

Commit

Permalink
Finish Index Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Silfer committed Mar 18, 2017
1 parent c26b2c3 commit b8dd9a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Binary file removed public/images/Wizard.jpg
Binary file not shown.
Binary file added public/images/dashboardButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions source/view/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type='text/javascript' src='http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.0.min.js'></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.0/js.cookie.min.js"></script>

<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Cardo">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Playfair-Display">
</head>

<body>
Expand All @@ -34,7 +34,7 @@
</h2>

<% if(user){ %>
<a href="/dashboard"> <img class="dashboardButton" src="images/Wizard.jpg"> </a>
<a href="/dashboard"> <div class="dashboardButton"><img src="images/dashboardButton.png"></div> </a>
<% } else{ %>
<img class="login-button" src="">
<% } %>
Expand Down Expand Up @@ -84,7 +84,7 @@
}
li a {
font-family: 'Cardo', serif;
font-family: 'Playfair-Display', serif;
font-size: 1.5vw;
color: #FFFFFF;
display: block;
Expand All @@ -98,17 +98,17 @@
}
h1 {
font-family: 'Cardo', serif;
font-family: 'Playfair-Display', serif;
font-size: 5vw;
color: #FFFFFF;
margin: 0;
padding: 0;
text-align: center;
margin-top: 30vh;
margin-top: 20vh;
}
h2 {
font-family: 'Cardo', serif;
font-family: 'Playfair-Display', serif;
font-size: 4.5vh;
color: #A2482E;
margin:0;
Expand All @@ -123,11 +123,14 @@
.titleContainter {
margin-top: 0.5%;
padding-bottom: 9%;
border-style:ridge;
}
.dashboardButton {
text-align: center;
margin-top: 6.5%;
transform: scale(0.5, 0.5);
background-color: transparent;
outline: none;
}
</style>

0 comments on commit b8dd9a1

Please sign in to comment.