-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
70 lines (60 loc) · 2.35 KB
/
sponsors.html
File metadata and controls
70 lines (60 loc) · 2.35 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
65
66
67
68
69
70
---
layout: default
---
{% include slider-sponsors.html %}
<!-- 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="#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>
<li><h4><a href="#scholarshipsponsors">Student scholarship sponsors</a></h4></li>
<li><h4><a href="#diversitysponsors">Diversity 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 2018 (SoCC '18) is the ninth 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>
<a id="goldsponsors"><h2>Gold sponsors</h2></a>
{% include gold-sponsors.html %}
<br>
<br>
<a id="silversponsors"><h2>Silver sponsors</h2></a>
{% include silver-sponsors.html %}
<br>
<br>
<a id="bronzesponsors"><h2>Bronze sponsors</h2></a>
{% include bronze-sponsors.html %}
<br>
<br>
<a id="scholarshipsponsors"><h2>Student scholarship sponsors</h2></a>
{% include student-support.html %}
<br>
<a id="diversitysponsors"><h2>Diversity sponsors</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 -->