File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<div class =" section-title" >
4
- <h1 >Supported Languages</h1 >
4
+ <h1 >20+ Supported Languages</h1 >
5
5
</div >
6
6
<div class =" languages" >
7
7
<a href =" /catalog/c/" >
8
8
<img src =' /icons/C.svg' />
9
9
</a >
10
10
<img src =' /icons/CSharp.svg' />
11
- <img src =' /icons/Go.svg' />
12
- <img src =' /icons/Java.svg' />
11
+ <a href =" /catalog/go/" >
12
+ <img src =' /icons/Go.svg' />
13
+ </a >
14
+ <a href =" /catalog/java/" >
15
+ <img src =' /icons/Java.svg' />
16
+ </a >
13
17
<img src =' /icons/JS.svg' />
14
18
<img src =' /icons/Kotlin.svg' />
15
19
<a href =" /catalog/python/" >
21
25
<a href =" /catalog/typescript/" >
22
26
<img src =' /icons/TS.svg' />
23
27
</a >
28
+ <p >
29
+ See more in the
30
+ <a class =" link" href =" /reference/languages.html" >full list</a >.
31
+ Custom languages are also
32
+ <a class =" link" href =" /advanced/custom-language.html" >loadable</a >.
33
+ </p >
24
34
</div >
25
35
</div >
26
36
</template >
39
49
opacity : 0.5 ;
40
50
letter-spacing : -0.02em ;
41
51
}
52
+ p {
53
+ opacity : 0.5 ;
54
+ }
55
+ a .link {
56
+ text-decoration : underline ;
57
+ }
42
58
.feature {
43
59
flex : 0 0 100vw ;
44
60
scroll-snap-align : start ;
You can’t perform that action at this time.
0 commit comments