summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
authorfahimkhan2016-09-22 16:58:52 +0530
committerfahimkhan2016-09-22 16:58:52 +0530
commit8d35e38c3e7349d37f1332b56d5f28bcdf1fb7bf (patch)
tree81a4a83b1acdac28392240e8e7d5c0289b16f962 /views/index.html
parentfbae6107f612f2d2b5a32b31084932765ba91390 (diff)
downloadOnline-NgSpice-Simulator-8d35e38c3e7349d37f1332b56d5f28bcdf1fb7bf.tar.gz
Online-NgSpice-Simulator-8d35e38c3e7349d37f1332b56d5f28bcdf1fb7bf.tar.bz2
Online-NgSpice-Simulator-8d35e38c3e7349d37f1332b56d5f28bcdf1fb7bf.zip
Added proper col to div
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html97
1 files changed, 49 insertions, 48 deletions
diff --git a/views/index.html b/views/index.html
index 185f305..44d9c92 100644
--- a/views/index.html
+++ b/views/index.html
@@ -7,26 +7,30 @@
<header>
<% include header.html %>
</header>
-
- <!-- Main jumbotron for a primary marketing message or call to action -->
- <div class="descNgspice">
- <div class="container">
- <h2>Ngspice</h2>
- <p3>SPICE (Simulation Program with Integrated Circuit Emphasis) is a widely used tool for simulating electrical circuits. The original version was developed at the Electronics Research Laboratory of the University of California, Berkeley. Dozens of variations of SPICE exist, with both free and commercial versions available.
-
- This site allows you to run ngspice simulations from a web browser environment. Whether you are using a Windows, Linux, or Mac computer, a smart phone, or a tablet, you always should be able to run a SPICE simulation.
- </p3>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-8 col-lg-offset-2">
+
+ <div class="descNgspice">
+ <h2>Ngspice</h2>
+ <p3>SPICE (Simulation Program with Integrated Circuit Emphasis) is a widely used tool for simulating electrical circuits. The original version was developed at the Electronics Research Laboratory of the University of California, Berkeley. Dozens of variations of SPICE exist, with both free and commercial versions available.
+
+ This site allows you to run ngspice simulations from a web browser environment. Whether you are using a Windows, Linux, or Mac computer, a smart phone, or a tablet, you always should be able to run a SPICE simulation.
+ </p3>
+ </div>
+ </div>
+ </div>
</div>
-
<div class="container">
- <h2>Editor</h2>
- <p>Please write your ngspice netlist in the below editor.</p>
- <form role="form">
- <div class="form-group editorArea">
-
- <textarea class="form-control" id="netlist" rows="20">
+ <div class="row">
+ <div class="col-lg-8 col-lg-offset-2">
+ <h2>Editor</h2>
+ <p>Please write your ngspice netlist in the below editor.</p>
+ <form role="form">
+ <div class="form-group editorArea">
+
+ <textarea class="form-control" id="netlist" rows="20">
* Author: FOSSEE
* Date:
@@ -43,44 +47,41 @@ v1 in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0)
run
.endc
.end
- </textarea>
- <h3>Plots:</h3>
- <textarea class="form-control" id="plotOption" rows="3">
+ </textarea>
+ <h3>Plots:</h3>
+ <textarea class="form-control" id="plotOption" rows="3">
v(in) v(out)
- </textarea>
- </div>
- </form>
- <div class="buttonArea">
- <button id="doSubmit" class="btn btn-success">Submit</button>
- <button id="doSaveNetlist" class="btn btn-success">Save Netlist</button>
- <button id="doClear" class="btn btn-danger">Clear Plots</button>
- </div>
-
- <hr>
-
- <div id="messages">
- <p class="fromServer">Server acknowledgement goes here</p>
- </div>
-
- <div class="container" id="plot" style="display:none;">
- <div class="row">
- <div id="graph" style="width:600px;height:400px;" class="col-lg-6">
-
+ </textarea>
+ </div>
+ </form>
+ <div class="buttonArea">
+ <button id="doSubmit" class="btn btn-success">Submit</button>
+ <button id="doSaveNetlist" class="btn btn-success">Save Netlist</button>
+ <button id="doClear" class="btn btn-danger">Clear Plots</button>
+ </div>
+
+ <hr>
+ <div id="messages">
+ <p class="fromServer">Server acknowledgement goes here</p>
+ </div>
+
+ <div class="container" id="plot" style="display:none;">
+ <div class="row">
+ <div id="graph" style="width:600px;height:400px;" class="col-lg-6">
+
+ </div>
+
+ </div>
+ </div>
</div>
-
- </div>
-
</div>
-
</div>
- <div>
+
<footer class="footer">
<% include footer.html %>
- </footer>
- </div>
-
-
+ </footer>
+
<script>
console.log("Client Started!!!");
//var socket = io.connect('http://localhost:3000');