Skip to content

Commit c93aee1

Browse files
committed
Added sponsors page, and styling
1 parent 420d8c4 commit c93aee1

File tree

2 files changed

+210
-0
lines changed

2 files changed

+210
-0
lines changed

assets/css/pyconindia.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,43 @@ div.code > div {
467467
div.code td.linenos pre {
468468
background-color: #3c4030;
469469
}
470+
.logo {
471+
overflow: hidden;
472+
}
473+
.logo img {
474+
float: left;
475+
vertical-align: middle;
476+
}
477+
.sponsor-platinum:after {
478+
content: "Platinum";
479+
}
480+
.sponsor-gold:after {
481+
content: "Gold";
482+
}
483+
.sponsor-silver:after {
484+
content: "Silver";
485+
}
486+
.sponsor-partner:after {
487+
content: "Partner";
488+
}
489+
.sponsor:after {
490+
font-size: 10px;
491+
font-weight: 500;
492+
letter-spacing: 0.1em;
493+
margin-top: 0.5em;
494+
right: 0;
495+
text-transform: uppercase;
496+
bottom: 100%;
497+
}
498+
.sponsor {
499+
background: inherit;
500+
}
501+
.sponsor {
502+
-moz-box-sizing: border-box;
503+
background: none repeat scroll 0 0 white;
504+
border-bottom: 6px solid black;
505+
border-bottom-left-radius: 4px;
506+
border-bottom-right-radius: 4px;
507+
margin-bottom: 2.5em;
508+
padding: 1em;
509+
}

sponsors.html

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>PyCon India 2013 | Sponsors</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="keywords" content="Pycon India 2013">
8+
<meta name="description" content="Website for Pycon India 2013">
9+
<meta name="author" content="Pycon India 2013">
10+
11+
<link rel="stylesheet" href="assets/css/pyconindia.css" type="text/css">
12+
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.css" type="text/css">
13+
14+
<style type="text/css">
15+
body {
16+
background: #fff;
17+
}
18+
19+
header {
20+
background: #eee;
21+
padding: 20px 0px;
22+
border-bottom: 1px solid #ddd;
23+
}
24+
25+
header h1 {
26+
font-style: normal;
27+
font-weight: bold;
28+
}
29+
30+
.footer {
31+
padding: 20px 0px;
32+
text-align: center;
33+
border-top: 1px solid #E5E5E5;
34+
/*
35+
background-color: whiteSmoke;
36+
*/
37+
text-align: center;
38+
39+
}
40+
41+
.footer p {
42+
text-align: center;
43+
}
44+
45+
.subscriptions ul {
46+
padding-left: 20px;
47+
}
48+
49+
.banner0 {
50+
padding: 20px 50px 20px 0px;
51+
border-right: 5px solid #ccc;
52+
}
53+
54+
.banner {
55+
padding: 40px 0px 20px 30px;
56+
text-align: left;
57+
font-family: Tahoma;
58+
}
59+
60+
.banner div {
61+
padding: 10px 0px;
62+
}
63+
64+
65+
.date {
66+
color: #7e2724;
67+
font-size: 22px;
68+
font-weight: normal;
69+
font-family: Tahoma;
70+
}
71+
.venue {
72+
font-size: 24px;
73+
font-weight: normal;
74+
color: #464646;
75+
}
76+
77+
.content {
78+
padding: 30px 0px;
79+
line-height: 1.5em !important;
80+
background: #fafafa;
81+
font-size: 1.2em;
82+
/*
83+
border: 2px solid #ddd;
84+
border-radius: 5px;
85+
background: #fff;
86+
*/
87+
}
88+
</style>
89+
</head>
90+
91+
<body>
92+
<header class="header">
93+
<div class="container">
94+
<div class="row">
95+
<div class="span6">
96+
<div class="banner0">
97+
<img src="assets/images/pycon-text.png"/>
98+
</div>
99+
</div>
100+
<div class="span6">
101+
<div class="banner">
102+
<div class="date">August 30, 31 &amp; September 1, 2013</div>
103+
<div class="venue">NIMHANS Convention Centre, Bangalore</div>
104+
</div>
105+
</div>
106+
</div>
107+
</div>
108+
</header>
109+
110+
<div class="content">
111+
<div class="container">
112+
<div class="section-header">
113+
<h2 class="left">Sponsors</h2>
114+
</div>
115+
116+
<div class="row">
117+
<article class="sponsor-platinum sponsor">
118+
<p class="logo">
119+
<a href="http://www.enthought.com/">
120+
<img src="assets/images/sponsors/enthought.png" alt="Enthought">
121+
</a>
122+
123+
Founded in 2001, Enthought's mission is to significantly
124+
improve the way scientific and analytic computing is
125+
accomplished by providing powerful tools and expert
126+
services for quantitative data analysis and
127+
visualization. Enthought has an exceptional customer
128+
base comprised of some of the most respected names in
129+
the financial services, oil and gas, consumer products,
130+
and technology industries. Headquartered in Austin,
131+
Texas, Enthought has offices in New York City, Cambridge
132+
(United Kingdom), and Mumbai (India). And we are always
133+
looking for good people with science, math and of course
134+
Python skills.
135+
</p>
136+
</article>
137+
</div> <!-- .row -->
138+
139+
<div class="row">
140+
<article class="sponsor-gold sponsor">
141+
<p class="logo">
142+
</p>
143+
</article>
144+
</div> <!-- .row -->
145+
146+
<div class="row">
147+
<article class="sponsor-silver sponsor">
148+
<p class="logo">
149+
</p>
150+
</article>
151+
</div> <!-- .row -->
152+
153+
<div class="row">
154+
<article class="sponsor-partner sponsor">
155+
<p class="logo">
156+
</p>
157+
</article>
158+
</div> <!-- .row -->
159+
</div> <!-- .container -->
160+
</div> <!-- .content -->
161+
162+
<footer class="footer">
163+
<div class="container">
164+
<p>
165+
Copyright &copy; 2013 <a href="http://python.org.in/">Python India</a>
166+
</p>
167+
</div>
168+
</footer>
169+
</body>
170+
</html>

0 commit comments

Comments
 (0)