mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -06:00
Add Powershell project
This commit is contained in:
@@ -9,6 +9,7 @@ import {GiHummingbird, GiPathDistance} from "react-icons/gi";
|
|||||||
import {MdOutlineGrain, MdOutlineDns, MdOutlineLeaderboard} from "react-icons/md";
|
import {MdOutlineGrain, MdOutlineDns, MdOutlineLeaderboard} from "react-icons/md";
|
||||||
import {FiLayers} from "react-icons/fi";
|
import {FiLayers} from "react-icons/fi";
|
||||||
import {FaReact} from "react-icons/fa";
|
import {FaReact} from "react-icons/fa";
|
||||||
|
import {SiPowershell} from "react-icons/si";
|
||||||
|
|
||||||
const ProjectsPage: NextPage = () => {
|
const ProjectsPage: NextPage = () => {
|
||||||
const projects: { name: string, description: string, url?: string, icon: IconType }[] = [
|
const projects: { name: string, description: string, url?: string, icon: IconType }[] = [
|
||||||
@@ -89,6 +90,12 @@ const ProjectsPage: NextPage = () => {
|
|||||||
description: "Trivia Leaderboard in Flask",
|
description: "Trivia Leaderboard in Flask",
|
||||||
url: "http://github.com/Xevion/trivia",
|
url: "http://github.com/Xevion/trivia",
|
||||||
icon: MdOutlineLeaderboard
|
icon: MdOutlineLeaderboard
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Powershell",
|
||||||
|
description: "Scripts & Guides",
|
||||||
|
url: "https://powershell.xevion.dev",
|
||||||
|
icon: SiPowershell
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
return <AppWrapper current='projects'>
|
return <AppWrapper current='projects'>
|
||||||
|
|||||||
Reference in New Issue
Block a user