summaryrefslogtreecommitdiff
path: root/static/workshop_app
diff options
context:
space:
mode:
authorAkshen2017-05-05 15:13:44 +0530
committerAkshen2017-05-19 15:30:31 +0530
commitc3fae549472d02c5d7d92b3efbd7a6bc6f486638 (patch)
tree8deacd2ffd34da32a2eeaa38dea28996fa49f101 /static/workshop_app
parent7fed0d3b38f84500780109ca5d1e4e377637459e (diff)
downloadworkshop_booking-c3fae549472d02c5d7d92b3efbd7a6bc6f486638.tar.gz
workshop_booking-c3fae549472d02c5d7d92b3efbd7a6bc6f486638.tar.bz2
workshop_booking-c3fae549472d02c5d7d92b3efbd7a6bc6f486638.zip
Homepage Done
Todo Responsiveness and links fix, optimization, chatbot
Diffstat (limited to 'static/workshop_app')
-rw-r--r--static/workshop_app/css/index.css129
-rw-r--r--static/workshop_app/img/Dwsim_logo.pngbin0 -> 12896 bytes
-rw-r--r--static/workshop_app/img/OR_logo.pngbin0 -> 45833 bytes
-rw-r--r--static/workshop_app/img/OpenFoam_logo.pngbin0 -> 62425 bytes
-rw-r--r--static/workshop_app/img/Scilab_logo.pngbin0 -> 35146 bytes
-rw-r--r--static/workshop_app/img/bnft.pngbin0 -> 4203 bytes
-rw-r--r--static/workshop_app/img/cc.pngbin0 -> 2111 bytes
-rw-r--r--static/workshop_app/img/esim_logo.pngbin0 -> 88815 bytes
-rw-r--r--static/workshop_app/img/faq.pngbin0 -> 3717 bytes
-rw-r--r--static/workshop_app/img/fossee_logo.pngbin0 -> 5663 bytes
-rw-r--r--static/workshop_app/img/homepg.pngbin0 -> 161914 bytes
-rw-r--r--static/workshop_app/img/iitb_logo.pngbin0 -> 4672 bytes
-rw-r--r--static/workshop_app/img/img_1.pngbin0 -> 1660 bytes
-rw-r--r--static/workshop_app/img/list.pngbin0 -> 2933 bytes
-rw-r--r--static/workshop_app/img/part.pngbin0 -> 4759 bytes
-rw-r--r--static/workshop_app/img/python_logo.pngbin0 -> 4675 bytes
-rw-r--r--static/workshop_app/img/sandhi_logo.pngbin0 -> 26294 bytes
17 files changed, 129 insertions, 0 deletions
diff --git a/static/workshop_app/css/index.css b/static/workshop_app/css/index.css
new file mode 100644
index 0000000..a54f9b1
--- /dev/null
+++ b/static/workshop_app/css/index.css
@@ -0,0 +1,129 @@
+body {
+ background-color: #C8C5B6;
+}
+
+.fossee-label {
+ padding-top: 90px;
+ margin-left: 200px;
+ color: #6D5847;
+ font-size: 70px;
+}
+
+
+.logo {
+ width: 600px;
+ height: 70px;
+ background: white;
+ float: left;
+ margin-top: 40px;
+ margin-left: 85px;
+}
+
+.label-bar {
+ color: #6D5847;
+ float: right;
+ margin-top: 36px;
+ font-size: 18px;
+ margin-right: 30px;
+}
+
+
+.login {
+ margin-left: 330px;
+ width: 420px;
+ height: 470px;
+ background: white;
+}
+
+#rectbox {
+ border-radius: 25px;
+ background: #6D5847;
+ padding: 20px;
+ margin-left: 20px;
+ margin-top: 10px;
+ width: 350px;
+ height: 120px;
+}
+
+
+.caption-img {
+ width:70px;
+ height:75px;
+ margin-top: -9px;
+}
+
+
+/* Icons with their respective Images */
+.icons {
+ background: white;
+ height: 110px;
+ margin-top: 15px;
+}
+
+figure.item {
+ /* To correctly align image, regardless of content height: */
+ vertical-align: top;
+ display: inline-block;
+ /* To horizontally center images and caption */
+ text-align: center;
+ /* The width of the container also implies margin around the images. */
+}
+
+.caption-img {
+ width:70px;
+ height:75px;
+ margin-top: 5px;
+}
+
+
+.caption {
+ /* Make the caption a block so it occupies its own line. */
+ display: block;
+ color: #5A3700;
+ padding-bottom: 10px;
+}
+
+/* Contact Us, Related Links and Organization Logo */
+
+.contact {
+ width: 100%;
+ margin: auto;
+}
+
+
+.org-logo {
+ margin-top: 30px;
+ margin-left: 60px;
+ float: left;
+
+ color: #5A3700;
+
+}
+
+.related-links {
+ font-size: 20px;
+ color: #5A3700;
+ margin-top: 12px;
+ margin-left: 90px
+}
+
+.contact-us {
+ font-size: 20px;
+ color: #5A3700;
+ margin-top: 12px;
+ margin-right: 10px;
+ float: right;
+
+}
+
+/* Footer */
+.footer {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ left: 0;
+
+ background-color: black;
+ text-align: center;
+ color:white;
+}
diff --git a/static/workshop_app/img/Dwsim_logo.png b/static/workshop_app/img/Dwsim_logo.png
new file mode 100644
index 0000000..1b22085
--- /dev/null
+++ b/static/workshop_app/img/Dwsim_logo.png
Binary files differ
diff --git a/static/workshop_app/img/OR_logo.png b/static/workshop_app/img/OR_logo.png
new file mode 100644
index 0000000..88bd685
--- /dev/null
+++ b/static/workshop_app/img/OR_logo.png
Binary files differ
diff --git a/static/workshop_app/img/OpenFoam_logo.png b/static/workshop_app/img/OpenFoam_logo.png
new file mode 100644
index 0000000..5e674ed
--- /dev/null
+++ b/static/workshop_app/img/OpenFoam_logo.png
Binary files differ
diff --git a/static/workshop_app/img/Scilab_logo.png b/static/workshop_app/img/Scilab_logo.png
new file mode 100644
index 0000000..f2babe2
--- /dev/null
+++ b/static/workshop_app/img/Scilab_logo.png
Binary files differ
diff --git a/static/workshop_app/img/bnft.png b/static/workshop_app/img/bnft.png
new file mode 100644
index 0000000..4b26613
--- /dev/null
+++ b/static/workshop_app/img/bnft.png
Binary files differ
diff --git a/static/workshop_app/img/cc.png b/static/workshop_app/img/cc.png
new file mode 100644
index 0000000..72c7cf6
--- /dev/null
+++ b/static/workshop_app/img/cc.png
Binary files differ
diff --git a/static/workshop_app/img/esim_logo.png b/static/workshop_app/img/esim_logo.png
new file mode 100644
index 0000000..ea73365
--- /dev/null
+++ b/static/workshop_app/img/esim_logo.png
Binary files differ
diff --git a/static/workshop_app/img/faq.png b/static/workshop_app/img/faq.png
new file mode 100644
index 0000000..e2caf34
--- /dev/null
+++ b/static/workshop_app/img/faq.png
Binary files differ
diff --git a/static/workshop_app/img/fossee_logo.png b/static/workshop_app/img/fossee_logo.png
new file mode 100644
index 0000000..d2d18d0
--- /dev/null
+++ b/static/workshop_app/img/fossee_logo.png
Binary files differ
diff --git a/static/workshop_app/img/homepg.png b/static/workshop_app/img/homepg.png
new file mode 100644
index 0000000..4943deb
--- /dev/null
+++ b/static/workshop_app/img/homepg.png
Binary files differ
diff --git a/static/workshop_app/img/iitb_logo.png b/static/workshop_app/img/iitb_logo.png
new file mode 100644
index 0000000..70b2c46
--- /dev/null
+++ b/static/workshop_app/img/iitb_logo.png
Binary files differ
diff --git a/static/workshop_app/img/img_1.png b/static/workshop_app/img/img_1.png
new file mode 100644
index 0000000..3824f16
--- /dev/null
+++ b/static/workshop_app/img/img_1.png
Binary files differ
diff --git a/static/workshop_app/img/list.png b/static/workshop_app/img/list.png
new file mode 100644
index 0000000..6eb0640
--- /dev/null
+++ b/static/workshop_app/img/list.png
Binary files differ
diff --git a/static/workshop_app/img/part.png b/static/workshop_app/img/part.png
new file mode 100644
index 0000000..915e6c9
--- /dev/null
+++ b/static/workshop_app/img/part.png
Binary files differ
diff --git a/static/workshop_app/img/python_logo.png b/static/workshop_app/img/python_logo.png
new file mode 100644
index 0000000..c147919
--- /dev/null
+++ b/static/workshop_app/img/python_logo.png
Binary files differ
diff --git a/static/workshop_app/img/sandhi_logo.png b/static/workshop_app/img/sandhi_logo.png
new file mode 100644
index 0000000..1c35e0e
--- /dev/null
+++ b/static/workshop_app/img/sandhi_logo.png
Binary files differ