summaryrefslogtreecommitdiff
path: root/workshop_app/static
diff options
context:
space:
mode:
authorMahesh Gudi2017-08-08 16:30:35 +0530
committerGitHub2017-08-08 16:30:35 +0530
commitf4c8daa3fd37f36f98466a75b37b30cf79389726 (patch)
tree21abc7dcb7469062ac6edbe907c648339ed98e75 /workshop_app/static
parentaa6455b7b0296346976d252d4c551373a611b3d1 (diff)
parenta9c70c4f2f7f05b4dfb8a08b049d09fe2678d186 (diff)
downloadworkshop_booking-f4c8daa3fd37f36f98466a75b37b30cf79389726.tar.gz
workshop_booking-f4c8daa3fd37f36f98466a75b37b30cf79389726.tar.bz2
workshop_booking-f4c8daa3fd37f36f98466a75b37b30cf79389726.zip
Merge pull request #17 from Akshen/testing
Adds Social Media Links
Diffstat (limited to 'workshop_app/static')
-rw-r--r--workshop_app/static/workshop_app/css/faq.css4
-rw-r--r--workshop_app/static/workshop_app/css/index.css34
-rw-r--r--workshop_app/static/workshop_app/img/sides_img_1.pngbin0 -> 351481 bytes
-rw-r--r--workshop_app/static/workshop_app/img/sides_img_2.pngbin0 -> 326025 bytes
4 files changed, 35 insertions, 3 deletions
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
--- /dev/null
+++ b/workshop_app/static/workshop_app/img/sides_img_1.png
Binary files 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
--- /dev/null
+++ b/workshop_app/static/workshop_app/img/sides_img_2.png
Binary files differ