-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
71 lines (57 loc) · 2.3 KB
/
sponsors.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
---
layout: default
---
{% include slider.html content="<h2>Sponsors</h2>"%}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Links</h2>
</header>
<div class="section-content">
<ul class="list-links">
<li><h4><a href="#platinumsponsors">Platinum sponsors</a></h4></li>
<li><h4><a href="#goldsponsors">Gold sponsors</a></h4></li>
<li><h4><a href="#silversponsors">Silver sponsors</a></h4></li>
<li><h4><a href="#bronzesponsors">Bronze sponsors</a></h4></li>
</ul>
</div><!-- /.section-content -->
</section><!-- /.events-small -->
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<div class="section-content">
<header><h2>Our sponsors</h2></header>
<p>
The ACM Symposium on Cloud Computing 2021 (SoCC '21) is the twelfth in an established series of symposia that bring
together researchers, developers, users, and practitioners interested in cloud computing. SoCC is co-sponsored
by the ACM Special Interest Groups on Management of Data (SIGMOD) and on Operating Systems (SIGOPS).
</p>
<br>
<a id="platinumsponsors"><h2>Platinum sponsors</h2></a>
{% include platinum-sponsors.html %}
<br><br><br>
<a id="goldsponsors"><h2>Gold sponsors</h2></a>
{% include gold-sponsors.html %}
<br><br><br>
<a id="silversponsors"><h2>Silver sponsors</h2></a>
{% include silver-sponsors.html %}
<br><br><br>
<a id="bronzesponsors"><h2>Bronze sponsors</h2></a>
{% include bronze-sponsors.html %}
<br><br>
<a id="diversitysponsors"><h2>Diversity sponsor</h2></a>
{% include diversity-sponsors.html %}
</div--><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->