Logo and button - logo unfinished

This commit is contained in:
Senad Uka
2019-04-11 05:27:34 +02:00
parent d03e85a0dc
commit 9aba66c273
4 changed files with 26 additions and 6 deletions

8
app/public/main.css Normal file
View File

@@ -0,0 +1,8 @@
.dobrodosli-center-button {
width: 100%;
}
.dobrodosli-big-logo {
text-align: center;
font-size: 200pt;
}

View File

@@ -1,2 +1,14 @@
<a href="<%= nextStep %>" class="waves-effect waves-light btn"><i class="material-icons left">🤙</i>Javi mi</a>
<!-- -->
<div class="row">
<div class="col s12">
<span class="dobrodosli-big-logo">🤙</span>
</div>
</div>
<div class="row">
<div class="col s6 push-s3">
<a href="<%= nextStep %>" class="wdobrodosli-center-button waves-effect waves-light btn">
Javi mi
</a>
</div>
</div>

View File

@@ -1,12 +1,11 @@
<!doctype>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/assets/main.css">
</head>
<body>
<div class="container">

View File

@@ -106,5 +106,6 @@ app.post("/api/payforalert", function(request, response) {
app.get('/', dobrodosli);
app.get('/vrstanekretnine', getVrstaNekretnine);
app.use('/assets', express.static('./app/public'))
app.listen(port, () => console.log(`Example app listening on port ${port}!`));