-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (40 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Us</title>
<link rel="stylesheet" href="about-style.css">
<!-- Google FOnts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<section id="head">
<h1>About Miracle Events</h1>
<h3>We have specific skills to cope with the demands of the profession. We have the Ability to stay calm under pressure.While we generally carries out the event planning, we may collaborate with them on various aspects of the event. These can include determining the event budget, developing the event schedule and selecting the event venue and activities. The ability to plan and consider all possibilities is crucial for the event's subsequent success.</h3>
</section>
<section id="skills">
<div>
<h2>Skills</h2>
<ul>
<li>Coming up with a workable concept for the event</li>
<li>Designing the floor plan for booths and other facilities</li>
<li>Working on the audio-visual production</li>
<li>Coordinating the event</li>
<li>Inviting speakers and entertainers</li>
<li>Obtaining necessary permits for hosting the event</li>
<li>Monitoring till the end of the event</li>
</ul>
</div>
</section>
<section id="end">
<h3>Don't Worry at all. We Will Lend our Hand in all the ways that we can!</h3>
<a type="button" class="btn btn-outline-light" href="index.html">Back</a>
</section>
</body>
</html>