-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject1.html
More file actions
90 lines (81 loc) · 4.06 KB
/
Copy pathproject1.html
File metadata and controls
90 lines (81 loc) · 4.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-devise width,initial scale=1.0">
<title>Virtual ho
st</title>
<link rel="stylesheet" , href="style1.css">
</head>
<body>
<div class="nav">
<ul class="left">
<li><a href="https://www.lpu.in">Home</a></li>
<li><a href="demo.html">Book a Demo</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<img class="logo" src="E.Event.jpg" alt="logo E.Event">
</ul>
<div>
<img class="imgg" src="https://imgs.search.brave.com/6b-RBydtTG_uJMsj5Uub8SUSgMgQilPZKc1b281Hw7I/rs:fit:860:0:0/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvZW4vMy8zYS9M/b3ZlbHlfUHJvZmVz/c2lvbmFsX1VuaXZl/cnNpdHlfbG9nby5w/bmc" alt="Lovely logo">
<h1>Virtual Hosting and Event Management</h1>
</div>
</div>
<main>
<div>
<h1 class="websitename">E.EVENTS</h1>
</div>
<section>
<h2><marquee>Book anytime, anywhere, service available 24x7</marquee></h2>
</section>
<div>
<ul class="titlepg" >
<li><a href="prodinfo.html">Product Information</a></li>
<li><a href ="review.html">Reviews</a></li>
<li><a href="Pricing.html">Pricing</a></li>
</ul>
</div>
<div >
<img src="virtual conference.webp" alt="video call">
<h2><marquee>All types of serives are provided 24x7</marquee></h2>
<img class="pics" src="E sports.webp" alt="Online Games">
</div>
<fieldset>
<p><b>What is E.EVENT (formerly Socio)?</b><br><br>
E.EVENT (formerly Socio) is an end-to-end event management platform powering immersive, intuitive, and inclusive virtual, hybrid, and in-person events. Raise the bar with event apps, flexible registration, check-in and badge printing, lead retrieval, and live streaming technology.E.Events blends flexibility with ease of use so organizers can host engaging events that support their goals, no matter the type of event or organization.</p>
</fieldset>
<fieldset>
<label><b>Price Events</b></label>
<table>
<tr>
<th>Free</th>
<th>Starter</th>
<th>Business Single Event or Annual</th>
</tr>
<tr>
<td>0.00 Rs</td>
<td>5000.00 Rs</td>
<td>10000.00 Rs</td>
</tr>
</table>
</fieldset>
</main>
<footer>
<div >
<!-- Instagram Icon -->
<a href="https://www.instagram.com/your_instagram_profile">
<img class = "social" src="https://imgs.search.brave.com/42KFvzvc6BIbH38AvNUabVJ3ZhjiT2aLFZ7kn9MbbBk/rs:fit:860:0:0/g:ce/aHR0cHM6Ly90My5m/dGNkbi5uZXQvanBn/LzAzLzEzLzc2LzA0/LzM2MF9GXzMxMzc2/MDQyMV90eFM2eHJU/YmEwcVdzaHZtYXNz/UWJDWGJTbEJwVzVs/Ry5qcGc" alt="Instagram">
</a>
<!-- Twitter Icon -->
<a href="https://twitter.com/your_twitter_profile" >
<img class = "social" src="https://imgs.search.brave.com/i4fMTegxlfTiztVWbsw0Xplr1u2aE05eEPKUqAgftlI/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9jZG4t/aWNvbnMtcG5nLmZs/YXRpY29uLmNvbS8x/MjgvMzI1Ni8zMjU2/MDEzLnBuZw" alt="Twitter">
</a>
<!-- Facebook Icon -->
<a href="https://www.facebook.com/your_facebook_page" >
<img class = "social" src="https://imgs.search.brave.com/jJCoPasn2serH2FU-dHJQycakDfaNS7AZ2vE_CuAUNg/rs:fit:860:0:0/g:ce/aHR0cHM6Ly90NC5m/dGNkbi5uZXQvanBn/LzA1LzMyLzIwLzAz/LzM2MF9GXzUzMjIw/MDM1NV9vZEtOOU91/M1dCNmlIV0pURklF/bEZ0SmJUdXpKc3BZ/Ni5qcGc" alt="Facebook">
</a>
</div>
</footer>
</body>
</html>