-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01_arxiki_selida.html
37 lines (30 loc) · 1.72 KB
/
01_arxiki_selida.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="el">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Δήμος Θεσσαλονίκης</title>
<link rel="stylesheet" type="text/css" href="00_style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg justify-content-center bgColorHeader">
<h1 class="navbar-brand nav-text">Δήμος Θεσσαλονίκης</h1>
</nav>
<div class="container-fluid">
<img class="img-fluid mx-auto d-block" src="photos/dimos_thessalonikis_logo.png" alt="Δήμος Θεσσαλονικής">
<div class="row">
<div class="col-sm-8 col-md-6 col-lg-4 offset-sm-2 offset-md-3 offset-lg-4">
<a class="btn btn-outline-primary btn-block textOpacity colorButton" href="02_epiloges_blabis.html">
<span class="firstButtonPosition">Θέλω να δηλώσω...</span>
<span class="material-icons float-right mainColor">keyboard_arrow_right</span>
</a>
</div>
</div>
</div>
</body>
</html>