forked from tinkerhub/stackup-teamplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (82 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="website icon" type="png" href="resources/logo.png">
<title>Lunar</title>
<link rel="stylesheet" href="style/base.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<ul class="header">
<li id="active"><a href="#">Home</a></li>
<li><a href="#">Campus</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Event</a></li>
<li><a href="/Event-Listing-Platform/login.html">Login</a></li>
</ul>
<div class="home-page">
<div id="main-page">
<div class="slide-show">
<img src="" alt="">
<h1>Lunar</h1>
<h4>Event Listing Platform</h4><br>
<a href="/Event-Listing-Platform/login.html" class="main-button">Join us</a>
</div>
<div class="details">
<div id="box1">
<h2>heyyy</h2>
<h3>have a event</h3>
<h3>wanna <org>publish</org> it</h3>
</div>
<div id="box2">
<h2>Features</h2>
</div>
</div>
</div>
<div class="third-screen">
<div class="third-view">
<h2>Our Main Features</h2>
<ul class="events-list">
<li>Event 1</li>
<li>Event 2</li>
<li>Event 3</li>
</ul>
</div>
</div>
<!-- screen two sided -->
<!-- <div class="two-screen">
<h3>Design for any Types of Events</h3>
<p>this the discription for the above heading due to lack of time for the time being its just random coz our content team is on leave </p>
<a href="/Event-Listing-Platform/login.html" class="main-button">Join us</a>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ7DPY50jIMVWSEizTPgZCXXIKlFNfZP7jZYQ&usqp=CAU" alt="Event image" id="event-image">
</div> -->
<div class="second-screen">
<div class="second-view">
<h2>Demo Events</h2>
<ul class="events-list">
<li>Event 1</li>
<li>Event 2</li>
<li>Event 3</li>
</ul>
</div>
</div>
<ul id="Features">
<li>Effient</li>
<li>User Friendly</li>
<li>Fast</li>
</ul>
</div>
<footer>
<ul>
<li class="Project">
<h5>Team: Reverse</h5>
<p>Project name: Lunar</p>
</li>
</ul>
</footer>
</body>
</html>