una forma iniziale
This commit is contained in:
parent
f520b30dfb
commit
818c244332
7 changed files with 100 additions and 8 deletions
11
README.md
11
README.md
|
@ -3,6 +3,14 @@
|
|||
2017 - 0x7E1 - 3741- year 11111100001
|
||||
4° year After Snowden's age - Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 - Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net
|
||||
|
||||
Fonti di date:
|
||||
Lune e festività eccentriche http://test.icalevents.com/agenda/multiple-ics-files/
|
||||
Festività internazionali Visit http://calendarlabs.com/holidays/international/
|
||||
|
||||
FINALE hacklabbBO: http://hackordie.gattini.ninja/nebbia/index.php/apps/calendar/public/BMSSH4M3UF5U4E7F
|
||||
|
||||
Lavorazione in locale con Thunderbird e Lightening extension
|
||||
|
||||
Project:
|
||||
|
||||
Example on xubuntu:
|
||||
|
@ -23,5 +31,6 @@ npm install
|
|||
|
||||
pug index.pug
|
||||
|
||||
Screenshot
|
||||
|
||||
|
||||
![Screenshot](screenshot.png)
|
||||
|
|
BIN
img/indivia_jpeg1.jpg
Normal file
BIN
img/indivia_jpeg1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
img/prova.jpg
Normal file
BIN
img/prova.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
|
@ -1,4 +1,80 @@
|
|||
/*A1 - 300 PPI 7017 Pixels 9933 Pixels */
|
||||
|
||||
body {
|
||||
border: dotted 2px black;
|
||||
padding:1em;
|
||||
font-size:1em;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@viewport {
|
||||
width:7017px;
|
||||
height:9933px;
|
||||
}
|
||||
.title {
|
||||
margin: 10px 25%;
|
||||
width: 49%;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
img#main{
|
||||
max-width: 100%;
|
||||
}
|
||||
#smallleft{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#calendar{
|
||||
width: 49%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clnr{
|
||||
width:25%;
|
||||
float:right;
|
||||
height: 100%;
|
||||
border: solid 1px #ddd;
|
||||
}
|
||||
.clnl{
|
||||
width: 25%;
|
||||
border: solid 1px #ddd;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
hr{
|
||||
clear:both;
|
||||
}
|
||||
|
||||
/*stop Mozilla Sunbird*/
|
||||
.vevent {
|
||||
border: 1px solid black;
|
||||
padding: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.key {
|
||||
font-style: italic;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.value {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
abbr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.summarykey {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.summary {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.description {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/*stop Mozilla Sunbird*/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
//- includes/foot.pug
|
||||
footer#footer
|
||||
p Credits: CC v4.0 BY-NC-SA http://ecn.org/xm24/ , http://hackordie.gattini.ninja , www.hackmeeting.org ,contact us: hord.cal@posta.indivia.net (?) - Fork us on http://git.lattuga.net/hacklabbo/2017lunario - Visit the web project to confirm the dates: http://hackordie.gattini.ninja/2017lunario/
|
||||
p Credits: CC v4.0 BY-NC-SA http://ecn.org/xm24/ , http://hackordie.gattini.ninja , www.hackmeeting.org ,contact us: hord.cal@posta.indivia.net (?) - Fork us on http://git.lattuga.net/hacklabbo/2017lunario - Visit the web project to updated dates: http://hackordie.gattini.ninja/2017lunario/
|
||||
|
|
15
index.pug
15
index.pug
|
@ -2,10 +2,17 @@ doctype html
|
|||
html
|
||||
include includes/head.pug
|
||||
body
|
||||
h1 2017 - 0x7E1 - 3741 - 11111100001
|
||||
h2 4
|
||||
img#smallleft(src='img/cyberright_black.gif')
|
||||
h1.title 2017 - 0x7E1 - 3741 - 11111100001
|
||||
h2.title 4
|
||||
sup th
|
||||
year year of After Snowden's age
|
||||
p Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 -
|
||||
p Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net
|
||||
small.title Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 - Lunario di hacklabBO v0.1 alfa
|
||||
small.title Thinked on Earth, crafted in the Net
|
||||
img#main(src='img/prova.jpg')
|
||||
div.clnr Qui colonna DX
|
||||
div.clnl Qui colonna SN
|
||||
div#calendar
|
||||
include includes/calendar.html
|
||||
hr
|
||||
include includes/foot.pug
|
||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 494 KiB |
Loading…
Reference in a new issue