summaryrefslogtreecommitdiff
path: root/fossee_manim/templates
diff options
context:
space:
mode:
authorSharanya A2019-07-11 10:49:12 +0530
committerSharanya A2019-07-11 10:49:12 +0530
commitb9dcedb879afbd52f2bd459f697f5dc339ac0d77 (patch)
tree0617487e1e93d1738e8f7dd0712dbb9bb8a67dc4 /fossee_manim/templates
parent56a4ffcabeed96a4abb27b9558a085cd23b9cf23 (diff)
downloadFOSSEE_animations-b9dcedb879afbd52f2bd459f697f5dc339ac0d77.tar.gz
FOSSEE_animations-b9dcedb879afbd52f2bd459f697f5dc339ac0d77.tar.bz2
FOSSEE_animations-b9dcedb879afbd52f2bd459f697f5dc339ac0d77.zip
Margin changes to html files
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r--fossee_manim/templates/fossee_manim/faqs.html5
-rw-r--r--fossee_manim/templates/fossee_manim/honorarium.html6
-rw-r--r--fossee_manim/templates/fossee_manim/indexfooter.html148
-rw-r--r--fossee_manim/templates/fossee_manim/proposal_status.html2
-rw-r--r--fossee_manim/templates/fossee_manim/send_proposal.html12
-rw-r--r--fossee_manim/templates/fossee_manim/view_profile.html4
6 files changed, 163 insertions, 14 deletions
diff --git a/fossee_manim/templates/fossee_manim/faqs.html b/fossee_manim/templates/fossee_manim/faqs.html
index cd68c5c..36ad9da 100644
--- a/fossee_manim/templates/fossee_manim/faqs.html
+++ b/fossee_manim/templates/fossee_manim/faqs.html
@@ -6,11 +6,12 @@
{% block content %}
-<div class="container-fluid jumbotron" align = "justify" style="margin-top:10px">
+<div class="container-fluid jumbotron" align = "justify" style="margin-top:20px">
<!-- style="padding-top:120px"> -->
<h1><center>Frequently Asked Questions</center></h1>
<div class="container">
- <br>
+
+ <hr/>
<ul>
<li><h5>Who can submit proposals?</h5></li>
Anyone can submit proposals.
diff --git a/fossee_manim/templates/fossee_manim/honorarium.html b/fossee_manim/templates/fossee_manim/honorarium.html
index d8f3fe3..398449e 100644
--- a/fossee_manim/templates/fossee_manim/honorarium.html
+++ b/fossee_manim/templates/fossee_manim/honorarium.html
@@ -15,12 +15,12 @@
background-color: #f2e680;
}
</style>
- <br>
- <div class="container-fluid" align = "justify">
+
+ <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px;">
<h1><center>Honorarium</center></h1>
<div class="container"">
<hr>
- <br>
+
<h4><center>Amount</center></h4>
<ol>
<li> The honorarium amount is assigned based on:
diff --git a/fossee_manim/templates/fossee_manim/indexfooter.html b/fossee_manim/templates/fossee_manim/indexfooter.html
new file mode 100644
index 0000000..3380fbd
--- /dev/null
+++ b/fossee_manim/templates/fossee_manim/indexfooter.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>FOSSEE Animations</title>
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+ <link href="https://fonts.googleapis.com/css?family=Raleway|Lato&display=swap" rel="stylesheet">
+ <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
+ <style type="text/css">
+ .perma_link{
+ color: #222222;
+ }
+ .perma_link:hover{
+ background-color:#a0e6ee;
+ text-decoration: none;
+ }
+ .perma_link a{
+ text-decoration: none;
+ }
+ .bck_clr{
+ background-color: #222222;
+ }
+ </style>
+ </head>
+
+ <body>
+ <!--<div class="container-fluid">-->
+ <div class="col-md-12">
+ <nav class="navbar navba.r-expand-lg navbar-light row bck_clr fixed-top" style="padding-top: 20px; padding-bottom: 20px;">
+ <a class="navbar-brand" href="#">
+ <img src="{{ URL_ROOT }}/static/img/logo_main.png" width="150" height="33.75" alt="" style="margin-right: 50px; margin-left: 20px">
+ </a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
+ <form class="form-inline" style="margin-left: 10px; margin-top: 10px">
+ <input class="form-control mr-sm-2" type="text">
+ <button class="btn btn-primary my-2 my-sm-0" type="submit">
+ Search
+ </button>
+ </form>
+
+ <ul class="navbar-nav ml-md-auto">
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" style="color:white">Login / Register</a>
+ <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
+ <a class="dropdown-item" href="{% url 'login' %}">Login</a>
+ <div class="dropdown-divider">
+ </div>
+ <a class="dropdown-item" href="{% url 'register' %}">Register</a>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <!-- Remove sticky-top if the buttons are not supposed to scroll down-->
+ <div class="jumbotron row sticky-top" style="padding-top: 100px; padding-bottom: 0.2%; margin-bottom: 0px; color:#dddddd">
+ <div class="btn-group btn-group-lg" role="group">
+ <button class="btn btn-link perma_link" type="button"><a href="#" style="color:#157b80">About</a></button>
+ <button class="btn btn-link perma_link" type="button"><a href="{% url 'guidelines' %}" style="color:#222222">Guidelines</a></button>
+ <button class="btn btn-link perma_link" type="button"><a href="{% url 'faqs' %}" style="color:#222222">FAQ</a></button>
+ <button class="btn btn-link perma_link" type="button"><a href="{% url 'honorarium' %}" style="color:#222222">Honorarium</a></button>
+ <button class="btn btn-link perma_link" type="button"><a href="{% url 'send_proposal' %}" style="color:#dd1100">Submit Proposal</a></button>
+ </div>
+ </div>
+
+ <div id="carouselExampleIndicators" class="carousel slide row" data-ride="carousel" style="margin-top: 0px">
+ <ol class="carousel-indicators">
+ <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
+ <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
+ <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
+ </ol>
+ <div class="carousel-inner">
+ <div class="carousel-item active">
+ <img class="d-block w-100" src="https://i.imgur.com/ruP33nb.png" alt="First slide" height=800>
+ <!-- img res here-->
+ <div class="carousel-caption d-none d-md-block">
+ <h5>FOSSEE Animations</h5>
+ <p>some stuff</p>
+ </div>
+ </div>
+ <div class="carousel-item">
+ <img class="d-block w-100" src="https://i.imgur.com/FgdE4et.png" alt="Second slide" height=800>
+ </div>
+ <div class="carousel-item">
+ <img class="d-block w-100" src="https://i.imgur.com/b7lbXaX.png" alt="Third slide" height=800>
+ </div>
+ </div>
+ <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
+ <span class="sr-only">Previous</span>
+ </a>
+ <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
+ <span class="sr-only">Next</span>
+ </a>
+ </div>
+
+
+ <!--Infographics-->
+
+ <div class="jumbotron row text-center" style="background-color: white"> <!-- style="background-image: url(''); background-size: cover;">-->
+
+
+ <div class="container text-center">
+ <h1 style="color: #e45700"><b>HOW IT WORKS</b></h1>
+ <img class="img-fluid d-block text-center" width="100%" src="{{ URL_ROOT }}/static/img/info.svg" alt="...">
+ </div>
+
+ </div>
+
+
+
+ <!--Footer-->
+ <div class="row" style="background-color: #222222;">
+ <div class="col-md-4">
+ <center>
+ <img src="https://animations.fossee.in/static/img/fossee_logo_iitb.png" width = 200; style="margin:50px; float:left">
+ </center>
+ </div>
+
+ <div class="col-md-3" style="color: white; margin:50px; float:right">
+ FOSSEE, IIT-Bombay <br>
+ Mumbai, India <br>
+ Phone: (+91) 22-2576-4133 <br>
+ Email: animations[at]fossee[dot]in
+ </div>
+
+ <div class="col-md-3" style="margin:50px">
+ <a style="color:white;" href="https://python.fossee.in/about/" target="_blank">About Us </a>
+ </div>
+ <!-- </div> -->
+ <div class="row" style="background-color: #444444;">
+ <hr style="color:white;">
+ <div class="col-md-10 mx-auto" style="background-color: #444444; color:white; text-align: center; margin: 0.5%; ">
+ The FOSSEE project is funded by the National Mission on Education through ICT, MHRD, Government of India.
+ This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
+
+ </div>
+ </div>
+
+ </div>
+
+ </body>
+</html>
diff --git a/fossee_manim/templates/fossee_manim/proposal_status.html b/fossee_manim/templates/fossee_manim/proposal_status.html
index ec602ad..a37a8be 100644
--- a/fossee_manim/templates/fossee_manim/proposal_status.html
+++ b/fossee_manim/templates/fossee_manim/proposal_status.html
@@ -4,7 +4,7 @@
Proposal Status
{% endblock %}
{% block content %}
-<div class = "jumbotron" style = "background-color: white; margin-top: 30px;">
+<div class = "jumbotron" style = "background-color: white; margin-top: 0px;">
<div class="container" align="center">
{% if request.user.profile.position == 'contributor' %}
diff --git a/fossee_manim/templates/fossee_manim/send_proposal.html b/fossee_manim/templates/fossee_manim/send_proposal.html
index 982f907..ecfa1e0 100644
--- a/fossee_manim/templates/fossee_manim/send_proposal.html
+++ b/fossee_manim/templates/fossee_manim/send_proposal.html
@@ -5,7 +5,6 @@
{% endblock %}
{% block content %}
- <br>
{% if messages %}
<ul class="messages">
{% for message in messages %}
@@ -16,13 +15,14 @@
{% endfor %}
</ul>
{% endif %}
- <br>
- <div class="container-fluid" align = "justify">
- <h1><center>Proposal - Stage 1</center></h1>
- </div>
- <div class="container" align="center">
+ <!-- <div class="container-fluid jumbotron" align = "justify"> -->
+ <!-- <h1><center>Proposal - Stage 1</center></h1> -->
+ <!-- </div> -->
+
+ <div class="container-fluid jumbotron" align="center" style="background-color: white;">
+ <h1><center>Proposal - Stage 1</center></h1>
<div class="alert alert-info">
Please Note: If you're not serious about creating animations, do not send us a proposal.
Fake submissions can result in permanent ban.
diff --git a/fossee_manim/templates/fossee_manim/view_profile.html b/fossee_manim/templates/fossee_manim/view_profile.html
index b70ec4a..69205a2 100644
--- a/fossee_manim/templates/fossee_manim/view_profile.html
+++ b/fossee_manim/templates/fossee_manim/view_profile.html
@@ -13,7 +13,7 @@
{% csrf_token %}
{% block content %}
<br>
- <div class="container">
+ <div class="container jumbotron" style="background-color:white;">
<table class="table table-bordered">
<tr>
<th><label for="id_first_name"><h5>First name:</h5></label></th>
@@ -52,4 +52,4 @@
<a class="btn btn-primary pull-right" href="{{ URL_ROOT }}/edit_profile/">Edit Profile</a>
</div>
<br><br>
-{% endblock %} \ No newline at end of file
+{% endblock %}