5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
8
- < title > PyScript is a platform for Python in the browser.</ title >
8
+ < title > PyScript is an open source platform for Python in the browser.</ title >
9
9
< meta name ="description " content ="PyScript ">
10
10
< meta name ="author " content ="Anaconda Inc. ">
11
11
< meta property ="og:title " content ="Pyscript.net ">
32
32
gtag ( 'js' , new Date ( ) ) ;
33
33
gtag ( 'config' , 'G-LKETQQ110J' ) ;
34
34
</ script >
35
- < link rel ="stylesheet " href ="https://pyscript.net/releases/2024.5.2 /core.css " />
36
- < script type ="module " src ="https://pyscript.net/releases/2024.5.2 /core.js "> </ script >
35
+ < link rel ="stylesheet " href ="https://pyscript.net/releases/2024.6.1 /core.css " />
36
+ < script type ="module " src ="https://pyscript.net/releases/2024.6.1 /core.js "> </ script >
37
37
</ head >
38
38
39
39
< body >
43
43
< header class ="site-header ">
44
44
< div class ="logo ">
45
45
< img src ="assets/images/pyscript-sticker-black.svg ">
46
- < strong class ="subhead "> PyScript is a platform for Python in the browser.</ strong >
46
+ < strong class ="subhead "> PyScript is an < u > open source</ u >
47
+ platform for < em > Python in the browser</ em > .</ strong >
47
48
</ div >
48
49
</ header >
49
50
<!-- end header -->
@@ -133,29 +134,17 @@ <h2>Examples</h2>
133
134
</ a >
134
135
<!-- end examples badge -->
135
136
136
-
137
- <!-- begin installation dropdown -->
138
- < div class ="dialog dropdown " tabindex ="2 ">
139
- < div class ="glyph ">
140
- < svg width ="24px " height ="24px " viewBox ="0 0 24 24 " xmlns ="http://www.w3.org/2000/svg ">
141
- < path fill ="none " stroke ="#fff " stroke-width ="2 " d ="M9,22 L15,2 M17,17 L22,12 L17,7 M7,17 L2,12 L7,7 "/>
142
- </ svg >
143
- </ div >
144
-
145
- < div >
146
- < h2 > Install</ h2 >
147
- < p > Click here for instructions.</ p >
148
- </ div >
149
-
150
- < div class ="dropdown-content ">
151
- < i class ="close " tabindex ="2 "> </ i >
152
- < div class ="inner ">
153
- < p style ="font-size:1.15rem;padding-bottom: 0; "> Just kidding, you don't need to install anything. ;-) </ p >
154
- < p > < a href ="https://docs.pyscript.net/ " target ="_blank "> Read our docs</ a > to learn how to use PyScript.</ p >
155
- </ div >
156
- </ div >
157
- </ div >
158
- <!-- end installation dropdown -->
137
+ <!-- begin community badge -->
138
+ < a href ="https://discord.gg/HxvBtukrg2 " target ="_blank " rel ="noreferrer noopener " class ="dialog ">
139
+ < div class ="glyph ">
140
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 640 512 "> <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--> < path d ="M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2V464c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48H496c-26.5 0-48-21.5-48-48V391.2l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240v32h96V240c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V336H272v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z "/> </ svg >
141
+ </ div >
142
+ < div >
143
+ < h2 > Community</ h2 >
144
+ < p > Connect with other PyScript users.</ p >
145
+ </ div >
146
+ </ a >
147
+ <!-- end community badge -->
159
148
160
149
</ div >
161
150
<!-- end dialog content -->
@@ -224,7 +213,7 @@ <h2>PyScript is...</h2>
224
213
</ svg >
225
214
</ div >
226
215
< div >
227
- < span > Project home </ span >
216
+ < span > Source code </ span >
228
217
</ div >
229
218
</ a >
230
219
0 commit comments