-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
49 lines (49 loc) · 1.56 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<title>About</title>
</head>
<body>
<div class="navbar">
<div>
<a href="./index.html" class="mainH">Find My Event</a>
</div>
<a href="./pages/login_project.html" class="navbarh">Profile</a>
<a href="#" class="navbarh">Tickets</a>
<a href="./pages/event.html" class="navbarh">Events</a>
</div>
<br><br><br>
<div class="mainp">
<a class="para" href="#" id="style-2" data-replace="Here it is !"><span>Here it is !</span></a>
<br><br>
<a class="para" href="#" id="style-2" data-replace="Because we know you liked it ..."><span>Because we know you liked it ...</span></a>
</p>
</div>
<br><br>
<div>
<img src="./images/snip1.png" alt="loading...">
</div>
<div class="snip">
<div>
<h2 class="mainN">Navigation Bar</h2>
</div>
<div>
<p class="des">
A navigation bar (or navigation system) is a section of a graphical user interface intended to aid visitors in accessing information.
</p>
<br><br>
<p class="des">
Navigation bars are implemented in file browsers, web browsers and as a design element of some web sites.
</p>
<br>
</div>
</div>
<div class="css">
<img src="./images/css.png" alt="Css">
</div>
</body>
</html>