-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (102 loc) · 7.29 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Basica is free and open source responsive web template. Put your description here">
<meta name="author" content="Basica (https://github.com/mixxxon/basica)">
<title>BASICA - Free, Responsive, HTML Web Template - HOME</title>
<link rel="icon" href="basica_fav.ico">
<link rel="stylesheet" href="css/lib/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/style.css">
<script src="js/main.js"></script>
</head>
<body>
<!-- Header section START -->
<div id="header">
<!-- Header TopBar section START -->
<div id="header-topbar" class="w3-container w3-white w3-card-2">
<!-- BASICA TopBar logo -->
<div id="header-logo" class="w3-left w3-padding-top">
<img src="img/basica-header-logo.png" alt="BASICA logo" title="Welcome to BASICA web template" />
</div>
<!-- TopBar MENU -->
<div class="w3-right w3-hide-medium w3-hide-small w3-navbar">
<li><a href="#" class="w3-hover-white w3-hover-text-blue">HOME</a></li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">ABOUT US</a></li>
<li> <!-- Menu item with the submenu -->
<div class="w3-dropdown-hover">
<a href="#" class="has-submenu w3-white w3-hover-text-blue">SERVICES</a> <!-- Link with the submenu -->
<div class="w3-bar-block w3-dropdown-content submenu-content w3-border w3-padding-small"> <!-- Submenu content -->
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">SECURITY</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">EXECUTION</a>
<a href="#" class="w3-hover-white w3-hover-text-blue">OPTIMISATION</a>
</div>
</div>
</li>
<li> <!-- Menu item with the submenu -->
<div class="w3-dropdown-hover">
<a href="#" class="has-submenu w3-white w3-hover-text-blue">PAGES</a> <!-- Link with the submenu -->
<div class="w3-bar-block w3-dropdown-content submenu-content w3-border w3-padding-small"> <!-- Submenu content -->
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 1</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 2</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 3</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 4</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 5</a>
<a href="#" class="w3-hover-white w3-hover-text-blue">OPTION 6</a>
</div>
</div>
</li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">TYPOGRAPHY</a></li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">CONTACT</a></li>
</div>
<!-- Show Hamburger version of the menu on medium and small displays -->
<div class="w3-right w3-hide-large w3-hover-text-blue material-icons hamburger">menu</div>
<div class="w3-sidenav w3-right w3-hide-large w3-animate-right">
<li><a href="#" class="w3-hover-white w3-hover-text-blue">HOME</a></li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">ABOUT US</a></li>
<li> <!-- Menu item with the submenu inside of Hamburger(sidenav) -->
<div class="w3-dropdown-hover">
<a href="#" class="has-submenu w3-white w3-hover-text-blue">SERVICES</a> <!-- Link with the submenu inside of Hamburger(sidenav) -->
<div class="w3-bar-block w3-dropdown-content submenu-content w3-border w3-padding-small"> <!-- Submenu content inside of Hamburger(sidenav) -->
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">SECURITY</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">EXECUTION</a>
<a href="#" class="w3-hover-white w3-hover-text-blue">OPTIMISATION</a>
</div>
</div>
</li>
<li> <!-- Menu item with the submenu inside of Hamburger(sidenav) -->
<div class="w3-dropdown-hover">
<a href="#" class="has-submenu w3-white w3-hover-text-blue">PAGES</a> <!-- Link with the submenu inside of Hamburger(sidenav) -->
<div class="w3-bar-block w3-dropdown-content submenu-content w3-border w3-padding-small"> <!-- Submenu content inside of Hamburger(sidenav) -->
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 1</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 2</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 3</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 4</a>
<a href="#" class="w3-hover-white w3-hover-text-blue w3-border-bottom">OPTION 5</a>
<a href="#" class="w3-hover-white w3-hover-text-blue">OPTION 6</a>
</div>
</div>
</li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">TYPOGRAPHY</a></li>
<li><a href="#" class="w3-hover-white w3-hover-text-blue">CONTACT</a></li>
</div> <!-- Hamburger version of the menu END -->
<!-- TopBar MENU END -->
</div>
<!-- Header TopBar END -->
<!-- Header Hero section START -->
<div id="header-hero" class="">
<div id="slide-one" class="w3-row">
<img src="img/hero-slider/slide-one.jpg" class="hero-slide">
<div class=""></div>
<div class="hero-c-box"></div>
<div clas=""></div>
</div>
</div>
<!-- Header Hero END -->
</div>
<!-- Header END -->
</body>
</html>