mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-02 13:17:55 +01:00
Fixing many errors and importing many new icons
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
<p class="text-gray-700 dark:text-gray-400 text-xl my-8">{{ $t('env.title.description') }}</p>
|
||||
<EnvGroup>
|
||||
<EnvTitle title="env.title.ide">
|
||||
<svg class="inline icon" height="32" width="32" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||||
</svg>
|
||||
<DevelopmentIcon />
|
||||
</EnvTitle>
|
||||
<EnvList>
|
||||
<EnvListItem title="env.ide.java" content="Intellij Idea Ultimate" link="https://www.jetbrains.com/fr-fr/idea/"/>
|
||||
@@ -21,9 +19,7 @@
|
||||
</EnvGroup>
|
||||
<EnvGroup>
|
||||
<EnvTitle title="env.title.apps">
|
||||
<svg class="inline icon" height="32" width="32" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
|
||||
</svg>
|
||||
<BundleIcon />
|
||||
</EnvTitle>
|
||||
<EnvList>
|
||||
<EnvListItem title="env.email_client" content="Apple Mail" link="https://apps.apple.com/fr/app/mail/id1108187098"/>
|
||||
@@ -38,9 +34,7 @@
|
||||
</EnvGroup>
|
||||
<EnvGroup>
|
||||
<EnvTitle title="env.title.hosting">
|
||||
<svg class="inline icon" height="32" width="32" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01" />
|
||||
</svg>
|
||||
<ServerIcon />
|
||||
</EnvTitle>
|
||||
<EnvList>
|
||||
<EnvListItem title="env.hosting.ndd" content="OVH" link="https://ovh.com/"/>
|
||||
@@ -49,9 +43,7 @@
|
||||
</EnvGroup>
|
||||
<EnvGroup>
|
||||
<EnvTitle title="env.title.setup">
|
||||
<svg class="inline icon" height="25" width="25" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" />
|
||||
</svg>
|
||||
<LampIcon />
|
||||
</EnvTitle>
|
||||
<EnvList>
|
||||
<EnvListItem title="env.setup.desk" content="Ikea"/>
|
||||
@@ -64,7 +56,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: "env",
|
||||
head() {
|
||||
|
||||
Reference in New Issue
Block a user