-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue.html
95 lines (62 loc) · 3.97 KB
/
venue.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GTC</title>
<link rel="stylesheet" href="style5.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="header-basic.css">
<link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quattrocento+Sans&family=Spartan:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header class="header-basic">
<div class="header-limiter">
<h1 class="aa"><a href="home.html">Global <span>Tech</span> Conference</a></h1>
<nav>
<a href="home.html">Home</a>
<a href="https://forms.gle/2eaotVCqkQVGTuHn8" target="_blank" style="color:#5383d3;">Register</a>
<a href="speaker.html">Speakers</a>
<a href="schedule.html">Schedule</a>
<a href="venue.html">Venue</a>
</nav>
</div>
</header>
<div class="asd">
<div class="ptext">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
<div class="ven">
<h3 class="lk">Venue</h3>
<img src="mgm.png" alt="mgm" class="kala">
<h1 class="h1haa">All Conferences At MGM Grand</h1>
<p class="parap">MGM Grand, the largest hotel in the India, has collaborated with <strong> GTC-2021</strong> to hold its mutliple conferences, in May, 2021. The dates of the events are: <strong> MAY 1</strong>,<strong>MAY 2</strong> and <strong>MAY 3</strong>. We strive for the highest level of the health & safety of our guests and MGM adheres to the same idea. In addition to being the home to several top-notch restaurants and nightlife venues, it has one of the largest gaming floors in all of India. Staying at the finest of hotels can magnify your Vegas experience.
MGM’s in-house amenities & entertainment activities also make up for the perfect blend of business & fun. The property is conducting offline events after a span of time. Henceforth, we have joined hands to bring back the physical gatherings through conferences.</p>
</div>
<br><br><br><br><br><br><br><br>
<!-- The content of your page would go here. -->
<header class="header-basic">
<div class="header-limiter">
<div class="icons">
<p class="para">© Global Tech Conference</p>
<a href="https://www.instagram.com/real_ambuj/" target="_blank"><img src="i1.png" class="pop" alt="icon"></a>
<a href="https://www.facebook.com/ambuj.raj.3701" target="_blank"><img src="i2.png" class="pop" alt="icon"></a>
<a href="https://www.linkedin.com/in/ambuj-raj-542913201/" target="_blank"><img src="i3.png" class="pop" alt="icon"></a>
<a href="https://twitter.com/real_ambuj" target="_blank"><img src="i4.png" class="pop" alt="icon"></a>
<a href="https://www.youtube.com/" target="_blank"><img src="i5.png" class="pop" alt="icon"></a>
</div>
</div>
</header>
</body>
</html>