mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-22 04:43:38 +00:00
Compare commits
No commits in common. "3df42d98f8af8dfa24e454a2926df15353b30c5b" and "1bb8882fcbf5a7a7c13dfec00302e938a98734de" have entirely different histories.
3df42d98f8
...
1bb8882fcb
1 changed files with 8 additions and 29 deletions
|
@ -78,19 +78,13 @@ export function SkillSet() {
|
|||
</a>
|
||||
<a href="https://pptr.dev/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={puppeteer} className="w-40" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="inline-flex">
|
||||
<a
|
||||
href="https://sass-lang.com/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://sass-lang.com/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={sass} className="w-40" />
|
||||
</a>
|
||||
<a
|
||||
href="https://tailwindcss.com/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://tailwindcss.com/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={tailwind} className="w-40" />
|
||||
</a>
|
||||
<div className={"tech-icons inline-flex"}>
|
||||
|
@ -99,16 +93,10 @@ export function SkillSet() {
|
|||
<a href="https://bun.sh/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={bun} className="w-40" />
|
||||
</a>
|
||||
<a
|
||||
href="https://cplusplus.com/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://cplusplus.com/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={cpp} className="w-40" />
|
||||
</a>
|
||||
<a
|
||||
href="https://www.docker.com/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://www.docker.com/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={docker} className="w-40" />
|
||||
</a>
|
||||
<a href="https://graphql.org/" className={"tech-icons inline-flex"}>
|
||||
|
@ -116,25 +104,16 @@ export function SkillSet() {
|
|||
</a>
|
||||
</div>
|
||||
<div className="inline-flex">
|
||||
<a
|
||||
href="https://www.w3schools.com/html/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://www.w3schools.com/html/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={html} className="w-40" />
|
||||
</a>
|
||||
<a href="https://react.dev/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={javascriptReact} className="w-40" />
|
||||
</a>
|
||||
<a
|
||||
href="https://www.python.org/"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://www.python.org/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={python} className="w-40" />
|
||||
</a>
|
||||
<a
|
||||
href="https://dotnet.microsoft.com/en-us/languages/csharp"
|
||||
className={"tech-icons inline-flex"}
|
||||
>
|
||||
<a href="https://dotnet.microsoft.com/en-us/languages/csharp" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={csharp} className="w-40" />
|
||||
</a>
|
||||
{/* for the sake of css coffeescript is out! */}
|
||||
|
|
Loading…
Reference in a new issue