Skip to content

Commit 469b704

Browse files
authored
Merge pull request #23 from PythonMilano/new-graphic
Nuova grafica
2 parents 364eac7 + 0be8a2f commit 469b704

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5982
-707
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ target/
5858

5959
# Other
6060
.idea/
61+
62+
node_modules

LICENSE.txt

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1-
# pythonmilano.github.io
1+
# pythonmilano.xyz
22

3-
Dominio (thanks to @zanza00) [pythonmilano.xyz](http://pythonmilano.xyz/)
3+
il nostro sito!
44

5-
---
5+
raggiungibile qui -> [pythonmilano.xyz](http://pythonmilano.xyz/)
6+
7+
## Contribuzioni
8+
9+
il sito utilizza `node` per essere sviluppato, per contribuire è necessario averlo installato, versione almeno `6` (funziona anche con `yarn`)
10+
11+
per ora utilizziamo solo `scss`, in futuro si vedrà :)
12+
13+
Pull Requests Are Welcome! :-)
14+
15+
### Sviluppo
16+
17+
```
18+
npm i
19+
npm run dev
20+
```
21+
22+
Attiva un live server che lancia `index.html`.
23+
24+
L'indirizzo è http://localhost:8080
25+
26+
### Build
27+
28+
```
29+
npm i
30+
npm run build
31+
```
32+
33+
34+
## Credits
35+
36+
* Logo: [Giulia Treves](https://www.facebook.com/TU-VES-1442116032759831/)
37+
* Sviluppo principale: [@zanza00](https://github.com/zanza00)
38+
* Sviluppi secondari: [@cstrap](https://github.com/cstrap)
39+
* Template based on _Miniport_ by [HTML5 UP](html5up.net) | [@ajlkn](aj@lkn.io)
640

7-
Pull Request Are Welcome! :-)

assets/css/bootstrap-theme.css

Lines changed: 0 additions & 240 deletions
This file was deleted.

assets/css/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/css/colors.css

Whitespace-only changes.

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/ie8.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
/*
2+
Miniport by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
/* Basic */
7+
form input[type=text],
8+
form input[type=password],
9+
form select,
10+
form textarea {
11+
position: relative;
12+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
13+
14+
input[type="button"],
15+
input[type="submit"],
16+
input[type="reset"],
17+
button,
18+
.button {
19+
position: relative;
20+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
21+
22+
/* Section/Article */
23+
section > .last-child,
24+
article > .last-child,
25+
section.last-child,
26+
article.last-child {
27+
margin-bottom: 0; }
28+
29+
/* Box */
30+
.box {
31+
border: solid 1px #ddd; }
32+
33+
/* List */
34+
ul.social li a {
35+
position: relative;
36+
top: 0 !important;
37+
overflow: hidden;
38+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
39+
ul.social li a:before {
40+
background: none; }
41+
42+
/* Wrappers */
43+
.wrapper {
44+
border-top: solid 1px #ddd; }
45+
46+
/* Nav */
47+
#nav a {
48+
position: relative;
49+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
50+
51+
/* Articles */
52+
#top .image {
53+
position: relative;
54+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
55+
#top .image img {
56+
position: relative;
57+
-ms-behavior: url("assets/js/ie/PIE.htc"); }

assets/css/ie9.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
Miniport by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
/* Button */
7+
input[type="button"],
8+
input[type="submit"],
9+
input[type="reset"],
10+
button,
11+
.button {
12+
background-image: url("images/ie/grad0-20.svg"); }
13+
14+
/* List */
15+
ul.social li a:before {
16+
background-image: url("images/ie/grad0-20.svg"); }

assets/css/images/bg.png

9.88 KB
Loading

0 commit comments

Comments
 (0)