Added favicon and other CSS fixes (color, header padding)

This commit is contained in:
=
2019-10-17 06:05:18 -07:00
parent 9341b72f6f
commit 5c8fe05e36
15 changed files with 279 additions and 33 deletions

View File

@@ -19,13 +19,27 @@
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/assets/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="mask-icon" href="/assets/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<%if (title) { %>
<title> <%= title %> - Kivi.ba</title>
<% } else { %>
<title>Kivi.ba</title>
<% } %>
</head>
<body>
<%if (title) { %>
<nav style="background-color: #02adba; margin: auto;">
<div class="row center-align">
<h6 style="font-weight: bold; padding-top: 20px;"><%= title %></h6>
<h6 class="title"><%= title %></h6>
</div>
</nav>
<% } %>

View File

@@ -10,6 +10,6 @@
</div>
<div class="row center-align">
<div class="col s6 push-s3">
<a href="<%= nextStep %>" class="welcome-center-button waves-effect waves-light btn">Javi mi</a>
<a href="<%= nextStep %>" class="welcome-center-button btn">Javi mi</a>
</div>
</div>