forked from divyansh-tripathi7/websiteBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourSponsors.html
25 lines (22 loc) · 1.17 KB
/
ourSponsors.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
<div class='c'>
<div class='p'>
<div class='sponsorsFooter'>
<h1 id="sponsorTitle" data-default-title="<strong>Our Sponsors</strong>"><strong>Our Sponsors</strong></h1>
<ul>
<span data-group-title="Gold Sponsor">
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
</span>
<span data-group-title="Silver Sponsors">
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
</span>
<span data-group-title="Bronze Sponsors">
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
<li><img src="http://placehold.it/140x80/ccc/BBB&text=Company" ></li>
</span>
</ul>
</div>
</div>
</div>
</div>