diff options
author | rahulp13 | 2020-08-03 11:31:46 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-03 11:31:46 +0530 |
commit | d7e14cecfe0abdd9aeea5e589ddaeb5c302f5877 (patch) | |
tree | 79363242d6c8829ff9699754ad4980d86abe2178 | |
parent | d86b1ce0c62f4acb6c287394049e824400de0a6f (diff) | |
download | eSim-d7e14cecfe0abdd9aeea5e589ddaeb5c302f5877.tar.gz eSim-d7e14cecfe0abdd9aeea5e589ddaeb5c302f5877.tar.bz2 eSim-d7e14cecfe0abdd9aeea5e589ddaeb5c302f5877.zip |
updated info and visual indent
-rw-r--r-- | library/browser/welcome.html | 95 |
1 files changed, 47 insertions, 48 deletions
diff --git a/library/browser/welcome.html b/library/browser/welcome.html index 2d0c0b85..f1300f49 100644 --- a/library/browser/welcome.html +++ b/library/browser/welcome.html @@ -1,55 +1,54 @@ <html> -<head> -<style> -body { - font-family: sans-serif; - margin: 0px; - padding: 0px; - background-color: #efefef; -} + <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; -} + h1{ + font-weight: bold; + font-size: 22pt; + color: #eeeeee; + padding: 10px; + background-color: #165982; + border: 4px outset #0E324B; + } -p{ - margin: 0px 10px 0px 10px; -} + 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> + 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 softwares 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 visit: <a href=http://forums.fossee.in>http://forums.fossee.in</a> + </p> + <br/> + </body> + </html> |