diff --git a/1_pythoning/1-2_NLTKing.py b/1_pythoning/1-2_NLTKing.py index a2158b7..fa5c5c8 100644 --- a/1_pythoning/1-2_NLTKing.py +++ b/1_pythoning/1-2_NLTKing.py @@ -68,8 +68,7 @@ html1 = '''

Title!

-

Funix and Kamo

- +

Authors!

@@ -91,8 +90,7 @@ html2 = '''

Title!

-

Funix and Kamo

- +

Authors!

diff --git a/1_pythoning/3_imageScraping.py b/1_pythoning/3_imageScraping.py index d5872b2..7fe4740 100644 --- a/1_pythoning/3_imageScraping.py +++ b/1_pythoning/3_imageScraping.py @@ -35,8 +35,7 @@ html = '''

Title!

-

NamesFunix and Kamo

- +

Authors!

@@ -67,9 +66,11 @@ for q in qq: html += f""" \n""" # Close the html text -html += ''' +html += '''
+ ''' + html = html.replace(" '", "'") with open('../2_layout/3.html', 'w') as index: # Save the file! diff --git a/1_pythoning/bonus_imageDownloader.py b/1_pythoning/bonus_imageDownloader.py index ca3a055..1573437 100644 --- a/1_pythoning/bonus_imageDownloader.py +++ b/1_pythoning/bonus_imageDownloader.py @@ -39,6 +39,14 @@ html = ''' 📡 💻📘 + +
+

Title!

+ +

Authors!

+
+ +
''' @@ -128,7 +136,8 @@ for q in qq: # Close the html text -html += ''' +html += '''
+ ''' with open('../2_layout/localpics.html','w') as index: # Save the file! diff --git a/2_layout/styles/2.css b/2_layout/styles/2.css index b9c0453..399f884 100644 --- a/2_layout/styles/2.css +++ b/2_layout/styles/2.css @@ -58,7 +58,7 @@ /* Rules for Part Of Speech (POS), defined in classes in */ /* This case, conjunctions + verbs ) */ - span.NN { + span.CC { font-size: 3vw; color: var(--first); }