Skip to content

Commit 298ae15

Browse files
author
Christian Strappazzon
committed
Merge branch 'master' into meetup-integration
# Conflicts: # index.html
2 parents 3319671 + 1f1dfc9 commit 298ae15

15 files changed

+198
-65
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# pythonmilano.github.io
2+
3+
Dominio (thanks to @zanza00) [pythonmilano.xyz](http://pythonmilano.xyz/)
4+
5+
---
6+
7+
Pull Request Are Welcome! :-)

assets/css/font-awesome.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/pymi.css

Lines changed: 60 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,60 @@
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: 10px 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+
h2.thin {
49+
margin-top: 10px;
50+
}
51+
52+
@media (max-width: 512px) {
53+
#next-meetup {
54+
width: 100%;
55+
text-align: center;
56+
}
57+
#meetup,
58+
#calendar {
59+
display: block;
60+
}

assets/fonts/FontAwesome.otf

3.35 KB
Binary file not shown.
1.89 KB
Binary file not shown.

assets/fonts/fontawesome-webfont.svg

Lines changed: 39 additions & 24 deletions
Loading
3.78 KB
Binary file not shown.
2.25 KB
Binary file not shown.
2.11 KB
Binary file not shown.

assets/images/gt_favicon.png

-140 Bytes
Loading

0 commit comments

Comments
 (0)