-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtickets.html
159 lines (141 loc) · 5.86 KB
/
tickets.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<title>Product Xperience Summit 2025</title>
<meta name="author" content="99x">
<meta name="keywords" content="Product experience, Winning product, User experience, Summit 2025">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Meta Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1121992112906776');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1121992112906776&ev=PageView&noscript=1" /></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<!--Header section-->
<header>
<nav>
<div class="d-md-none d-flex mb-3">
<img src="./img/PX_logo_White.svg" width="245" />
</div>
<!-- <div class="nav-toggle">
<i class="fas fa-bars"></i>
</div> -->
<ul class="nav-list">
<!-- <li><a href="index.html" class="active">Home</a></li> -->
<!-- <li><a href="#about">About</a></li> -->
<a href="index.html" class="logo-block no-hover py-0">
<img src="./img/PX_logo_White.svg" width="245" />
</a>
<!-- <li><a href="#speakers"> Speakers</a></li> -->
<!-- <li><a href="#agenda">Agenda</a></li> -->
</ul>
</nav>
</div>
</header>
<section id="about" class="about-bg position-relative">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-center position-relative z-index-1" data-aos="fade-up" data-aos-duration="1000">Purchase your
tickets!</h4>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="square-container">
<div class="row">
<div class="col-lg-6">
<div class="text-center">
<div class="square text-center" data-aos="fade-up" data-aos-duration="1000">
<div class="square-brand">
<h5>Early Bird Price</h5>
</div>
<p><b><s>LKR 15,000</s></b></p>
<div>
<p><i>Are you a Tech Startup Founder?</i></p>
<p class="ticket-section"><i>Call us at <b>074-0025247</b> or email via <a href="mailto:[email protected]" target="_blank">[email protected]</a> to book your tickets</i></p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="text-center">
<div class="square text-center" data-aos="fade-up" data-aos-duration="1000">
<div class="square-danger">
<h5>Standard Price</h5>
</div>
<p><b>LKR 18,000</b></p>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12">
<div class="text-center">
<div class="square text-center" data-aos="fade-up" data-aos-duration="1000">
<div class="square-secondary">
<h5>Group offer - Buy 9 & Get 1 Free</h5>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<a href="https://eventshere.lk/events/901001/ProductXperience-Summit-2025" target="_blank"
class="btn btn-light-100">Buy Now</a>
</div>
</div>
<!--
<div class="mt-5 text-center">
<p>Do you have a custom requirement? Contact us below!</p>
</div> -->
<div class="row">
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "4324278",
formId: "46c69596-8d80-4af1-9f62-598ba36373ff"
});
</script>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="./js/main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>