-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 2.39 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
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home | Indigo Team</title><!-- Icons and fonts-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,600i,700,700i,800" rel="stylesheet"><!-- Stylesheets -->
<script src="js/jquery-3.2.1.slim.min.js" type="text/javascript">
</script>
<script src="js/bootstrap.min.js" type="text/javascript">
</script>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Main wrapper -->
<div class="wrapper" id="wrapper">
<!-- Header -->
<header class="header__area header__absolute sticky__header" id="wn__header">
<div class="container-fluid">
<div class="row">
<div class="col-lg-2">
<div class="logo">
<a href="index.html"><img alt="logo images" src="images/logo/logo.png"></a>
</div>
</div>
<div class="col-lg-8 d-none d-lg-block" style="position:relative; top:50px">
<nav class="mainmenu__nav" id="navbar">
<ul class="meninmenu d-flex justify-content-start">
<li class="drop with--one--item">
<a href="index.html" style="color: white; font-size:150%;">Home</a>
</li>
<li class="drop">
<a href="catalogue.php" style="color: white; font-size:150%;">Catalogue</a>
</li>
</ul>
</nav>
</div>
<div style="position:absolute; top:50px; right:50px;">
<a href="login.php"><i class="fa fa-user" style="color :#000;font-size:40px"></i></a>
</div>
</div>
</div>
</header><!-- //Header -->
<div class="slide animation__style10 bg-image--1 fullscreen align__center--left">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="slider__content">
<div class="contentbox">
<h2 style="color: white;">It's <span style="color: #D5864A">ALL</span></h2>
<h2 style="color: white;">about <span style="color: #D5864A"></span></h2>
<h2 style="color: white;">the <span style="color: #D5864A">GAME</span></h2><a href="catalogue.php" style="color: white; font-size:150%;">search for a game 🠦</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- //Main wrapper -->
</body>
</html>