forked from harunabdullahrakin/AmarEvents-Beta-2.1.3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiki.php
More file actions
207 lines (179 loc) · 7.42 KB
/
Copy pathwiki.php
File metadata and controls
207 lines (179 loc) · 7.42 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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>Wiki - Amar Events</title>
<?php include "config/meta.php" ?>
<link rel="stylesheet" href="styles.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<?php session_start(); ?>
<header class="header">
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="amar-events-logo.png" alt="Amar Events Logo" width="160" height="80" />
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="/wiki" class="nav-link">WIKI</a></li>
<li class="nav-item"><a href="/" class="nav-link"> HOME</a></li>
<li class="nav-item"><a href="/events" class="nav-link">EVENTS</a></li>
<li class="nav-item mobile-only">
<a
style="text-decoration: none;"
href="<?php echo isset($_SESSION['user']) ? '/dashboard' : '/login'; ?>"
class="list-event-btn mobile-btn"
>
<?php echo isset($_SESSION['user']) ? 'Dashboard' : 'START NOW'; ?>
</a>
</li>
</ul>
<a
style="text-decoration: none;"
href="<?php echo isset($_SESSION['user']) ? '/dashboard' : '/login'; ?>"
class="list-event-btn"
>
<?php echo isset($_SESSION['user']) ? 'Dashboard' : 'START NOW'; ?>
</a>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
</header>
<div class="mobile-overlay"></div>
<section class="wiki-hero">
<div class="container">
<h1 class="hero-title">Amar Wiki & FAQ</h1>
<p class="hero-<subtitle></subtitle>">Everything you need to know about events and our platform</p>
</div>
</section>
<section class="faq">
<div class="container">
<h2 class="section-title">Amar Events Guide</h2>
<div class="faq-container">
<div class="faq-item active">
<div class="faq-question">
<span>How to register for an organization?</span>
<i class="fas fa-minus faq-icon"></i>
</div>
<div class="faq-answer">
<p>Send your organization details and user details in <a href="/organization" style="color:yellow;">request organization</a>. You must verify your organization with details.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>How to book a ticket?</span>
<i class="fas fa-plus faq-icon"></i>
</div>
<div class="faq-answer">
<p>Go to <a href="/events">Events</a> & Click the event.
Click the Register button. You'll see a form fill it up with your information. You must provide your valid information.
Check your mail for verification code and paste it here then select payment method. We have Bkash/Nagad/Rocket.
then click the below button. Copy the number along with the ticket prize.
<br>
Open Bkash app and
select send money
then paste the number there and continue paste the ticket prize there and click the below button after payment. Copy and Paste your trans Id to the field. Just click Done & wait for the confirmation mail from event organizer.
</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>how to contact with the owner?</span>
<i class="fas fa-plus faq-icon"></i>
</div>
<div class="faq-answer">
<p> You can contact with the owner with whatsapp.
<br> </p>
<a href="https://wa.me/8801978431336" target="_blank" class="whatsapp-btn">
<i class="fab fa-whatsapp"></i> Contact via WhatsApp
</a>
<style>
.whatsapp-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #25D366;
color: #fff;
font-weight: bold;
padding: 12px 20px;
border-radius: 8px;
text-decoration: none;
font-size: 16px;
transition: background-color 0.3s, transform 0.2s;
}
.whatsapp-btn i {
font-size: 20px;
}
.whatsapp-btn:hover {
background-color: #1ebe57;
transform: translateY(-2px);
}
.whatsapp-btn:active {
transform: translateY(0);
}
</style>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Want to host something bigger?</span>
<i class="fas fa-plus faq-icon"></i>
</div>
<div class="faq-answer">
<p> If you're seeking for full automation and 1k+ participants
<br> We recommend you to use <a href="https://myeventspark.com" style="font-style:none; color:yellow;weight:700;">EVENTSPARK</a>. You can easily handle your large event there with instant support!</p>
</div>
</div>
</div>
</div>
</section>
<section class="faq">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq-item">
<div class="faq-question">
<span>What is Amar Events?</span>
<i class="fas fa-minus faq-icon"></i>
</div>
<div class="faq-answer">
<p>it is a event management project to event organizers. It's main goal is to allow others to create events even with the low budget.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Prizes</span>
<i class="fas fa-plus faq-icon"></i>
</div>
<div class="faq-answer">
<p>It depends on participants count. Please mention your plan in the chat below.<br> We're the most affordable ticket seller in the market!</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Discounts</span>
<i class="fas fa-plus faq-icon"></i>
</div>
<div class="faq-answer">
<p>for educational events, we offer up to 20% discount.</p>
</div>
</div>
</div>
</div>
</section>
<?php
include "config/footer.php"
?>
<button id="backToTop" class="back-to-top">
<i class="fas fa-chevron-up"></i>
</button>
<script src="script.js"></script>
</body>
</html>