-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhyjoin.html
More file actions
64 lines (56 loc) · 4.32 KB
/
whyjoin.html
File metadata and controls
64 lines (56 loc) · 4.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>p2h-3 Why join</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Header Area-->
<div class="header_area fix">
<div class="header structure fix">
<div class="header-top floatleft fix">
<div class="logo fix">
<a href="#"><img src="images/logo.png" alt="logo"></a>
</div>
</div>
<div class="header_right floatright fix">
<div class="_btn">
<img src="images/join.png" alt="join">
<a href="#" class="btn_1">Why join</a>
<img src="images/calender.png" alt="join">
<a href="#" class="btn_2">Find An Event</a>
<img src="images/suggestions.png" alt="join">
<a href="#" class="btn_3">Suggestions</a>
</div>
</div>
<div class="_nav floatright fix">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="singles-ministries.html">Singles Ministries</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="newsletter.html">Newsletter</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
</div><!--Header End-->
<!--Maincontent Area-->
<div class="maincontent_area fix">
<div class="maincontent structure findanevent fix">
<h2>Why join?</h2>
<p>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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div><!--Header End-->
<!--Footer Area-->
<div class="socialbookmark findanevent fix">
<a href="#"><img src="images/yahoo.png" alt="yahoo"></a>
<a href="#"><img src="images/facebook.png" alt="facebook"></a>
<a href="#"><img src="images/twitter.png" alt="twitter"></a>
<a href="#"><img src="images/linkedin.png" alt="linkedIn"></a>
</div>
</body>
</html>