Skip to content

Commit 788bd1e

Browse files
rajataarontheskumar
authored andcommitted
logo updated & change property for button and links (#11)
1 parent e88daff commit 788bd1e

5 files changed

Lines changed: 33 additions & 8 deletions

File tree

css/custom.css

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ nav:hover .forAnimate{
9696
margin-top: 50px;
9797
}
9898

99+
.link{
100+
color: #00aad4;
101+
}
102+
99103
#footer-links > a {
100104
color: #fff;
101105
}
@@ -149,6 +153,27 @@ button {
149153
text-transform: uppercase;
150154
}
151155

156+
.pymatbtn {
157+
padding: 0.6em 1.2em;
158+
margin-left: 10px;
159+
margin-right: 10px;
160+
position: relative;
161+
min-width: 200px;
162+
display: inline-block;
163+
background:#00aad4;
164+
-webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
165+
transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
166+
}
167+
168+
169+
.pymatbtn:hover {
170+
outline: none;
171+
background: #007a99;
172+
}
173+
.pymatbtn:focus {
174+
outline: none;
175+
}
176+
152177
.sponsors h3 {
153178
margin:40px 0 15px 0;
154179
}
@@ -172,7 +197,7 @@ button {
172197
}
173198
.footer .contact--link {
174199
padding: 5px 1em;
175-
border-left: 1px dotted #f8337d;
200+
border-left: 1px dotted #00aad4;
176201
}
177202
.footer .contact--link:first-child {
178203
border-left: none;
@@ -269,10 +294,10 @@ button {
269294
background-size: 10%;
270295
}
271296
.footer a{
272-
color: #da3127;
297+
color: #000000;
273298
}
274-
#footer-links > a {
275-
color: #da3127;
299+
.foooter a:hover {
300+
color: #00aad4;
276301
}
277302

278303
}
@@ -286,7 +311,7 @@ button {
286311
display: block;
287312
position: absolute;
288313
height: 50pX;
289-
background: #da3127;
314+
background: #00aad4;
290315
width: 100%;
291316
bottom: 0;
292317
}

img/Logo.png

-74.5 KB
Binary file not shown.

img/logo_inpycon17_sm.png

1.75 KB
Loading

img/logo_pycon17.png

5.95 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2 class="text-center">FAQ: Frequently Asked Questions</h2>
147147
<br/> -->
148148
<p>
149149
<span><b>Q. I want to present a talk/workshop at the conference. What should I do?</b><br></span>
150-
<span>A. You can submit the proposal for your talk/workshop <a href='http://in.pycon.org/cfp/2017/proposals/' target="blank">here.</a></span>
150+
<span>A. You can submit the proposal for your talk/workshop <a class="link" href='http://in.pycon.org/cfp/2017/proposals/' target="blank">here.</a></span>
151151
</p>
152152
<br/>
153153
<p>
@@ -157,7 +157,7 @@ <h2 class="text-center">FAQ: Frequently Asked Questions</h2>
157157
<br/>
158158
<p>
159159
<span><b> Q. I want to volunteer for the conference. What should I do?</b><br></span>
160-
<span>A. Please share your details by filling <a href='http://bit.ly/inpycon2017' target="blank">this</a> form and the team will soon get back to you with responsibilities according to the domains you choose.</span>
160+
<span>A. Please share your details by filling <a class="link" href='http://bit.ly/inpycon2017' target="blank">this</a> form and the team will soon get back to you with responsibilities according to the domains you choose.</span>
161161
</p>
162162
<br/>
163163
<p>
@@ -199,7 +199,7 @@ <h2 class="text-center">FAQ: Frequently Asked Questions</h2>
199199
<br/>
200200
<p>
201201
<span><b>Q. My question is not listed here / I am still unclear about a few things. Whom should I contact?</b><br></span>
202-
<span>A. Please send an email to <a href="mailto:contact@in.pycon.org">contact@in.pycon.org</a>.</span>
202+
<span>A. Please send an email to <a class="link" href="mailto:contact@in.pycon.org">contact@in.pycon.org</a>.</span>
203203
</p>
204204
<br/>
205205
</div>

0 commit comments

Comments
 (0)