57 lines
2.1 KiB
HTML
57 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
|
|
<!--Bootstrap JS-->
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
|
|
<!--Custom CSS-->
|
|
<link rel="stylesheet" href="main.css">
|
|
<!--Custom JS-->
|
|
<script src="countdown.js" type="text/javascript"></script>
|
|
<title>Planica 2018 - Domača stran</title>
|
|
</head>
|
|
<body class="">
|
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
<div class="container-fluid">
|
|
<a href="index.html" class="navbar-brand">Projektni teden Planica 2018</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="jumbotron planica-jumbo mb-0">
|
|
<div class="text-right container">
|
|
<h1 class="text-white">Planica 2018</h1>
|
|
<h5 class="text-white">Projektni teden <br>od 15. do 19. oktobra 2018</h5>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="jumbotron container-fluid mt-0">
|
|
<h1>Na kratko:</h1>
|
|
<ul class="list-group">
|
|
<li class="list-group-item">
|
|
<h3>Kaj?</h3>
|
|
<i>Projektni teden</i>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<h3>Kdo?</h3>
|
|
<i>Dijaki 2.Ga razreda Strokovne gimnazije Šolskega centra Kranj</i>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<h3>Kje?</h3>
|
|
<i>V <a class="link" href="https://www.csod.si/dom/planica" target="_blank">CŠOD Planica</a></i>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<h3>Kdaj?</h3>
|
|
<i id="countdown">Čez <b id="days-left"></b> dni!<br></i>
|
|
Od 15 do 19. oktobra 2018
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |