-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
117 lines (97 loc) · 5 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Annual Charity Show">
<meta name="keywords" content="Animal charity, raise funds for animals">
<meta name="author" content="Wakil Ahmed">
<title>ACS | Community</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Annual</span> Charity Show</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="charity.html">Charity Events</a></li>
<li><a href="fund.html">Fund Raising</a>
<ul>
<li><a href="#">Donate Us</a></li>
<li><a href="#">Our Shelters</a></li>
</ul>
</li>
<li class="current"><a href="community.html">Community</a></li>
<li><a href="news.html">News & Reviews</a></li>
<li><a href="tools.html">Tools and Calculators</a></li>
<li><a href="joinus.html">Join Us Now</a></li>
</ul>
</nav>
</div>
</header>
<section id="signin">
<div class="comcontainer">
<ul class="nestedcomment">
<li>
<div class="comment">
<p><a href="#" class="name">Jane Williams</a></p>
<em> June 21st 2017 </em>
<p><img src="img/walkdog.jpg" alt="walk the dog"><br> <span>TAKE THE DOG WALK CHALLENGE!</span><br> It was one of the greatest challenges for me as I stay busy with my works most of the time and don't get much time to spend with my dogs. But the event made a way for me to fulfil my wish and the event was really fun as I came to know some really good people. Looking forward to this year's event on April.</p>
<p><input type="text" name="comment_on_post" placeholder="Post Your Comment">
<input type="submit" value="Comment"></p>
</div>
<ul>
<li>
<div class="comment">
<p><a href="#" class="name">David Chris</a></p>
<em> June 25th 2017 </em>
<p>I also joined the event last year and it was really fun for me and my dog Tom. Can't wait to join this year.</p>
<p><a href="#" class="reply"> Reply </a></p>
</div>
<ul>
<li>
<div class="comment">
<p><a href="#" class="name">Matt G</a></p>
<em> February 21st 2018 </em>
<p> Looks like you guys really had some fun. I haven't joined the program last year but this year I came to know about ACS and going to join the event with my buddy Steve. </p>
<p><a href="#" class="reply"> Reply </a></p>
</div>
</li>
</ul>
</li>
</ul>
</li>
<li>
<div class="comment">
<p><a href="#" class="name">Rakibul Hasan</a></p>
<em> March 6th 2018 </em>
<p><img src="img/tshirt.jpg" alt="custom t sheirt event" class="tshirt"><br> <span>CREATE CUSTOM T-SHIRTS!</span><br>Last year I joined the "Create your custom T-Shirt" program and I really enjoyed the program as it was quite an unique event. I made this T-Shirt last year,how is it guys!!! Hope to see more people this year</p>
<p><input type="text" name="comment_on_post" placeholder="Post Your Comment">
<input type="submit" value="Comment"></p>
</div>
</li>
</ul>
</div>
<div class="formarea">
<h3>Login Form</h3>
<form>
<p>Email</p>
<input type="email" name="email" placeholder="Enter Your Email" required>
<p>Password</p>
<input type="password" name="password" placeholder="Enter Your Password" required>
<p> Leave Your Opinion About Us </p>
<input type="text" name="comment_about_event" placeholder="Post Your Opinion">
<input type="submit" value="Sign In">
<a href="#">Forgot Password?</a>
</form>
</div>
</section>
<footer>
<p>Annual Charity Show, Copyright ©2018</p>
</footer>
</body>
</html>