File tree Expand file tree Collapse file tree 6 files changed +77
-35
lines changed
Expand file tree Collapse file tree 6 files changed +77
-35
lines changed Original file line number Diff line number Diff line change 11# pythonmilano.github.io
22
3- Dominio (thanks to @zanza00 ) [ pythonmilano.xyz] (Python Milano )
3+ Dominio (thanks to @zanza00 ) [ pythonmilano.xyz] ( http://pythonmilano.xyz/ )
44
55---
66
Original file line number Diff line number Diff line change 1- /* Meetup calendario evento */
2-
3- # next-meetup {
4- position : relative;
5- width : 570px ;
6- }
7-
8- # calendar {
9- float : left;
10- margin : 35px 15px 15px 15px ;
11- font-weight : bold;
12- border : 2px solid black;
13- }
14-
15- # month {
16- position : relative;
17- left : 0 ;
18- top : 0 ;
19- margin : 0 ;
20- padding : 10px 15px ;
21- color : # fff ;
22- background-color : # BC0000 ;
23- border-bottom : 2px solid black;
24- font-size : 15px ;
25- }
26-
27- # day {
28- font-size : 44px ;
29- }
30-
1+ /* Meetup calendario evento */
2+
3+ # next-meetup {
4+ position : relative;
5+ width : 570px ;
6+ }
7+
8+ # calendar {
9+ float : left;
10+ margin : 35px 15px 15px 15px ;
11+ font-weight : bold;
12+ border : 2px solid black;
13+ }
14+
15+ # month {
16+ position : relative;
17+ left : 0 ;
18+ top : 0 ;
19+ margin : 0 ;
20+ padding : 10px 15px ;
21+ color : # fff ;
22+ background-color : # BC0000 ;
23+ border-bottom : 2px solid black;
24+ font-size : 15px ;
25+ }
26+
27+ # day {
28+ font-size : 44px ;
29+ }
30+
31+ /* Sponsor */
32+ # sponsor {
33+ list-style : none;
34+ }
35+
36+ # sponsor li {
37+ float : left;
38+ margin : 10px ;
39+ }
40+
41+ # sponsor img {
42+ height : auto;
43+ width : auto;
44+ max-width : 150px ;
45+ max-height : 80px ;
46+ }
47+
48+ @media (max-width : 512px ) {
49+ # next-meetup {
50+ width : 100% ;
51+ text-align : center;
52+ }
53+ # meetup ,
54+ # calendar {
55+ display : block;
56+ }
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ <h1 class="lead">Sviluppatori e Appassionati di Python a Milano</h1>
5353
5454< div class ="container text-center " id ="next-meetup ">
5555 < div id ="calendar ">
56- < div id ="month "> NOVEMBRE </ div >
57- < div id ="day "> 12 </ div >
56+ < div id ="month "> DICEMBRE </ div >
57+ < div id ="day "> 10 </ div >
5858 </ div >
5959 < div id ="meetup ">
6060 < h2 class ="thin "> Prossimo Meetup</ h2 >
6161 < p class ="text-muted ">
62- < strong > django+haystack+elasticsearch </ strong > < br > < br >
63- < a href ="http://www.meetup.com/it/Python-Milano/events/226276326 / " class ="btn btn-action btn-lg "> Partecipa!</ a >
62+ < strong > TurboGears2, the web framework that scales with you </ strong > < br > < br >
63+ < a href ="http://www.meetup.com/it/Python-Milano/events/222809845 / " class ="btn btn-action btn-lg "> Partecipa!</ a >
6464 </ p >
6565 </ div >
6666</ div >
@@ -177,6 +177,22 @@ <h4>
177177
178178 </ div >
179179 </ div >
180+
181+
182+ </ div >
183+
184+ < div class ="container ">
185+
186+ < h2 class ="text-center "> Sponsored by</ h2 >
187+
188+ < ul id ="sponsor ">
189+ < li >
190+ < a href ="https://www.elastic.co/ ">
191+ < img class ="greyscale " src ="assets/images/elastic.png " alt ="Elastic "/>
192+ </ a >
193+ </ li >
194+ </ ul >
195+
180196</ div >
181197
182198< footer id ="footer " class ="top-space ">
You can’t perform that action at this time.
0 commit comments