-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (219 loc) · 10.8 KB
/
index.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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<!-- Created By CodingNepal -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="wIRBcvwAXaj92TG9iZLlLm043DG-wf96OTLEdBAAWco" />
<meta name="description" content="My islamic cultural club site">
<title>DRMC Islamic Cultural Club</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<script src="/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">DRMC Islamic Cultural Club</a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn">Events</a></li>
<li><a href="#exe" class="menu-btn">Excutives</a></li>
<li><a href="#post" class="menu-btn">Posts</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">DRMC Islamic Cultural Club</div>
<div class="text-2">We Show The Bright Side of Islam</div>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Us</h2>
<div class="about-content">
<div class="column left">
<img src="images/Fist.jpg" alt="">
</div>
<div class="column right">
<div class="text">We Are DRMC Islamic Cultural club <span class="typing-2"></span></div>
<p>This club is one of the newest club of DRMC. We arrnage events, publish informative post in Facebook, and show the bright side of Islam</p>
<a href="https://www.facebook.com/DICC.Drmc">Facebook Page</a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">Our Events</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<div class="text">Adhan Compition</div>
<p>Adhan is the call of Allah to the muslim ummah. If you have a talent of betiful voice to Recite adhan then participate in our compition</p>
<a id="ser" href="https://www.facebook.com/DICC.Drmc">Link To Form</a>
</div>
</div>
<div class="card">
<div class="box">
<div class="text">Quran Tilawat Compition</div>
<p>Quran is the last holy book in Islam. Allah has ordred all the muslim to reicte holy quran. Participate now if you have a sweet voice to say Allahs kalam.</p>
<a id="ser" href="https://www.facebook.com/DICC.Drmc">Link To Form</a>
</div>
</div>
<div class="card">
<div class="box">
<div class="text">Writing Compition</div>
<p>You can show the beauty of islam by your writing. if you have skills to write motivational story then Join the event.</p>
<a id="ser" href="https://www.facebook.com/DICC.Drmc">Link To form</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- teams section start -->
<section class="teams" id="exe">
<div class="max-width">
<h2 class="title">Excutives Of Club</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<img src="images/profile-1.jpeg" alt="">
<div class="text">Anayet Uddin Fahad</div>
<p>President, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-5.jpeg" alt="">
<div class="text">Abu Saad</div>
<p>Vice President, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-3.jpeg" alt="">
<div class="text">Ahnaf Fahad</div>
<p>General Secretary, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-7.jpeg" alt="">
<div class="text">Ehtashamul Hauqe Sunny</div>
<p>Joint Secretary, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-6.jpeg" alt="">
<div class="text">Mir Mohammad Bayzid</div>
<p>Organising Secretary, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-2.jpeg" alt="">
<div class="text">Hasan Mahmud Sourav</div>
<p>Office Secretery, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/profile-4.jpeg" alt="">
<div class="text">S M Ibnul Wasif</div>
<p>Treasurer, DRMC Islamic Cultural Club</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/.jpeg" alt="">
<div class="text">Farhan Labib Shabib</div>
<p>Media and Printng Secretary, DRMC Islamic Cultural Club</p>
</div>
</div>
</div>
</div>
</section>
<section class="teams" id="post">
<div class="max-width">
<h2 class="title">Our Facebook Posts</h2>
<div class="carousel owl-carousel">
<div class="">
<div class="">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FDICC.Drmc%2Fposts%2F157368563174312&show_text=false&width=500" width="320" height="329" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
</div>
<div class="">
<div class="">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FDICC.Drmc%2Fposts%2F156678043243364&show_text=false&width=500" width="320" height="329" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
</div>
<div class="">
<div class="">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FDICC.Drmc%2Fposts%2F156020683309100&show_text=false&width=500" width="320" height="329" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="">
<div class="text">Get in Touch</div>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Dhaka Residential Model College Islamic Cultural club</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">About</div>
<div class="sub-title">A Club to Cherish Islamic moral and values along with the History Of The beautiful Islam.</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
</footer>
<script src="script.js"></script>
</body>
</html>