diff options
author | prashantsinalkar | 2018-08-15 23:24:24 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-15 23:24:24 +0530 |
commit | 1dc66ff494f8419511e00b371bef8336b7f81f82 (patch) | |
tree | 3eb2a64df57528a5784fb5726736af0e67324bbe | |
parent | c203fcb7df9ef3853d7842a9083609b4725032ca (diff) | |
download | SciPy2018-1dc66ff494f8419511e00b371bef8336b7f81f82.tar.gz SciPy2018-1dc66ff494f8419511e00b371bef8336b7f81f82.tar.bz2 SciPy2018-1dc66ff494f8419511e00b371bef8336b7f81f82.zip |
added div home for navbar css tracking
-rw-r--r-- | static/website/templates/home.html | 1 | ||||
-rw-r--r-- | static/website/templates/login.html | 46 |
2 files changed, 1 insertions, 46 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index dec41fc..ed726e6 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -1,6 +1,7 @@ {% load static %} <!-- Navigation --> {% block home %} +<div id="home" data="home"></div> <header id="site-header" class="site-header valign-center"> <div class="intro"> diff --git a/static/website/templates/login.html b/static/website/templates/login.html deleted file mode 100644 index 14274f7..0000000 --- a/static/website/templates/login.html +++ /dev/null @@ -1,46 +0,0 @@ -{% load static %} -<!DOCTYPE html> -<html lang="en"> -{% include 'header.html' %} -<body data-spy="scroll" data-target="#site-nav"> -<div class="se-pre-con"></div> - - {% include 'navbar.html' %} - {% block content %} - <section id="login" class="section login"> - <div class="container"> - <div class="row"> - <h2><strong>Login<br/></h2><br/> - <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> - <!-- Start form --> - <form> - <div class="form-group"> - <label for="exampleInputEmail1">Email address</label> - <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"> - </div> - <div class="form-group"> - <label for="exampleInputPassword1">Password</label> - <input type="password" class="form-control" name="password" id="password" placeholder="Password"> - </div> - <div class="form-check"> - <button class="btn btn-info" type="button" name="showpassword" id="showpassword" value="Show Password">Show password</button> - <button type="submit" class="btn btn-primary">Submit</button> - </div> - - </form> - - - <!-- End form --> - </div> - - - - </div> - </div> -</section> - {% endblock %} - - - {% include 'footer.html' %} - </body> -</html> |