This commit is contained in:
Kacper Maj 2020-12-28 21:37:24 +01:00
parent d56e7e5544
commit 30f6a3d967
2 changed files with 37 additions and 2 deletions

View File

@ -2,9 +2,33 @@
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />
<link href="./landing-page-css.css" rel="stylesheet" />
<title>Document</title>
</head>
<!-- Bootstrap -->
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.0.0/mdb.min.css"
rel="stylesheet"
/>
<!-- MDB -->
<script
type="text/javascript"
defer src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.0.0/mdb.min.js"
></script>
</head>
<body>
<div class="background">
<div id="nav" >
@ -12,6 +36,17 @@
<img src="images/logo-bez-tla.png" alt="logo" class="logo">
<button id="create-room" class="centered button-create-room">Stwórz pokój!</button>
</div>
<div id="footer" class="fixed-bottom">
<footer class="bg-grey text-center text-lg-start">
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.4)">
<a class="text-light" href="https://mdbootstrap.com/">Stworzone przez Kacpra Maja na zajęcia Pracowni Programowania</a>
<br/>
<a class="text-light" href="https://mdbootstrap.com/">Numer indeksu: 457990</a>
</div>
<!-- Copyright -->
</div>
</div>
</body>
</html>