-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebar.html
114 lines (105 loc) · 3.86 KB
/
sidebar.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
<div class="sidebar black ">
<!--=================== Categories ===========-->
<div class="categories">
<h4 >Menu</h4>
<ul>
<li><a href="index">Home</a></li>
<li><a href="bvabout">About</a></li>
<li><a href="covid19/index">Covid-19</a></li>
<li><a href="https://form.jotform.com/letsbethechange.india/bv-volunteers">Volunteer Sign Up</a></li>
<li><a href="partners">Partners</a></li>
</ul>
</div>
<!--================= Search ==================-->
<div class="search">
<form class="form-search" action="//google.com.ua/search" target="_blank"
method="get" onsubmit="return q.value!=''" role="search">
<label>Search</label>
<input type="search" name="q" placeholder="Search...">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<!-- =================== Calendar ==================-->
<!-- =================== Recent Posts ===============-->
<div class="recent-posts mb">
<h4> Recent Posts </h4>
<div class="news-1">
<a href="bvcertification">
<img src="assets/images/othersn1.png" alt="...">
</a>
<div class="news">
<h5 class="news-h"><a href="bvcertification">BV - Certification Program</a> </h5>
<p class="date">May 01, 2020</p>
</div>
</div>
<div class="news-2">
<a href="bvabout">
<img src="assets/images/othersn.png" alt="...">
</a>
<div class="news">
<h5 class="news-h"><a href="bvabout">BV - About</a> </h5>
<p class="date">October 19, 2019</p>
</div>
</div>
<div class="news-3">
<a href="bvnews3">
<img src="assets/images/othersn2.png" alt="...">
</a>
<div class="news">
<h5 class="news-h"><a href="bvnews3">BV – BRIDGING CHANGEMAKERS AND THE GOVERNMENT</a> </h5>
<p class="date">January 01, 2020</p>
</div>
</div>
</div>
<!-- ===================== Tags ====================-->
<div class="tags">
<h4>Tags</h4>
<ul>
<li class="active buttons"><a href="bvcertification" class="tags-btn">BV - Certification</a></li>
<li class="buttons"><a href="bvabout" class="tags-btn">About</a></li>
<li class="buttons"><a href="bvnews3" class="tags-btn">BV - Bringing Changes</a></li>
</ul>
</div>
<!-- ================== Instagram ====================-->
<div class="photo-container instagram">
<h4>Instagram</h4>
<div class="photo-inst">
<div class="photo-link">
<a href="https://www.instagram.com/p/B_Fj3PSFMX6/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n1.png" alt="" class="img-small">
</a>
</div>
<div class="photo-link ">
<a href="https://www.instagram.com/p/B_aZ18HlbZX/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n2.png" alt="" class="img-small">
</a>
</div>
<div class="photo-link">
<a href="https://www.instagram.com/p/B-2HTvqFPf9/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n3.png" alt="" class="img-small">
</a>
</div>
<div class="photo-link">
<a href="https://www.instagram.com/p/B-hZ3zSlYRm/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n4.png" alt="" class="img-small">
</a>
</div>
<div class="photo-link ">
<a href="https://www.instagram.com/p/B-uT-_DFaxd/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n5.png" alt="" class="img-small">
</a>
</div>
<div class="photo-link">
<a href="https://www.instagram.com/p/B-w2sXpFxwe/" class="img-link">
<span><i class="icon-eye" aria-hidden="true"></i></span>
<img src="assets/images/n6.png" alt="" class="img-small">
</a>
</div>
</div>
</div>
</div> <!-- /.sidebar -->