-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 1.84 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/fontawesome.js"></script>
<link rel="stylesheet" type="text/css" href="css/hicookie.css">
<link rel="stylesheet" type="text/css" href="css/navbar-logged.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>hiCookie</title>
</head>
<body>
<nav class="nav-bar" style="justify-content: space-between;">
<div class="title">
<div class='title space'>
<a href="index.html">hiCookie</a>
<i class="fal fa-cookie-bite"></i>
</div>
</div>
<div class="block-box space">
<a href="php/login_form.php"><i class="fas fa-sign-in-alt"></i></a>
<p>Login</p>
</div>
</nav>
<div class="flexible-box">
<div class=inline-box>
<div class="introduction">
<h1 class="subtitle1 animate__animated animate__fadeInUp">Welcome in <br> hiCookie</h1>
<p class="subtitle2 animate__animated animate__fadeInUp">Create recipes and share them <br>with your friends</p>
<p class="subtitle3 animate__animated animate__fadeInUp">Chat with other people who<br> love cooking <br>and make new friends</p>
</div>
<div class="image-box">
<img src="images/cookie-svgrepo-com.svg" alt="cookie">
</div>
</div>
</div>
<!--FOOTER-->
<footer>
<a href="about.html">About</a>
<a href="contact_us.html">Contact us</a>
<cite>© Copyright 2021. All rights reserved.</cite>
</footer>
</body>
</html>