Skip to content

Commit

Permalink
🥲 Removed some bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
NouveauReece committed Nov 17, 2024
1 parent ebd509e commit 21f61cb
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 469 deletions.
5 changes: 4 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,13 @@ hr.hr--accent2 {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 1em;

}
.start-menu__stripe-text {
transform: rotate(270deg);
width: 280px;
margin-left: -129px;
margin-bottom: 137px;
color: white;
}

Expand Down
122 changes: 13 additions & 109 deletions fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,85 +171,27 @@ window.fs.addChild(new Folder({
icon: 'img/desktop/MyDocuments.png',
name: 'My Documents',
contents: [
{
img: 'img/desktop/WordPad.png',
title: 'Resume.pdf',
launch: 'resume'
},
{
img: 'img/desktop/WordPad.png',
title: 'CV.pdf',
launch: 'cv'
},
{
img: 'img/desktop/InternetExplorer.png',
title: 'GitHub',
shortcut: true,
launch: 'web:https://github.com/pkage'
},
{
img: 'img/desktop/InternetExplorer.png',
title: 'LinkedIn',
shortcut: true,
launch: 'web:https://www.linkedin.com/in/patrick-kage-652ba8122/'
},
{
img: 'img/desktop/InternetExplorer.png',
title: 'Keybase',
shortcut: true,
launch: 'web:https://keybase.io/pkage'
},
{
img: 'img/desktop/InternetExplorer.png',
title: 'My Blog',
shortcut: true,
launch: 'web:https://ka.ge/blog/'
},
{
img: 'img/desktop/Email.png',
title: 'Email',
shortcut: true,
launch: 'email'
},
{
img: 'img/desktop/MyBriefcase.png',
title: 'My Portfolio',
shortcut: true,
launch: 'portfolio'
},
{
img: 'img/special/ORCID.png',
title: 'ORCID',
shortcut: true,
launch: 'web:https://orcid.org/0000-0002-5639-1237'
},
{
img: 'img/desktop/SystemFile.png',
title: 'Welcome',
shortcut: true,
launch: 'welcome'
launch: 'web:https://github.com/Luddy-LLC'
}
]
}))

window.fs.addChild(new Folder({
name: 'Recycling Bin',
icon: 'img/desktop/RecyclingBin.png',
contents: [
{
img: 'img/desktop/InternetExplorer.png',
title: 'Twitter',
shortcut: true,
launch: 'web:https://twitter.com/patrick_kage'
},
{
img: 'img/desktop/WavFile.png',
title: 'roll.wav',
shortcut: true,
launch: 'web:https://www.youtube.com/watch?v=dQw4w9WgXcQ'
}
]
}))
// window.fs.addChild(new Folder({
// name: 'Recycling Bin',
// icon: 'img/desktop/RecyclingBin.png',
// contents: [
// {
// img: 'img/desktop/InternetExplorer.png',
// title: 'Luddy LLC Github',
// shortcut: true,
// launch: 'web:https://github.com/Luddy-LLC'
// }
// ]
// }))

window.fs.addChild(new Folder({
name: 'Network Neighborhood',
Expand All @@ -273,43 +215,5 @@ window.fs.addChild(new Folder({
]
}))

window.fs.root.children['My Documents'].addChild(new Folder({
name: 'My Papers',
icon: 'img/desktop/Favorites.png',
contents: [
{
img: 'img/special/ArXivFile.png',
title: 'Class Introspection...',
shortcut: true,
launch: 'web:https://arxiv.org/abs/2107.01657'
},
{
img: 'img/desktop/WordPad.png',
title: 'Honours Project',
shortcut: true,
launch: 'web:https://misc.ka.ge/honours.pdf'
}
]
}))

window.fs.root.children['My Documents'].addChild(new Folder({
name: 'My Talks',
icon: 'img/desktop/Favorites.png',
contents: [
{
img: 'img/desktop/Mplayer.png',
title: 'KRHCAI: Class Introspection',
shortcut: true,
launch: 'web:https://www.youtube.com/watch?v=i2gULufLnf8'
},
{
img: 'img/desktop/Mplayer.png',
title: 'HACKCON: Discord For Hackathons',
shortcut: true,
launch: 'web:https://www.youtube.com/watch?v=9bSudnnyQ5w'
}
]
}))


window.fs.loadFilesystem()
Loading

0 comments on commit 21f61cb

Please sign in to comment.