@@ -98,8 +98,8 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
9898 < li > < a href ="#tutorials "> Tutorials</ a > </ li >
9999 < li > < a href ="#documentation "> Documentation</ a > </ li >
100100 < li > < a href ="#licensing "> Licensing</ a > </ li >
101- < li class ="external-link-start ">
102- < a href ="https://platform.feascript.com/ "> FEAScript Platform</ a >
101+ < li class ="external-link-start " style =" border: 2px solid #e0e0e0; padding: 5px; border-radius: 4px " >
102+ < a href ="https://platform.feascript.com/ " style =" color: #555 " > FEAScript Platform</ a >
103103 </ li >
104104 < li class ="icon-link-start ">
105105 < a href ="https://blog.feascript.com/ " title ="FEAScript blog ">
@@ -128,10 +128,19 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
128128 />
129129 </ a >
130130 </ li >
131+ < li >
132+ < a href ="https://discord.gg/3DVjNcuW4f " title ="FEAScript Discord ">
133+ < img
134+ src ="./assets/DiscordIconFEAScript.png "
135+ alt ="Discord icon "
136+ style ="height: 18px; vertical-align: middle "
137+ />
138+ </ a >
139+ </ li >
131140 < li >
132141 < a href ="https://github.com/FEAScript/FEAScript-core " title ="FEAScript GitHub ">
133142 < img
134- src ="./assets/GitHubIconFEAScript.svg "
143+ src ="./assets/GitHubIconFEAScript.png "
135144 alt ="GitHub icon "
136145 style ="height: 20px; vertical-align: middle "
137146 />
@@ -237,14 +246,24 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
237246 > 💖 If you find FEAScript useful, please consider supporting its development through a
238247 donation:</ strong
239248 >
240- < a href ="https://github.com/sponsors/FEAScript ">
249+ < a
250+ href ="https://github.com/sponsors/FEAScript "
251+ style ="display: inline-block; transition: transform 0.2s "
252+ onmouseover ="this.style.transform='translateY(-2px)' "
253+ onmouseout ="this.style.transform='translateY(0)' "
254+ >
241255 < img
242256 alt ="GitHub Sponsors "
243257 src ="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/feascript "
244258 style ="vertical-align: middle "
245259 />
246260 </ a >
247- < a href ="https://liberapay.com/FEAScript/donate ">
261+ < a
262+ href ="https://liberapay.com/FEAScript/donate "
263+ style ="display: inline-block; transition: transform 0.2s "
264+ onmouseover ="this.style.transform='translateY(-2px)' "
265+ onmouseout ="this.style.transform='translateY(0)' "
266+ >
248267 < img
249268 alt ="Donate using Liberapay "
250269 src ="https://img.shields.io/badge/Liberapay-F6C915?logo=liberapay&logoColor=black "
0 commit comments