Skip to content

Commit e88daff

Browse files
author
Saurabh Kumar
committed
cleanup and add contact links
1 parent a5bee9d commit e88daff

8 files changed

Lines changed: 17 additions & 927 deletions

File tree

css/custom.css

Lines changed: 10 additions & 208 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
body, html {
44
height: 100%;
55
font-family: 'Ubuntu', sans-serif;
6-
background: url('../images/bgimage.jpg') fixed;
7-
-webkit-background-size: cover;
8-
-moz-background-size: cover;
9-
-o-background-size: cover;
10-
background-size: cover;*/
116
line-height:25px;
127
font-size: 16px;
138
color:#333;
@@ -109,69 +104,10 @@ nav:hover .forAnimate{
109104
color: #333;
110105
}
111106

112-
.overbg .footerdown {
113-
bottom:0px;
114-
position: absolute;
115-
z-index:1000;
116-
padding:5px 25px 0px 25px;
117-
color:#eee;
118-
width: 80%;
119-
}
120-
121-
.btn {
122-
border-radius: 0;
123-
}
124-
125-
.info-block {
126-
margin-bottom:25px;
127-
border:1px solid #c9302c;
128-
}
129-
130-
.info-block .square-box {
131-
width:100px;
132-
min-height:110px;
133-
margin-right:22px;
134-
text-align:center!important;
135-
padding:20px 0
136-
}
137-
138-
.info-block.block-info {
139-
border-color:#c9302c;
140-
}
141-
142107
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
143108
max-height:100% !important;
144109
}
145110

146-
#others {
147-
margin-bottom: 100px;
148-
margin-top: 0px;
149-
}
150-
151-
.py16navbar li a {
152-
font-size:16px;
153-
padding-top:12px;
154-
padding-bottom:10px;
155-
color:#333 !important;
156-
font-weight: 400;
157-
transition:0.4s;
158-
text-align: center;
159-
}
160-
161-
.py16navbar li.active > a:before {
162-
content: url('../images/menubg1.png');
163-
margin-left:-30px;
164-
vertical-align: middle;
165-
display: inline-block;
166-
}
167-
168-
.py16navbar li.active > a:after {
169-
content: url('../images/menubg1.png');
170-
margin-right:-30px;
171-
vertical-align: middle;
172-
display: inline-block;
173-
}
174-
175111
.navbar-inverse .navbar-nav > .active > a,
176112
.navbar-inverse .navbar-nav > .active > a:focus,
177113
.navbar-inverse .navbar-nav > .active > a:hover {
@@ -198,117 +134,6 @@ nav:hover .forAnimate{
198134
margin: 6% 0% 3% 5%;
199135
}
200136

201-
.btn-py16 {
202-
padding:10px 25px;
203-
background: #da3127;
204-
font-weight: 400;
205-
font-size:16px;
206-
text-transform: uppercase;
207-
}
208-
209-
.teams .pybox,.sponsors .pybox,.teams .pybox {
210-
min-height: 255px;
211-
padding:25px;
212-
margin:10px;
213-
}
214-
215-
.pybox {
216-
-webkit-box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
217-
-moz-box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
218-
box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
219-
padding:25px;
220-
margin-bottom: 10px;
221-
background: #fff url('../images/boxbg.png') right bottom no-repeat;
222-
}
223-
.sponsors .pybox {
224-
background: #fff;
225-
padding: 10px;
226-
}
227-
.sponsors .pybox a {
228-
display: inline-block;
229-
}
230-
231-
#sponsors--silver .pybox {
232-
min-height: 150px;
233-
}
234-
235-
#sponsors--associate .pybox {
236-
min-height: 130px;
237-
}
238-
.sponsors-description {
239-
text-align: left;
240-
}
241-
242-
.sponsor-logo {
243-
max-width: 250px;
244-
padding-bottom: 2em;
245-
}
246-
247-
.modal-body {
248-
padding-left: 2em;
249-
padding-right: 2em;
250-
}
251-
252-
.speakers {
253-
/*margin-top:-80px;*/
254-
height: 130vh;
255-
}
256-
257-
.speakers .social {
258-
color:#000;
259-
}
260-
261-
.speakers h4 {
262-
color:#000;
263-
}
264-
265-
.schedule .nav-tabs>li.active>a,
266-
.schedule .nav-tabs>li.active>a:focus,
267-
.schedule .nav-tabs>li.active>a:hover {
268-
background:#da3127;
269-
border:none;
270-
color:#fff;
271-
}
272-
273-
.schedule .nav-tabs>li>a,.schedule .nav-tabs>li>a:focus,.schedule .nav-tabs>li>a:hover {
274-
color:#111;
275-
transition:0.4s;
276-
}
277-
278-
.schedule .nav-tabs>li>a:hover {
279-
background:#f2f2f2;
280-
border-radius:0px;
281-
}
282-
283-
.schedule .nav-tabs>li>a {
284-
background:#fff;
285-
-webkit-box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
286-
-moz-box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
287-
box-shadow: 0px 1px 21px 0px rgba(200,200,200,1);
288-
border-radius:0px;
289-
}
290-
291-
.schedule .nav-tabs {
292-
border:none;
293-
}
294-
295-
.schedule .nav>li>a {
296-
padding:1px;
297-
}
298-
299-
.schedule .tab-content {
300-
padding-top:20px;
301-
}
302-
303-
.pyred {
304-
color:#da3127;
305-
font-weight:400;
306-
}
307-
308-
.pytablefont {
309-
font-size:13px;
310-
}
311-
312137
.navbar-toggle {
313138
background-color: #c8c8c8;
314139
}
@@ -324,35 +149,6 @@ button {
324149
text-transform: uppercase;
325150
}
326151

