File tree Expand file tree Collapse file tree 3 files changed +72
-41
lines changed
Expand file tree Collapse file tree 3 files changed +72
-41
lines changed 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-
31- @media (max-width : 512px ) {
32- # next-meetup {
33- width : 100% ;
34- text-align : center;
35- }
36- # meetup ,
37- # calendar {
38- display : block;
39- }
40- }
41-
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 @@ -160,6 +160,22 @@ <h4>
160160
161161 </ div >
162162 </ div >
163+
164+
165+ </ div >
166+
167+ < div class ="container ">
168+
169+ < h2 class ="text-center "> Sponsored by</ h2 >
170+
171+ < ul id ="sponsor ">
172+ < li >
173+ < a href ="https://www.elastic.co/ ">
174+ < img class ="greyscale " src ="assets/images/elastic.png " alt ="Elastic "/>
175+ </ a >
176+ </ li >
177+ </ ul >
178+
163179</ div >
164180
165181< footer id ="footer " class ="top-space ">
You can’t perform that action at this time.
0 commit comments