File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -1215,6 +1215,26 @@ a.jsbookslinks {
12151215 display : inline-block;
12161216 margin : 0 0 20px 0 ;
12171217}
1218+ a .recrutement {
1219+ display : block;
1220+ width : 35% ;
1221+ color : white;
1222+ font : bold 11px 'Ubuntu' , Helvetica, Arial, sans-serif;
1223+ text-transform : uppercase;
1224+ padding : 10px 20px ;
1225+ margin : 0 auto 30px ;
1226+ text-align : center;
1227+ background-color : # 777 ;
1228+ -webkit-transition-duration : .4s ;
1229+ -moz-transition-duration : .4s ;
1230+ -ms-transition-duration : .4s ;
1231+ -o-transition-duration : .4s ;
1232+ transition-duration : .4s ;
1233+ }
1234+ a .recrutement : hover {
1235+ color : # ffd242 ;
1236+ text-decoration : none;
1237+ }
12181238.booksection {
12191239 margin-bottom : 30px ;
12201240}
@@ -1368,6 +1388,9 @@ ul li a:hover {
13681388}
13691389
13701390@media (max-width : 767px ) {
1391+ a .recrutement {
1392+ width : 90% ;
1393+ }
13711394 body {
13721395 padding-top : 130px ;
13731396 }
@@ -1405,6 +1428,9 @@ ul li a:hover {
14051428}
14061429
14071430@media (min-width : 768px ) and (max-width : 979px ) {
1431+ a .recrutement {
1432+ width : 90% ;
1433+ }
14081434 .booksection # cover {
14091435 float : none;
14101436 width : 228px ;
@@ -1425,9 +1451,16 @@ ul li a:hover {
14251451 }
14261452}
14271453@media (max-width : 480px ) {
1454+ a .recrutement {
1455+ width : 90% ;
1456+ }
14281457 .btn {
14291458 width : 120px ;
14301459 }
1460+ a .recrutement {
1461+ display : block;
1462+ width : 90% ;
1463+ }
14311464 .booksection p .description {
14321465 height : 96px ;
14331466 overflow : hidden;
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ <h1>The best free Python resources</h1>
3838 </ div >
3939
4040 < div class ="container ">
41+
42+ < a class ="recrutement " href ="http://www.revolunet.com/recrutement-developpeur-web " target ="_blank ">
43+ We're hiring talented web developers in Paris, France
44+ </ a >
45+
46+
4147 < div class ="row " id ="issueswrap ">
4248 </ div >
4349 </ div >
You can’t perform that action at this time.
0 commit comments