summaryrefslogtreecommitdiff
path: root/src/browser/pages/welcome.html
diff options
context:
space:
mode:
authorrahulp132020-02-21 12:36:46 +0530
committerrahulp132020-02-21 12:36:46 +0530
commit47d4daff2ab483c4cdfb82117ef0d25d53832214 (patch)
tree55aefefe974f151de76c6a2dbe8df3b4c3393bbe /src/browser/pages/welcome.html
parent453c2dab78f81046fcbd42034a86c4e759a0ff68 (diff)
downloadeSim-47d4daff2ab483c4cdfb82117ef0d25d53832214.tar.gz
eSim-47d4daff2ab483c4cdfb82117ef0d25d53832214.tar.bz2
eSim-47d4daff2ab483c4cdfb82117ef0d25d53832214.zip
restructured eSim libraries
Diffstat (limited to 'src/browser/pages/welcome.html')
-rw-r--r--src/browser/pages/welcome.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/browser/pages/welcome.html b/src/browser/pages/welcome.html
deleted file mode 100644
index 6c4a6d11..00000000
--- a/src/browser/pages/welcome.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<html>
-
-<head>
-<style>
-body {
- font-family: sans-serif;
- margin: 0px;
- padding: 0px;
- background-color: #efefef;
-}
-
-h1{
- font-weight: bold;
- font-size: 22pt;
- color: #eeeeee;
- padding: 10px;
- background-color: #165982;
- border: 4px outset #0E324B;
-}
-
-p{
- margin: 0px 10px 0px 10px;
-}
-
-pre{
- margin: 0px 10px 0px 10px;
- font-family: monospaced;
- font-size: 10pt;
-}
-#license{
- font-size:8pt;
-}
-
-</style>
-<head>
-
-<body>
-<h1>About eSim</h1>
-<center><img src="../../../images/logo.png" alt="eSim logo" height="100" width="100"></center>
-<br/>
-<p>
-<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source software such as KiCad (<a href=http://www.kicad-pcb.org>http://www.kicad-pcb.org</a>), Ngspice (<a href=http://ngspice.sourceforge.net>http://ngspice.sourceforge.net</a>) and GHDL (<a href=http://ghdl.free.fr/>http://ghdl.free.fr/</a>). eSim source is released under <b>GNU General Public License.</b>
-</p>
-<br/>
-<p>
-This tool is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href=http://esim.fossee.in>http://esim.fossee.in</a>.
- </p>
-<br/>
-<p>
-To discuss more about eSim please visits at <a href=http://forums.fossee.in>http://forums.fossee.in</a>
-</p>
-<br />
-</body>
-
-</html>