Sign Up
--
cgit
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 -------
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 ---------------------
12 files changed, 821 deletions(-)
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/templates')
diff --git a/arduino_blog/templates/activation-status.html b/arduino_blog/templates/activation-status.html
deleted file mode 100644
index a9764cb..0000000
--- a/arduino_blog/templates/activation-status.html
+++ /dev/null
@@ -1,64 +0,0 @@
-{% extends "base.html" %}
-
-{% block css%}
-
-{% endblock %}
-{% block content %}
-{% if success %}
-
-
- {{ msg }}
-
-
-
-{% else %}
- {% if msg %}
-
-
- {{ msg }}
-
-
-
- {% endif %}
-{% endif %}
-
-{% if activation_msg %}
-
-
- {{ activation_msg }}
-
-
-
-{% endif %}
-
-{% if email_err_msg %}
-
-
- {{ email_err_msg }}
-
-
-
-{% endif %}
-{% endblock content %}
diff --git a/arduino_blog/templates/base.html b/arduino_blog/templates/base.html
deleted file mode 100644
index 253f3a2..0000000
--- a/arduino_blog/templates/base.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load static %}
-
-
- {% include 'header.html' %}
-
- {% include 'navbar.html' %}
- {% block content %}{% endblock content %}
- {% include 'footer.html' %}
-
-
-
diff --git a/arduino_blog/templates/dashboard.html b/arduino_blog/templates/dashboard.html
deleted file mode 100644
index a4528a8..0000000
--- a/arduino_blog/templates/dashboard.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "base.html" %}
-
-{% block css%}
-
-{% endblock %}
-{% block content %}
-{% if success %}
-
-
- {{ msg }}
-
-
-
-{% else %}
- {% if msg %}
-
-
- {{ msg }}
-
- {% endif %}
-{% endif %}
-
-{% endblock content %}
diff --git a/arduino_blog/templates/email/proposal_received.html b/arduino_blog/templates/email/proposal_received.html
deleted file mode 100644
index a1eb46b..0000000
--- a/arduino_blog/templates/email/proposal_received.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-Dear {{ name }},
-Thank you for your submission! . We have received your proposal for the Open Source Hardware Project with the following details:
-Your proposal is under review. You will receive an email as soon as it has been reviewed.
-
-Best Wishes,
-Open Source Hardware Project Team,
-FOSSEE, IIT Bombay
-
-*** This is an automatically generated email, please do not reply***
-
-
diff --git a/arduino_blog/templates/footer.html b/arduino_blog/templates/footer.html
deleted file mode 100644
index 6f6845d..0000000
--- a/arduino_blog/templates/footer.html
+++ /dev/null
@@ -1,103 +0,0 @@
-
-{% load static %}
-
-{% block footer %}
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/arduino_blog/templates/header.html b/arduino_blog/templates/header.html
deleted file mode 100644
index 788c98c..0000000
--- a/arduino_blog/templates/header.html
+++ /dev/null
@@ -1,54 +0,0 @@
-{% load static %}
-
-{% block header %}
-
-
-
-
-
-
-
-
- FOSSEE - Open Source Hardware Project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/arduino_blog/templates/home.html b/arduino_blog/templates/home.html
deleted file mode 100644
index ddf9e7f..0000000
--- a/arduino_blog/templates/home.html
+++ /dev/null
@@ -1,175 +0,0 @@
-
-{% load widget_tweaks %}
-{% load static %}
-
-{% block home %}
-
-
-
-
-
-
Open Source Hardware Project
-
- Back in 2005, a group of students envisaged a world where they have affordable access to digital devices, that they can interact with the environment using sensors and microcontrollers. Fast forward 15 years and Arduino has become a household name in the community of not just students, but also novices, professionals and DIY makers. The formidable headway that was brought about has given courage and vision to all the opensource hardware projects henceforth. We at FOSSEE also became a part by adopting the platform, and using it to teach Electronics across India. The learning resources, both hardware and lectures, put together by the Opensource-hardware team of FOSSEE and Spoken-tutorial has already demonstrated effective learning.
-
-
- Here, we are here providing you a platform for showcasing your ambitious projects, forming a community around the users and become part of our opensource-hardware activities. We are inviting proposals from you, those who have implemented projects using Arduino or are in the process, to contribute the documentation/DIY instructions of their projects. We promise to put together a well presented, shareable documentation of your project in our website. Every contributor can thus build an online portfolio which they can take pride in and may also land them a job one day!
-
-
- Please signup and make a profile for proposal submission right away and become one of the first contributors!
-
-
- Contribute first
-
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/arduino_blog/templates/index.html b/arduino_blog/templates/index.html
deleted file mode 100644
index cc7f0ab..0000000
--- a/arduino_blog/templates/index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "base.html" %}
-{% load static %}
- {% block content %}
- {% include 'home.html' %}
- {% endblock %}
\ No newline at end of file
diff --git a/arduino_blog/templates/login.html b/arduino_blog/templates/login.html
deleted file mode 100644
index f9709ab..0000000
--- a/arduino_blog/templates/login.html
+++ /dev/null
@@ -1,41 +0,0 @@
-{% extends "base.html" %}
-
-{% load widget_tweaks %}
-{% load static %}
-{% block content %}
-
-
-
-
- {% if user and not user.is_anonymous %}
- Submit Proposal
- {% else %}
- Login
- {% endif %}
-
-
- {% if registration_complete %}
-
- Thank You for your registration. You can now log in by clicking
- here!
-
-
-
-
- {% endif %}
-
-
-
- {% endblock %}
-
-
diff --git a/arduino_blog/templates/navbar.html b/arduino_blog/templates/navbar.html
deleted file mode 100644
index 3dd68b4..0000000
--- a/arduino_blog/templates/navbar.html
+++ /dev/null
@@ -1,51 +0,0 @@
-{% load static %}
-
-{% block nav %}
-
- Open Source Hardware Project
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/arduino_blog/templates/submit-cfp.html b/arduino_blog/templates/submit-cfp.html
deleted file mode 100644
index 6e20b5c..0000000
--- a/arduino_blog/templates/submit-cfp.html
+++ /dev/null
@@ -1,83 +0,0 @@
-{% extends "base.html" %}
-
-{% load widget_tweaks %}
-{% load static %}
-{% block content %}
-
-
-
-
-
- Submit Proposal
-
-
-
-
-
-
-
-{% endblock %}
diff --git a/arduino_blog/templates/user-register.html b/arduino_blog/templates/user-register.html
deleted file mode 100644
index 2b2fde6..0000000
--- a/arduino_blog/templates/user-register.html
+++ /dev/null
@@ -1,198 +0,0 @@
-{% extends "base.html" %}
-
-{% load widget_tweaks %}
-{% load static %}
-
-{% block content %}
-
-
-
- Sign Up
-
-{% if form.errors %}
- {% for field in form %}
- {% for error in field.errors %}
-
- {{ error|escape }}
-
- {% endfor %}
- {% endfor %}
-{% endif %}
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
--
cgit