Skip to content

Commit

Permalink
Add AH-UN schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoutigeWolf committed Jul 3, 2024
1 parent 1c3566a commit e102ad9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {browserName, fullBrowserVersion} from "react-device-detect";

function App() {
const [time, setTime] = useState(new Date().toLocaleTimeString());
const [ip, setIp] = useState("-------");
const [ip, setIp] = useState("x.x.x.x");

setInterval(() => {
setTime(new Date().toLocaleTimeString());
Expand Down Expand Up @@ -34,17 +34,11 @@ function App() {
<Data name={"description"} value={"Computer Science Student"} indentLevel={1}/>
<List name={"projects"} indentLevel={1}>
<Object indentLevel={2}>
<Data name={"name"} value={"Jonko Tracker"} indentLevel={3}/>
<Data name={"name"} value={"AH-UN Schedule"} indentLevel={3}/>
<Data name={"when"} value={"WIP"} indentLevel={3}/>
<Data name={"type"} value={"Personal Project"} indentLevel={3}/>
<Link name={"github"} value={"https://github.com/ZoutigeWolf/JonkoTrackerAPI"} indentLevel={3}/>
</Object>
<Object indentLevel={2}>
<Data name={"name"} value={"Viscon Support App"} indentLevel={3}/>
<Data name={"when"} value={"Late 2023 - Early 2024"} indentLevel={3}/>
<Data name={"type"} value={"School Project"} indentLevel={3}/>
<Link name={"github"} value={"https://github.com/INF2A-Team-2"} indentLevel={3}/>
<Link name={"showcase"} value={"https://project-c.zoutigewolf.dev"} indentLevel={3}/>
<Data name={"description"} value={"Mobile app to view work schedules."} indentLevel={3}/>
<Link name={"github"} value={"https://github.com/ZoutigeWolf/AH-UN-Schedule"} indentLevel={3}/>
</Object>
</List>
<Object name={"socials"} indentLevel={1}>
Expand Down

0 comments on commit e102ad9

Please sign in to comment.