-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathsponsors.html
More file actions
133 lines (125 loc) · 4.92 KB
/
sponsors.html
File metadata and controls
133 lines (125 loc) · 4.92 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<section id="platinum" style="background: white;" class="pycon-tab wrapper">
<div class="container">
<div class="row wow fadeIn">
<div class="col-md-12 text-center">
<h2 id="sponsorship"><strong>EVENT SPONSORS</strong></h2>
</div>
</div>
<div class="row pycon-speakers-img sponsors wow fadeIn">
<div class="col-md-10 col-md-offset-1">
<p class="text-center">
PyCon India is entirely driven by volunteers. Sponsoring the event helps to sustain and
grow the conference as well as the community. Sponsors help in making the conference affordable,
and maintaining the inventory for the conference.
</p>
<div class="text-center" style="position: relative;">
<a href="/2019/sponsorship-prospectus.pdf" class="dwd-link"><b>DOWNLOAD SPONSORSHIP PROSPECTUS</b></a>
</div>
</div><br /><br />
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<h4 style="margin: 0 auto; text-align: center;">PLATINUM SPONSORS</h4>
<div class="col-md-12 sponsor text-center">
<a href="https://www.aqr.com" target="_blank">
{% asset aqr.jpg class="sponsor" alt="AQR" width="100%" %}
</a>
</div>
</div>
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<h4 style="margin: 0 auto; text-align: center;">GOLD SPONSORS</h4>
<div class="col-md-12 sponsor text-center">
<a href="https://aws.amazon.com" target="_blank">
{% asset aws.png class="sponsor" alt="Amazon Web Services" width="100%" %}
</a>
<a href="https://www.jetbrains.com/" target="_blank">
{% asset jetbrains.png class="sponsor" alt="JetBrains" width="100%" %}
</a>
</div>
</div>
<!-- <div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<div class="platinum">
<h4>PLATINUM SPONSORS</h4>
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
</div>
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<div class="platinum">
<h4>GOLD SPONSORS</h4>
</div>
<div class="row wow fadeIn">
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
</div>
</div>
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<div class="platinum">
<h4>SILVER SPONSORS</h4>
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
</div>
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<div class="platinum">
<h4>ASSOCIATE SPONSORS</h4>
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
<div class="col-md-3 text-center">
<img src="images/dbs.png" alt="" width="100%">
</div>
</div>
<div class="col-md-10 col-md-offset-1 common-padding wow fadeIn">
<div class="platinum">
<h4>INKIND SPONSORS</h4>
</div>
<div class="col-md-4 text-center">
<img src="images/dbs.png" alt="" width="60%">
</div>
<div class="col-md-4 text-center">
<img src="images/dbs.png" alt="" width="60%">
</div>
<div class="col-md-4 text-center">
<img src="images/dbs.png" alt="" width="60%">
</div>
</div> -->
</div>
</div>
{% asset auto-right-small.png alt="" class="ther bg wow slideInLeft" %}
</section>