From: Perfectfire33 Date: Fri, 1 Jul 2022 19:54:58 +0000 (-0400) Subject: added social media icons and links X-Git-Url: http://openhouseparty.us:13001/gitweb/?a=commitdiff_plain;h=4a3912ef95a72d1f4c83ffaad3b6b09c90405b94;p=openhouseparty.online%2F.git added social media icons and links --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 73df9c3..f07a4ac 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,7 @@ - - - - - - - - @@ -632,65 +630,71 @@ - + - - - - - + + - + - + + + + - + - - + + - + - - + + - + - - + + + + + - + - - - - - + + - + - - + + - - + + + + + + + + diff --git a/flaskr/static/facebook_icon.png b/flaskr/static/facebook_icon.png new file mode 100644 index 0000000..3604e67 Binary files /dev/null and b/flaskr/static/facebook_icon.png differ diff --git a/flaskr/static/instagram_icon.png b/flaskr/static/instagram_icon.png new file mode 100644 index 0000000..7ec8e2a Binary files /dev/null and b/flaskr/static/instagram_icon.png differ diff --git a/flaskr/static/pinterest_icon.png b/flaskr/static/pinterest_icon.png new file mode 100644 index 0000000..4c8b687 Binary files /dev/null and b/flaskr/static/pinterest_icon.png differ diff --git a/flaskr/static/twitter_icon.png b/flaskr/static/twitter_icon.png new file mode 100644 index 0000000..3dd6f32 Binary files /dev/null and b/flaskr/static/twitter_icon.png differ diff --git a/flaskr/static/youtube_icon.png b/flaskr/static/youtube_icon.png new file mode 100644 index 0000000..bf6ef04 Binary files /dev/null and b/flaskr/static/youtube_icon.png differ diff --git a/flaskr/templates/base.html b/flaskr/templates/base.html index 0aa9709..3d8d0a7 100644 --- a/flaskr/templates/base.html +++ b/flaskr/templates/base.html @@ -11,6 +11,11 @@ margin: 0; padding: 0; } + ul2 { + list-style-type: none; + margin: 50; + padding: 50; + } li a:hover { background-color: #111; } @@ -52,4 +57,27 @@
Phone Number: (616) 422-1226
E-Mail: openhousepartybychasmurillo@gmail.com + +
  • +   +   +   +   + + Facebook + + + Twitter + + + YouTube + + + Pinterest + + + Instagram + +
  • +
    \ No newline at end of file