summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html69
1 files changed, 10 insertions, 59 deletions
diff --git a/views/index.html b/views/index.html
index 69fc532..185f305 100644
--- a/views/index.html
+++ b/views/index.html
@@ -1,55 +1,12 @@
<!doctype html>
<html lang="en">
<head>
- <meta charset="UTF-8">
- <title><%= title %></title>
- <!-- Bootstrap core CSS -->
- <link rel="stylesheet" href="../css/bootstrap.min-3.3.6.css">
-
- <!-- Custom styles for this template -->
- <link href="../css/customstylesheet.css" rel="stylesheet">
-
- <!--Favicon-->
- <link rel="shortcut icon" href="../images/favicon.ico" />
-
- <script src="/socket.io/socket.io.js"></script>
- <script src="../js/plotly-latest.min.js"></script>
-
-
- <!-- Bootstrap JQuery -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="../js/jquery.min.js"><\/script>')</script>
- <!-- Bootstrap core JS -->
- <script src="../js/bootstrap.min-3.3.6.js"></script>
-
+ <% include head.html %>
</head>
<body>
- <nav class="navbar navbar-inverse navbar-fixed-top">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="#">Online Simulator</a>
- </div>
- <div class="collapse navbar-collapse" id="navbar">
- <ul class="nav navbar-nav">
- <li class="active"><a href="#">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/contact">Contact</a></li>
- </ul>
- <!-- <ul class="nav navbar-nav navbar-right">
- <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
- <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
- </ul> -->
- </div>
- </div>
- </nav>
-
-
+ <header>
+ <% include header.html %>
+ </header>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="descNgspice">
@@ -116,18 +73,12 @@ v(in) v(out)
</div>
-
</div>
+ <div>
<footer class="footer">
- <div class="container">
- <!-- <div> -->
- <p style="text-align:center;">This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License.</a><br><a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license" target="_blank"><img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
- </p>
-
- <!-- <p>&copy; 2016 FOSSEE, IIT Bombay</p> -->
- <!-- </div> -->
- </div>
- </footer>
+ <% include footer.html %>
+ </footer>
+ </div>
<script>
@@ -289,7 +240,7 @@ v(in) v(out)
title: "Voltage(Volts) / Current(Amp)",
titlefont: {
family: 'Courier New, monospace',
- size: 15,
+ size: 12,
color: '#7f7f7f'
}
},
@@ -298,7 +249,7 @@ v(in) v(out)
showgrid: true, // remove the x-axis grid lines
titlefont: {
family: 'Courier New, monospace',
- size: 15,
+ size: 12,
color: '#7f7f7f'
}
}