From 6db49b04606a01c6352612ea2b7a7785bcfcbffe Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 6 Mar 2020 12:00:15 +0530 Subject: added static files --- .../arduino_blog/templates/activation-status.html | 64 + .../static/arduino_blog/templates/base.html | 11 + .../bootstrap-4.4.1-dist/css/bootstrap-grid.css | 3899 +++++++ .../css/bootstrap-grid.css.map | 1 + .../css/bootstrap-grid.min.css | 7 + .../css/bootstrap-grid.min.css.map | 1 + .../bootstrap-4.4.1-dist/css/bootstrap-reboot.css | 327 + .../css/bootstrap-reboot.css.map | 1 + .../css/bootstrap-reboot.min.css | 8 + .../css/bootstrap-reboot.min.css.map | 1 + .../bootstrap-4.4.1-dist/css/bootstrap.css | 10224 +++++++++++++++++++ .../bootstrap-4.4.1-dist/css/bootstrap.css.map | 1 + .../bootstrap-4.4.1-dist/css/bootstrap.min.css | 7 + .../bootstrap-4.4.1-dist/css/bootstrap.min.css.map | 1 + .../bootstrap-4.4.1-dist/js/bootstrap.bundle.js | 7134 +++++++++++++ .../js/bootstrap.bundle.js.map | 1 + .../js/bootstrap.bundle.min.js | 7 + .../js/bootstrap.bundle.min.js.map | 1 + .../templates/bootstrap-4.4.1-dist/js/bootstrap.js | 4521 ++++++++ .../bootstrap-4.4.1-dist/js/bootstrap.js.map | 1 + .../bootstrap-4.4.1-dist/js/bootstrap.min.js | 7 + .../bootstrap-4.4.1-dist/js/bootstrap.min.js.map | 1 + .../static/arduino_blog/templates/dashboard.html | 23 + .../templates/email/proposal_received.html | 13 + .../static/arduino_blog/templates/footer.html | 103 + .../static/arduino_blog/templates/header.html | 49 + .../static/arduino_blog/templates/home.html | 175 + .../static/arduino_blog/templates/index.html | 5 + .../static/arduino_blog/templates/login.html | 41 + .../static/arduino_blog/templates/navbar.html | 51 + .../static/arduino_blog/templates/submit-cfp.html | 83 + .../arduino_blog/templates/user-register.html | 198 + .../static/bootstrap-4.4.1/css/bootstrap-grid.css | 3899 +++++++ .../bootstrap-4.4.1/css/bootstrap-grid.css.map | 1 + .../bootstrap-4.4.1/css/bootstrap-grid.min.css | 7 + .../bootstrap-4.4.1/css/bootstrap-grid.min.css.map | 1 + .../bootstrap-4.4.1/css/bootstrap-reboot.css | 327 + .../bootstrap-4.4.1/css/bootstrap-reboot.css.map | 1 + .../bootstrap-4.4.1/css/bootstrap-reboot.min.css | 8 + .../css/bootstrap-reboot.min.css.map | 1 + .../static/bootstrap-4.4.1/css/bootstrap.css | 10224 +++++++++++++++++++ .../static/bootstrap-4.4.1/css/bootstrap.css.map | 1 + .../static/bootstrap-4.4.1/css/bootstrap.min.css | 7 + .../bootstrap-4.4.1/css/bootstrap.min.css.map | 1 + .../static/bootstrap-4.4.1/js/bootstrap.bundle.js | 7134 +++++++++++++ .../bootstrap-4.4.1/js/bootstrap.bundle.js.map | 1 + .../bootstrap-4.4.1/js/bootstrap.bundle.min.js | 7 + .../bootstrap-4.4.1/js/bootstrap.bundle.min.js.map | 1 + .../static/bootstrap-4.4.1/js/bootstrap.js | 4521 ++++++++ .../static/bootstrap-4.4.1/js/bootstrap.js.map | 1 + .../static/bootstrap-4.4.1/js/bootstrap.min.js | 7 + .../static/bootstrap-4.4.1/js/bootstrap.min.js.map | 1 + arduino_blog/static/images/88x31.png | Bin 0 -> 1697 bytes arduino_blog/static/images/NMEICT.png | Bin 0 -> 12597 bytes arduino_blog/static/images/ajax-loader.gif | Bin 0 -> 723 bytes arduino_blog/static/images/favicon.ico | Bin 0 -> 4286 bytes arduino_blog/static/images/fossee-logo.png | Bin 0 -> 19335 bytes arduino_blog/static/images/home-logo.png | Bin 0 -> 15706 bytes arduino_blog/static/images/iitb-logo.png | Bin 0 -> 17971 bytes arduino_blog/static/js/jquery.min.js | 2 + arduino_blog/static/js/popper.min.js | 5 + arduino_blog/templates/activation-status.html | 64 - arduino_blog/templates/base.html | 11 - arduino_blog/templates/dashboard.html | 23 - .../templates/email/proposal_received.html | 13 - arduino_blog/templates/footer.html | 103 - arduino_blog/templates/header.html | 54 - arduino_blog/templates/home.html | 175 - arduino_blog/templates/index.html | 5 - arduino_blog/templates/login.html | 41 - arduino_blog/templates/navbar.html | 51 - arduino_blog/templates/submit-cfp.html | 83 - arduino_blog/templates/user-register.html | 198 - 73 files changed, 53125 insertions(+), 821 deletions(-) create mode 100644 arduino_blog/static/arduino_blog/templates/activation-status.html create mode 100644 arduino_blog/static/arduino_blog/templates/base.html create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-grid.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-grid.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-grid.min.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-grid.min.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-reboot.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-reboot.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-reboot.min.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap-reboot.min.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap.min.css create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/css/bootstrap.min.css.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.bundle.js create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.bundle.js.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.bundle.min.js create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.bundle.min.js.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.js create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.js.map create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.min.js create mode 100644 arduino_blog/static/arduino_blog/templates/bootstrap-4.4.1-dist/js/bootstrap.min.js.map create mode 100644 arduino_blog/static/arduino_blog/templates/dashboard.html create mode 100644 arduino_blog/static/arduino_blog/templates/email/proposal_received.html create mode 100644 arduino_blog/static/arduino_blog/templates/footer.html create mode 100644 arduino_blog/static/arduino_blog/templates/header.html create mode 100644 arduino_blog/static/arduino_blog/templates/home.html create mode 100644 arduino_blog/static/arduino_blog/templates/index.html create mode 100644 arduino_blog/static/arduino_blog/templates/login.html create mode 100644 arduino_blog/static/arduino_blog/templates/navbar.html create mode 100644 arduino_blog/static/arduino_blog/templates/submit-cfp.html create mode 100644 arduino_blog/static/arduino_blog/templates/user-register.html create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-grid.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-grid.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-grid.min.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-grid.min.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-reboot.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-reboot.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-reboot.min.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap-reboot.min.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap.min.css create mode 100644 arduino_blog/static/bootstrap-4.4.1/css/bootstrap.min.css.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.bundle.js create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.bundle.js.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.bundle.min.js create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.bundle.min.js.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.js create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.js.map create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.min.js create mode 100644 arduino_blog/static/bootstrap-4.4.1/js/bootstrap.min.js.map create mode 100644 arduino_blog/static/images/88x31.png create mode 100755 arduino_blog/static/images/NMEICT.png create mode 100644 arduino_blog/static/images/ajax-loader.gif create mode 100644 arduino_blog/static/images/favicon.ico create mode 100644 arduino_blog/static/images/fossee-logo.png create mode 100644 arduino_blog/static/images/home-logo.png create mode 100644 arduino_blog/static/images/iitb-logo.png create mode 100644 arduino_blog/static/js/jquery.min.js create mode 100644 arduino_blog/static/js/popper.min.js delete mode 100644 arduino_blog/templates/activation-status.html delete mode 100644 arduino_blog/templates/base.html delete mode 100644 arduino_blog/templates/dashboard.html delete mode 100644 arduino_blog/templates/email/proposal_received.html delete mode 100644 arduino_blog/templates/footer.html delete mode 100644 arduino_blog/templates/header.html delete mode 100644 arduino_blog/templates/home.html delete mode 100644 arduino_blog/templates/index.html delete mode 100644 arduino_blog/templates/login.html delete mode 100644 arduino_blog/templates/navbar.html delete mode 100644 arduino_blog/templates/submit-cfp.html delete mode 100644 arduino_blog/templates/user-register.html (limited to 'arduino_blog') diff --git a/arduino_blog/static/arduino_blog/templates/activation-status.html b/arduino_blog/static/arduino_blog/templates/activation-status.html new file mode 100644 index 0000000..a9764cb --- /dev/null +++ b/arduino_blog/static/arduino_blog/templates/activation-status.html @@ -0,0 +1,64 @@ +{% extends "base.html" %} + +{% block css%} + +{% endblock %} +{% block content %} +{% if success %} +
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `