diff options
author | rahulp13 | 2022-09-17 20:04:43 +0530 |
---|---|---|
committer | rahulp13 | 2022-09-17 20:04:43 +0530 |
commit | 39632efe85fcfc781139442103269e90e0a29d3a (patch) | |
tree | 298942db122882e247da05e7e7fa10cb3dd03d85 /library | |
parent | 4c8ff5f9241e72007bdbd931d77240e7943f21ef (diff) | |
download | eSim-39632efe85fcfc781139442103269e90e0a29d3a.tar.gz eSim-39632efe85fcfc781139442103269e90e0a29d3a.tar.bz2 eSim-39632efe85fcfc781139442103269e90e0a29d3a.zip |
Updated details for v2.3
Diffstat (limited to 'library')
-rw-r--r-- | library/browser/welcome.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/library/browser/welcome.html b/library/browser/welcome.html index 8a93a730..bff07e3c 100644 --- a/library/browser/welcome.html +++ b/library/browser/welcome.html @@ -21,6 +21,7 @@ p{ margin: 0px 10px 0px 10px; font-size: 13pt; + line-height: 125%; } pre{ @@ -38,16 +39,16 @@ <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="https://www.kicad.org">https://www.kicad.org/</a>), Makerchip IDE (<a href="https://www.makerchip.com/">https://www.makerchip.com/</a>), Ngspice (<a href="http://ngspice.sourceforge.net">http://ngspice.sourceforge.net</a>), GHDL (<a href="http://ghdl.free.fr">http://ghdl.free.fr</a>) and Verilator (<a href="https://www.veripool.org/verilator/">https://www.veripool.org/verilator/</a>). eSim source is released under <b>GNU General Public License.</b> + <p align="justify"> + <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="https://www.kicad.org">https://www.kicad.org/</a>), Ngspice (<a href="https://ngspice.sourceforge.io/">https://ngspice.sourceforge.io/</a>), GHDL (<a href="http://ghdl.free.fr">http://ghdl.free.fr</a>), Verilator (<a href="https://www.veripool.org/verilator/">https://www.veripool.org/verilator/</a>), Makerchip IDE (<a href="https://www.makerchip.com/">https://www.makerchip.com/</a>), and SkyWater SKY130 PDK (<a href="https://skywater-pdk.rtfd.io/">https://skywater-pdk.rtfd.io/</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="https://esim.fossee.in">https://esim.fossee.in</a>. + This tool is developed by the <b>eSim Team at FOSSEE, IIT Bombay</b>. To know more about eSim, please visit: <a href="https://esim.fossee.in">https://esim.fossee.in/</a>. </p> <br/> <p> - To discuss more about eSim, please visit: <a href="https://forums.fossee.in">https://forums.fossee.in</a> + To discuss more about eSim, please visit: <a href="https://forums.fossee.in">https://forums.fossee.in/</a> </p> <br/> </body> |