diff --git a/1_pythoning/1-2_NLTKing.py b/1_pythoning/1-2_NLTKing.py index 9738e77..a2158b7 100644 --- a/1_pythoning/1-2_NLTKing.py +++ b/1_pythoning/1-2_NLTKing.py @@ -64,6 +64,16 @@ html1 = ''' 📡 💻📘 + +
+

Title!

+ +

Funix and Kamo

+ +
+ +
+ ''' html2 = ''' @@ -77,6 +87,15 @@ html2 = ''' 📡 💻📘 + +
+

Title!

+ +

Funix and Kamo

+ +
+ +
''' # Process each element of the list @@ -91,7 +110,8 @@ for e in pos: # e is the current element, pos is the a html += " "+e[0]+" \n" # Close the html text -html += ''' +html += '''
+ ''' # to tidy wrong " . " and " ' " position diff --git a/1_pythoning/3_imageScraping.py b/1_pythoning/3_imageScraping.py index a7142f6..d5872b2 100644 --- a/1_pythoning/3_imageScraping.py +++ b/1_pythoning/3_imageScraping.py @@ -21,16 +21,25 @@ time.sleep(2) # check qq in the console! # in the process with loops html = ''' - + + - - + 📡 💻📘 + +
+

Title!

+ +

NamesFunix and Kamo

+ +
+ +
''' # Elaborate each line :: process every element of the array qq diff --git a/2_layout/1.html b/2_layout/1.html index f77fd3d..1b17f0d 100644 --- a/2_layout/1.html +++ b/2_layout/1.html @@ -9,75 +9,250 @@ 📡 💻📘 - 12345 - multiply - function - hello + +
+

Title!

+ +

Funix and Kamo

+ +
+ +
+ + why + is + pink + the + colour + for + girls + and + blue + the + colours + for + boys + in + the + 19th + century + girls + and + boys + were + bored + dress + in + white + because it - 's - working - so - much - better - now - good - purple - so + was + easier + to + clean + after + WWI + World + War + One + department + store + in + the + US + realise + that + could + make + more + money + if + baby + products + will + be + gender + specific + pastel + swearing + fashion + and it - means + was + decided that - it - works - pumpkinMichaelnewspaper - canGoogle - speaker - small - America + thing + would + be + the + colour + for + boys + and + blue + for + girls + in + the + 94 + days + market + research + in + the + US + just + that + the + current + should + be + the + other + way + around + and + the + baby + boom + generation + was + the + first + where + the + girl + dress + in + pink + and + boys + in + blue + blue + lupilu + Balle + Balle + hello + hello + hello + you + when + I + can + theoretically + distinguish + between + 75 + and + 10 + meal + on + heels + play + some + 0 + ok + green + is + the + colour + of + metal + green + is + the + colour + of + netta + in + many + cultures + early + retail + centre + of + only + hope + for + good + harvest + with + green + vegetables + green + is + in + the + traditional + colour + of + Islam + yeah + the + colour + of + Prophet + Muhammad + which + is + why + many + flags + in + this + number + call + you + with + the + colour + green + since + 1980s + Green + has + been + kind + colourful + environmental + parties + and + organisation + the + word + green + washing + is + used to - see - how - it - goes - email - Sterling - Knight - part + describe + advising of - speech - 20 - ok - independent - boilerplate - IKEA - where - are - my - next - Tuesday - mum - barrister - assisted - into - months - turn - off - living + companies + that + use + positive + environmental + practice + cease + to + cover-up + environmentally + unfriendly + activities + rear room - TVmaterial - lightstream - todayhello + is + used + in + television + and + Theatre to - you - CBR - 929 - ca - n't - encode - this - one - kodi - turn - bedroom - twoalways - + quite + nervous + performer +
+ \ No newline at end of file diff --git a/2_layout/2.html b/2_layout/2.html index 13cd4b7..fc8d885 100644 --- a/2_layout/2.html +++ b/2_layout/2.html @@ -9,75 +9,249 @@ 📡 💻📘 - 12345 - multiply - function - hello + +
+

Title!

+ +

Funix and Kamo

+ +
+ +
+ why + is + pink + the + colour + for + girls + and + blue + the + colours + for + boys + in + the + 19th + century + girls + and + boys + were + bored + dress + in + white + because it - 's - working - so - much - better - now - good - purple - so + was + easier + to + clean + after + WWI + World + War + One + department + store + in + the + US + realise + that + could + make + more + money + if + baby + products + will + be + gender + specific + pastel + swearing + fashion + and it - means + was + decided that - it - works - pumpkinMichaelnewspaper - canGoogle - speaker - small - America + thing + would + be + the + colour + for + boys + and + blue + for + girls + in + the + 94 + days + market + research + in + the + US + just + that + the + current + should + be + the + other + way + around + and + the + baby + boom + generation + was + the + first + where + the + girl + dress + in + pink + and + boys + in + blue + blue + lupilu + Balle + Balle + hello + hello + hello + you + when + I + can + theoretically + distinguish + between + 75 + and + 10 + meal + on + heels + play + some + 0 + ok + green + is + the + colour + of + metal + green + is + the + colour + of + netta + in + many + cultures + early + retail + centre + of + only + hope + for + good + harvest + with + green + vegetables + green + is + in + the + traditional + colour + of + Islam + yeah + the + colour + of + Prophet + Muhammad + which + is + why + many + flags + in + this + number + call + you + with + the + colour + green + since + 1980s + Green + has + been + kind + colourful + environmental + parties + and + organisation + the + word + green + washing + is + used to - see - how - it - goes - email - Sterling - Knight - part + describe + advising of - speech - 20 - ok - independent - boilerplate - IKEA - where - are - my - next - Tuesday - mum - barrister - assisted - into - months - turn - off - living + companies + that + use + positive + environmental + practice + cease + to + cover-up + environmentally + unfriendly + activities + rear room - TVmaterial - lightstream - todayhello + is + used + in + television + and + Theatre to - you - CBR - 929 - ca - n't - encode - this - one - kodi - turn - bedroom - twoalways - + quite + nervous + performer +
+ \ No newline at end of file diff --git a/2_layout/styles/1.css b/2_layout/styles/1.css index d0b6753..27d7102 100644 --- a/2_layout/styles/1.css +++ b/2_layout/styles/1.css @@ -27,6 +27,8 @@ } + /* Rules for everything */ + body{ font-size: 24px; line-height: 25px; @@ -34,6 +36,13 @@ text-justify: inter-word; } + /* Rules for the rest */ + + .contents{ + break-before: left + } + + span{ color: var(--text) } diff --git a/2_layout/styles/2.css b/2_layout/styles/2.css index 2bdcb16..b9c0453 100644 --- a/2_layout/styles/2.css +++ b/2_layout/styles/2.css @@ -35,7 +35,11 @@ line-height: 35px; } - /* Rules for the rest */ + /* Rules for the rest */ + + .contents{ + break-before: left + } div { box-sizing: border-box; diff --git a/2_layout/styles/3.css b/2_layout/styles/3.css index 4bdd7c4..0ec1314 100644 --- a/2_layout/styles/3.css +++ b/2_layout/styles/3.css @@ -30,7 +30,11 @@ font-family: "neuzeit"; } - /* Rules for the rest */ + /* Rules for the rest */ + + .contents{ + break-before: left + } div { box-sizing: border-box;