changes
This commit is contained in:
parent
d56e7e5544
commit
30f6a3d967
37
index.html
37
index.html
@ -2,9 +2,33 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
|
<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>
|
<title>Document</title>
|
||||||
|
|
||||||
|
<!-- 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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="background">
|
<div class="background">
|
||||||
<div id="nav" >
|
<div id="nav" >
|
||||||
@ -12,6 +36,17 @@
|
|||||||
<img src="images/logo-bez-tla.png" alt="logo" class="logo">
|
<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>
|
<button id="create-room" class="centered button-create-room">Stwórz pokój!</button>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user