Skip to content

Commit

Permalink
feat(app.tsx): add Xing Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoFilips committed Feb 13, 2024
1 parent 02871ec commit b6a2eb6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions my-react-ts-app/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@
filter: drop-shadow(0 0 2em #646cffaa); /* Schatten-/Leuchteffekt beim Hover */
}

@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

@media (prefers-reduced-motion: no-preference) {
a:nth-of-type(3) .logo {
Expand Down
4 changes: 4 additions & 0 deletions my-react-ts-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useState } from 'react'
import linkedinLogo from './assets/Icons/LinkedIn.png'
import GithubLogo from './assets/Icons/GithubInverted.png'
import XingLogo from './assets/Icons/xing2.png'
import './App.css'
import CircleImage from './components/me/CircleImage'
import TheParticles from './components/Background/TheParticles'
Expand All @@ -26,6 +27,9 @@ function App() {
<a href="https://www.linkedin.com/in/nicofilips/" target="_blank">
<img src={linkedinLogo} className="logo" alt="LinkedIn logo" style={{ userSelect: 'none' }} />
</a>
<a href="https://www.xing.com/profile/Nico_Filips/" target="_blank">
<img src={XingLogo} className="logo" alt="Xing logo" style={{ userSelect: 'none' }} />
</a>
</div>
<h1 className="whiteh1">Hey!</h1>
<h1 className="whiteh1">💫 I'm Nico Filips, a backend developer from Augsburg, Germany.</h1>
Expand Down
Binary file added my-react-ts-app/src/assets/Icons/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added my-react-ts-app/src/assets/Icons/xing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added my-react-ts-app/src/assets/Icons/xing2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6a2eb6

Please sign in to comment.