mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 20:33:40 +00:00
Compare commits
2 commits
1bb8882fcb
...
3df42d98f8
Author | SHA1 | Date | |
---|---|---|---|
|
3df42d98f8 | ||
e4aa5613b1 |
1 changed files with 29 additions and 8 deletions
|
@ -78,13 +78,19 @@ export function SkillSet() {
|
|||
</a>
|
||||
<a href="https://pptr.dev/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={puppeteer} className="w-40" />
|
||||
</div>
|
||||
</a>
|
||||
</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"}>
|
||||
|
@ -93,10 +99,16 @@ 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"}>
|
||||
|
@ -104,16 +116,25 @@ 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