forked from SrivastavArchit/hackfest-ki-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewhackfest.html
103 lines (97 loc) · 5.89 KB
/
newhackfest.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="styles1.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div id="wrapper">
<div class="navbar">
<div class="logo-container">
<img src="lgm.jpg" class="logo" alt="">
</div>
<div class="nav-items">
<div><a href="#">HOME</a></div>
<div><a href="#">ABOUT US</a></div>
<div><a href="#">SERVICES</a></div>
<div><a href="#">CONTACT US</a></div>
</div>
</div>
<video autoplay muted loop id="myVideo">
<source src="mmmvideo.mp4" type="video/mp4">
</video>
<section class= "bg-purple-200 text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class=" mx-40 title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">ADMIN SECTION
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold">We are overwhelmed to see you as a part of Madan Mohan Malviya University of Technology</p>
<div class="flex justify-center">
<button class="mx-40 inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">OPEN</button>
<!-- <button class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Button</button> -->
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="ADMIN.jpg">
</div>
</div>
</section>
<section class="bg-lime-200 text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="stud.jpg">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">STUDENT SECTION
</h1>
<p class="mb-8 leading-relaxed">CONTENT FOR STUDNT
with .</p>
<div class="flex justify-center">
<button class=" inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">OPEN</button>
<!-- <button class="ml-4 inline-flex text-gray-700 bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Button</button> -->
</div>
</div>
</div>
</section>
<section class="bg-rose-200 text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="mx-40 title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">MESS SECTION
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold">We are overwhelmed to see you as a part of Madan Mohan Malviya University of Technology</p>
<div class="flex justify-center">
<button class="mx-40 inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">OPEN</button>
<!-- <button class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Button</button> -->
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="mess.webp">
</div>
</div>
</section>
<section class="bg-cyan-200 text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded " alt="hero" src="contactus.jpg">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">CONTACT US
</h1>
<p class="mb-8 leading-relaxed">CONTENT FOR STUDNT
with .</p>
<div class="flex justify-center">
<button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">OPEN</button>
<!-- <button class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Button</button>
</div> -->
</div>
</div>
</section>
</div>
</body>
</html>