327-
.pymatbtn {
328-
padding: 0.6em 1.2em;
329-
margin-left: 10px;
330-
margin-right: 10px;
331-
position: relative;
332-
min-width: 200px;
333-
display: inline-block;
334-
background:#00aad4;
335-
-webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
336-
transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
337-
}
338-
339-
.pymatbtn:hover {
340-
outline: none;
341-
background: #007a99;
342-
}
343-
.pymatbtn:focus {
344-
outline: none;
345-
}
346-
347-
.speakers h2,.schedule h2,.venue h2,.sponsors h2,.blog h2,.sponsorpship h2 {
348-
font-weight: 700;
349-
font-size: 30px !important;
350-
vertical-align: middle;
351-
margin:25px 0 45px 0;
352-
z-index:2;
353-
position: relative;
354-
}
355-
356152
.sponsors h3 {
357153
margin:40px 0 15px 0;
358154
}
@@ -371,7 +167,16 @@ button {
371167
#sponsorship-download > a:hover {
372168
background: rgba(64, 64, 64, 0.82);
373169
}
374-
170+
.footer .contact {
171+
text-align: center;
172+
}
173+
.footer .contact--link {
174+
padding: 5px 1em;
175+
border-left: 1px dotted #f8337d;
176+
}
177+
.footer .contact--link:first-child {
178+
border-left: none;
179+
}
375180
@media (max-width: 768px) {
376181
.section{
377182
margin-top:10px !important;
@@ -458,9 +263,6 @@ button {
458263
}
459264

460265
}
461-
.speaker.pybox {
462-
background-size: 55%;
463-
}
464266

465267
@media (max-width: 768px) {
466268
.speaker.pybox {

index.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -208,23 +208,15 @@ <h2 class="text-center">FAQ: Frequently Asked Questions</h2>
208208
</section>
209209
<!--//others-->
210210
</div>
211-
211+
<footer class="footer">
212+
<div class="contact">
213+
<a href="mailto:contact@in.pycon.org" class="contact--link">contact@in.pycon.org </a>
214+
<a href="https://twitter.com/pyconindia" class="contact--link">@pyconindia</a>
215+
<a href="https://github.com/pythonindia" class="contact--link">github.com/pythonindia</a>
216+
</div>
217+
</footer>
212218
<!-- Bootstrap Core JavaScript -->
213219
<script src="js/jquery.min.js"></script>
214220
<script src="js/bootstrap.min.js"></script>
215-
216-
<script src="js/jquery.easing.1.3.js"></script>
217-
<script src="js/jquery.scrollTo.min.js"></script>
218-
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
219-
220-
<!-- Custom JavaScript for this template -->
221-
<script src="js/custom.js"></script>
222-
<script src="js/tweenmax.js"></script>
223-
<script src="js/ripple-config.js"></script>
224-
225-
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
226-
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>-->
227-
<!-- Latest compiled and minified JavaScript -->
228-
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>-->
229221
</body>
230222
</html>

js/custom.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)