diff options
Diffstat (limited to 'arduino_blog/templates')
-rw-r--r-- | arduino_blog/templates/header.html | 17 | ||||
-rw-r--r-- | arduino_blog/templates/home.html | 14 | ||||
-rw-r--r-- | arduino_blog/templates/submit-cfp.html | 16 |
3 files changed, 40 insertions, 7 deletions
diff --git a/arduino_blog/templates/header.html b/arduino_blog/templates/header.html index 12964d4..788c98c 100644 --- a/arduino_blog/templates/header.html +++ b/arduino_blog/templates/header.html @@ -5,11 +5,11 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="title" content="Arduino Projects"> - <meta name="description" content="Arduino Projects"> - <meta name="keywords" content="Arduino, projects, github"> + <meta name="title" content="Open Source Hardware Project"> + <meta name="description" content="Open Source Hardware Project"> + <meta name="keywords" content="Arduino, projects, github, hardware, Open Source Hardware Project"> <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/logo.png' %}" type="icon"> - <title>Arduino Projects</title> + <title>FOSSEE - Open Source Hardware Project</title> <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> --> @@ -17,12 +17,21 @@ <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> +<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> +<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js"></script> +<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.0.1/js/tempusdominus-bootstrap-4.min.js"></script> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.0.1/css/tempusdominus-bootstrap-4.min.css" /> <script> function countChar(val) { var len = val.value.length; var count = $('#charNum').text(0 + len); }; </script> + <script> + if('{{ display_message }}'){ + alert('{{ display_message }}'); + } + </script> <style> /* Stackoverflow preview fix, please ignore */ diff --git a/arduino_blog/templates/home.html b/arduino_blog/templates/home.html index 9b79a08..b7f99fd 100644 --- a/arduino_blog/templates/home.html +++ b/arduino_blog/templates/home.html @@ -10,8 +10,18 @@ <div class="container"> <h1>Open Source Hardware Project</h1> <p class="lead text-muted text-justify"> - 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! + 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! </p> <p> diff --git a/arduino_blog/templates/submit-cfp.html b/arduino_blog/templates/submit-cfp.html index f30b465..988bc60 100644 --- a/arduino_blog/templates/submit-cfp.html +++ b/arduino_blog/templates/submit-cfp.html @@ -19,7 +19,6 @@ <span style="color:red;">*</span>: </label> <input class="form-control" id="your_name" type="text" name="your_name" value="{{ user.first_name }} {{ user.last_name }}" disabled> - </div> <div class="form-group"> <label for="about_the_author">About the author @@ -48,6 +47,13 @@ <label for="attachment">Attachments:</label> {% render_field proposal_form.attachment %} </div> + <div class="form-group"> + <label for="abstract">Expected completion date (Aprox. 1 month) + <span style="color:red;">*</span>: + + </label> + {% render_field proposal_form.completion_date %} + </div> <div class="form-inline"> <div class="form-check"> {% render_field proposal_form.terms_and_conditions %} @@ -69,4 +75,12 @@ </div> </section> </br> +<script> + $(function () { + $("#datetimepicker1").datetimepicker({ + format: 'DD/MM/YYYY', + defaultDate: "11/1/2013", + }); + }); +</script> {% endblock %} |