-
Notifications
You must be signed in to change notification settings - Fork 0
/
invite.html
75 lines (53 loc) · 2.45 KB
/
invite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>NSNCO - Invite</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/new-logo.png" rel="icon">
<link href="assets/img/new-logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="maindiv">
<div class="showbanner">
<div class="blogo"><img src="img/blogo.png"></div>
<div class="btitle">Art Exhibition</div>
<div class="bdate">12 - 20 Oct</div>
<div class="bdesc">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
</div>
<div class="moonprojectdiv">
<div class="moonproject">
<h2>Changemakers: The Happy Hippies? </h2>
<p>The power of social media is said to force necessary change, so here we are, The Happy Hippies! We are so glad to see you here. We are all a bunch of lookalikes who get into conversations on themes of major social importance. So excited to grow the community of like minded happy hippies! #moonproject are you ready for the show?</p>
</div>
</div>
<div class="videodiv1">
<div class="videodiv">
<iframe width="100%" height="450px" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
</div>
</div>
<div class="sociallink">
<i class="icofont-instagram"></i>
<i class="icofont-linkedin"></i>
<i class="icofont-facebook"></i>
<i class="icofont-twitter"></i>
<i class="icofont-telegram"></i>
</div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>