diff options
author | prashantsinalkar | 2018-08-07 17:23:51 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-07 17:23:51 +0530 |
commit | ca38bf3aa5af9ae9eb73b54f21ce54f992774e21 (patch) | |
tree | 116ca2ace5ac37fe47d14db816c8688f99ce0e67 /static/website/bootstrap-css | |
parent | 884b9bf72fa3dc5b29e4c73b2442a2b7fb9f36fd (diff) | |
download | SciPy2018-ca38bf3aa5af9ae9eb73b54f21ce54f992774e21.tar.gz SciPy2018-ca38bf3aa5af9ae9eb73b54f21ce54f992774e21.tar.bz2 SciPy2018-ca38bf3aa5af9ae9eb73b54f21ce54f992774e21.zip |
added new project table
Diffstat (limited to 'static/website/bootstrap-css')
-rw-r--r-- | static/website/bootstrap-css/assets/images/fossee.png | bin | 0 -> 79661 bytes | |||
-rw-r--r-- | static/website/bootstrap-css/assets/images/fossee_logo.png | bin | 0 -> 19335 bytes | |||
-rw-r--r-- | static/website/bootstrap-css/assets/images/iitb_logo.png | bin | 0 -> 16169 bytes | |||
-rw-r--r-- | static/website/bootstrap-css/assets/images/pylogo.png | bin | 0 -> 8950 bytes | |||
-rw-r--r-- | static/website/bootstrap-css/assets/images/yaksh_banner.png | bin | 0 -> 1552 bytes | |||
-rwxr-xr-x | static/website/bootstrap-css/custom.css | 1 |
6 files changed, 0 insertions, 1 deletions
diff --git a/static/website/bootstrap-css/assets/images/fossee.png b/static/website/bootstrap-css/assets/images/fossee.png Binary files differnew file mode 100644 index 0000000..6feda2d --- /dev/null +++ b/static/website/bootstrap-css/assets/images/fossee.png diff --git a/static/website/bootstrap-css/assets/images/fossee_logo.png b/static/website/bootstrap-css/assets/images/fossee_logo.png Binary files differnew file mode 100644 index 0000000..ecd7e44 --- /dev/null +++ b/static/website/bootstrap-css/assets/images/fossee_logo.png diff --git a/static/website/bootstrap-css/assets/images/iitb_logo.png b/static/website/bootstrap-css/assets/images/iitb_logo.png Binary files differnew file mode 100644 index 0000000..8134c71 --- /dev/null +++ b/static/website/bootstrap-css/assets/images/iitb_logo.png diff --git a/static/website/bootstrap-css/assets/images/pylogo.png b/static/website/bootstrap-css/assets/images/pylogo.png Binary files differnew file mode 100644 index 0000000..d42c54f --- /dev/null +++ b/static/website/bootstrap-css/assets/images/pylogo.png diff --git a/static/website/bootstrap-css/assets/images/yaksh_banner.png b/static/website/bootstrap-css/assets/images/yaksh_banner.png Binary files differnew file mode 100644 index 0000000..d41ba80 --- /dev/null +++ b/static/website/bootstrap-css/assets/images/yaksh_banner.png diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css index 7d3df62..7014560 100755 --- a/static/website/bootstrap-css/custom.css +++ b/static/website/bootstrap-css/custom.css @@ -72,4 +72,3 @@ if it's not present, don't show loader */ border-radius: 50%; border: 5px solid rgba(0,0,30,0.8); } - |