From a9c70c4f2f7f05b4dfb8a08b049d09fe2678d186 Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 8 Aug 2017 12:25:58 +0530 Subject: Adds Social Media Links - Adds social media links on index.html (fb,youtube,g+) - Adds side bar images on testimonials page - changes css for the above files --- workshop_app/static/workshop_app/css/faq.css | 4 +-- workshop_app/static/workshop_app/css/index.css | 34 +++++++++++++++++++++ .../static/workshop_app/img/sides_img_1.png | Bin 0 -> 351481 bytes .../static/workshop_app/img/sides_img_2.png | Bin 0 -> 326025 bytes workshop_app/templates/workshop_app/index.html | 12 ++++++-- .../templates/workshop_app/testimonals.html | 8 ++++- 6 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 workshop_app/static/workshop_app/img/sides_img_1.png create mode 100644 workshop_app/static/workshop_app/img/sides_img_2.png (limited to 'workshop_app') diff --git a/workshop_app/static/workshop_app/css/faq.css b/workshop_app/static/workshop_app/css/faq.css index ac010b9..d391d3a 100644 --- a/workshop_app/static/workshop_app/css/faq.css +++ b/workshop_app/static/workshop_app/css/faq.css @@ -3,6 +3,4 @@ font-family: 'Antic Slab'; font-size: 22px; border-bottom: 1.5px solid #BDBDBD; -} - - +} \ No newline at end of file diff --git a/workshop_app/static/workshop_app/css/index.css b/workshop_app/static/workshop_app/css/index.css index 9590473..a086726 100644 --- a/workshop_app/static/workshop_app/css/index.css +++ b/workshop_app/static/workshop_app/css/index.css @@ -78,6 +78,40 @@ label { color: #6D5847; } +/* Style all font awesome icons */ +.fa { + padding: 6px; + font-size: 30px; + width: 30px; + text-align: center; + text-decoration: none; +} + +/* Add a hover effect if you want */ +.fa:hover { + opacity: 0.7; +} + +/* Facebook */ +.fa-facebook { + background: #3B5998; + color: white; +} +/* Google */ +.fa-google { + background: #dd4b39; + color: white; +} +/* Youtube */ +.fa-youtube { + background: #bb0000; + color: white; +} + +#social a{ + color: white; +} + /* Footer */ .footer { position: relative; diff --git a/workshop_app/static/workshop_app/img/sides_img_1.png b/workshop_app/static/workshop_app/img/sides_img_1.png new file mode 100644 index 0000000..3a66e95 Binary files /dev/null and b/workshop_app/static/workshop_app/img/sides_img_1.png differ diff --git a/workshop_app/static/workshop_app/img/sides_img_2.png b/workshop_app/static/workshop_app/img/sides_img_2.png new file mode 100644 index 0000000..71ce494 Binary files /dev/null and b/workshop_app/static/workshop_app/img/sides_img_2.png differ diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index 718f9ba..ec2f4eb 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -17,6 +17,10 @@ + + + +