-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcalender.html
151 lines (133 loc) · 5.8 KB
/
calender.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICMA - Islamic Center of Melissa & Anna</title>
<link rel="icon" type="image/png" href="img/logo-dark.png">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/lightcase.css">
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="css/template-style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900&subset=latin-ext" rel="stylesheet">
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>
<body class="size-1280">
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav class="background-transparent background-primary-dott full-width sticky">
<!-- mobile version logo -->
<div class="logo hide-l hide-xl hide-xxl">
<a href="index.html" class="logo">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo-dark.png" alt="">
</a>
</div>
<div class="top-nav">
<!-- left menu items -->
<div class="top-nav left-menu">
<ul class="right top-ul chevron">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="calender.html">Calender</a></li>
</ul>
</div>
<!-- logo -->
<ul class="logo-menu">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/logo.svg" alt="">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo-dark.png" alt="">
</a>
</ul>
<!-- right menu items -->
<div class="top-nav right-menu">
<ul class="top-ul chevron">
<li><a href="donate.html">Donate</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Membership.html">Membership</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<article>
<!-- Header -->
<header class="section background-image text-center" style="background-image:url(img/img-05.jpg)">
<h1 class="animated-element slow text-extra-thin text-dark text-s-size-30 text-m-size-40 text-size-50 text-line-height-1 margin-bottom-30 margin-top-130">
Our Calender
</h1>
<!-- white full width arrow object -->
<img class="arrow-object" src="img/arrow-object-white.svg" alt="">
</header>
<!-- Section 1 -->
<section class="section background-white">
<div class="line">
<div class="margin2x">
<div class="m-12 l-6 margin-bottom-60">
</div>
<div align="center">
<iframe src="https://calendar.google.com/calendar/embed?src=contact%40icmausa.org&ctz=America%2FChicago" style="border: 0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</main>
<!-- FOOTER -->
<footer>
<!-- Social -->
<div class="background-primary padding text-center">
<!-- Social -->
<div class="background-primary padding text-center">
<a href="https://www.facebook.com/annaislamiccenter">
<i class="icon-facebook_circle text-size-25 text-dark"></i></a>
<a href="https://www.instagram.com/annaislamiccenter/">
<i class="icon-instagram_circle text-size-25 text-dark"></i></a>
</div>
<!-- Main Footer -->
<section class="section background-dark">
<div class="line">
<div class="margin2x">
<div class="s-12 m-6 l-3 xl-5">
</div>
<div class="s-12 m-6 l-3 xl-2">
</div>
<div class="s-12 m-6 l-3 xl-2">
</div>
<div class="s-12 m-6 l-3 xl-3">
<h4 class="text-white text-strong">Our Mission</h4>
<p>
<b > our mission is to provide a welcoming and nurturing space for Muslims to connect with Allah through prayer, foster a sense of community, and promote a deeper understanding of Islam.
</p>
</div>
</div>
</div>
</section>
<div class="background-dark">
<div class="line">
<hr class="break margin-top-bottom-0" style="border-color: #777;">
</div>
</div>
<!-- Bottom Footer -->
<section class="padding-2x background-dark full-width">
<div class="line">
<div class="s-12 l-6">
</div>
<div class="s-12 l-6">
</div>
</div>
</section>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
</html>