mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
Remove Python + fix console
This commit is contained in:
@@ -102,7 +102,6 @@ export default {
|
||||
},
|
||||
ide: {
|
||||
java: 'Java editor',
|
||||
python: 'Python editor',
|
||||
web: 'Web editor',
|
||||
go: 'Go editor',
|
||||
db: 'Databases editor',
|
||||
@@ -207,7 +206,7 @@ export default {
|
||||
formations: {
|
||||
freelance: {
|
||||
title: 'Self-learning',
|
||||
description: 'Java, TypeScript, Go, Python, etc...'
|
||||
description: 'Java, TypeScript, Go, etc...'
|
||||
},
|
||||
dnb: {
|
||||
title: 'Diplôme National du Brevet',
|
||||
|
||||
@@ -102,7 +102,6 @@ export default {
|
||||
},
|
||||
ide: {
|
||||
java: 'Editeur Java',
|
||||
python: 'Editeur Python',
|
||||
web: 'Editeur Web',
|
||||
go: 'Editeur Go',
|
||||
db: 'Editeur Bases de données',
|
||||
@@ -207,7 +206,7 @@ export default {
|
||||
formations: {
|
||||
freelance: {
|
||||
title: 'Auto-apprentissage',
|
||||
description: 'Java, TypeScript, Go, Python, etc...'
|
||||
description: 'Java, TypeScript, Go, etc...'
|
||||
},
|
||||
dnb: {
|
||||
title: 'Diplôme National du Brevet',
|
||||
|
||||
@@ -169,13 +169,12 @@
|
||||
</EnvTitle>
|
||||
<EnvList>
|
||||
<EnvListItem title="about.ide.java" content="Intellij Idea Ultimate" link="https://www.jetbrains.com/fr-fr/idea/"/>
|
||||
<EnvListItem title="about.ide.python" content="PyCharm Ultimate" link="https://www.jetbrains.com/fr-fr/pycharm/"/>
|
||||
<EnvListItem title="about.ide.web" content="WebStorm" link="https://www.jetbrains.com/fr-fr/webstorm/"/>
|
||||
<EnvListItem title="about.ide.go" content="GoLand" link="https://www.jetbrains.com/fr-fr/go/"/>
|
||||
<EnvListItem title="about.ide.db" content="DataGrip" link="https://www.jetbrains.com/fr-fr/datagrip/"/>
|
||||
<EnvListItem title="about.ide.all" content="Jetbrains Toolbox" link="https://www.jetbrains.com/toolbox-app/"/>
|
||||
<EnvListItem title="about.police" content="Jetbrains Mono" link="https://www.jetbrains.com/lp/mono/"/>
|
||||
<EnvListItem title="about.console" content="HyperJs" link="https://hyper.is/"/>
|
||||
<EnvListItem title="about.console" content="Terminal" link="https://github.com/Eugeny/terminus"/>
|
||||
<EnvListItem title="about.wsl_2" content="Ubuntu 20.04" link="https://www.microsoft.com/en-us/p/ubuntu-2004-lts/9n6svws3rx71?activetab=pivot:overviewtab"/>
|
||||
</EnvList>
|
||||
</EnvGroup>
|
||||
|
||||
Reference in New Issue
Block a user