fix: webstorm and attribution
This commit is contained in:
parent
f97062d320
commit
f575a52f85
5 changed files with 11 additions and 4 deletions
|
@ -14,7 +14,7 @@ const glImg = '/img/skills/gitlab.webp'
|
||||||
const vitestImg = '/img/skills/vitest.webp'
|
const vitestImg = '/img/skills/vitest.webp'
|
||||||
const njsImg = '/img/skills/nodejs.webp'
|
const njsImg = '/img/skills/nodejs.webp'
|
||||||
const javaImg = '/img/skills/java.webp'
|
const javaImg = '/img/skills/java.webp'
|
||||||
const jetbrainsImg = '/img/skills/jetbrains.webp'
|
const webstormImg = '/img/skills/webstorm.webp'
|
||||||
const nuxtImg = '/img/skills/nuxt.webp'
|
const nuxtImg = '/img/skills/nuxt.webp'
|
||||||
const twImg = '/img/skills/tw.webp'
|
const twImg = '/img/skills/tw.webp'
|
||||||
const rustImg = '/img/skills/rust.webp'
|
const rustImg = '/img/skills/rust.webp'
|
||||||
|
@ -33,7 +33,7 @@ export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com
|
||||||
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
|
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
|
||||||
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
||||||
export const js: ISkill = {name: 'JavaScript', img: jsImg}
|
export const js: ISkill = {name: 'JavaScript', img: jsImg}
|
||||||
export const jetbrains: ISkill = {name: 'JetBrains IDEs', img: jetbrainsImg, link: 'https://www.jetbrains.com', width: 60}
|
export const webstorm: ISkill = {name: 'JetBrains IDEs', img: webstormImg, link: 'https://www.jetbrains.com/webstorm', width: 60}
|
||||||
export const njs: ISkill = {name: 'Nodejs', img: njsImg, link: 'https://nodejs.org/en', width: 46}
|
export const njs: ISkill = {name: 'Nodejs', img: njsImg, link: 'https://nodejs.org/en', width: 46}
|
||||||
export const nuxt: ISkill = {name: 'Nuxt', img: nuxtImg, link: 'https://nuxt.com', width: 75}
|
export const nuxt: ISkill = {name: 'Nuxt', img: nuxtImg, link: 'https://nuxt.com', width: 75}
|
||||||
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}
|
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}
|
||||||
|
|
|
@ -28,9 +28,9 @@
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
import { gl, java, jetbrains, njs, nuxt, pcss, react, rust, ts, vitest, vue } from '~/Skills'
|
import { gl, webstorm, njs, nuxt, pcss, react, rust, ts, vitest, vue } from '~/Skills'
|
||||||
|
|
||||||
const technologies = [nuxt, ts, pcss, vue, react, njs, vitest, gl, jetbrains]
|
const technologies = [nuxt, ts, pcss, vue, react, njs, vitest, gl, webstorm]
|
||||||
|
|
||||||
const skills = [
|
const skills = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -55,6 +55,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Quelle: <a href="https://www.e-recht24.de">e-recht24.de</a></p>
|
<p>Quelle: <a href="https://www.e-recht24.de">e-recht24.de</a></p>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h3>Quellenangaben</h3>
|
||||||
|
<p>
|
||||||
|
Copyright © 2024 JetBrains s.r.o. WebStorm and the WebStorm logo are registered trademarks of JetBrains s.r.o.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
BIN
public/img/skills/webstorm.webp
Normal file
BIN
public/img/skills/webstorm.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue