diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/alee-logo/index.vue | 32 | ||||
| -rw-r--r-- | pages/downloads/index.vue | 45 | ||||
| -rw-r--r-- | pages/downloads/osft-software-archive/index.vue | 86 | ||||
| -rw-r--r-- | pages/index.vue | 170 | ||||
| -rw-r--r-- | pages/projects/index.vue | 87 | ||||
| -rw-r--r-- | pages/videos/index.vue | 41 |
6 files changed, 0 insertions, 461 deletions
diff --git a/pages/alee-logo/index.vue b/pages/alee-logo/index.vue deleted file mode 100644 index f62b615..0000000 --- a/pages/alee-logo/index.vue +++ /dev/null @@ -1,32 +0,0 @@ -<template> - <div> - <v-card> - <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('AleeLogoText') }}</h1> - <h1 class="animate__animated animate__fadeIn">{{ $t('AleeLogoSubtitle') }}</h1> - </header> - </v-card> - <v-img src="../../assets/img/alee-logo/logo-banner.png" max-width="300" max-height="300"></v-img> - </div> -</template> - -<script> -export default { - name: 'index' -} -</script> - -<style scoped> - #showcase { - background-image:url("../../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 30vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; - } -</style> diff --git a/pages/downloads/index.vue b/pages/downloads/index.vue deleted file mode 100644 index 59d37f7..0000000 --- a/pages/downloads/index.vue +++ /dev/null @@ -1,45 +0,0 @@ -<template> - <div> - <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('DownloadsText') }}</h1> - <h1 class="animate__animated animate__fadeIn">{{ $t('DownloadsSubtitle') }}</h1> - </header> - <v-container> - <v-row> - <v-col cols="12"> - <v-card class="green darken-4"> - <v-card-title>Philip Adams Software Archive</v-card-title> - <v-card-text>The ultimate software collection of Philip Adams' software.</v-card-text> - <v-card-actions> - <v-btn text normal href="/downloads/osft-software-archive">More Information</v-btn> - </v-card-actions> - </v-card> - </v-col> - </v-row> - </v-container> - </div> -</template> - -<script> -export default { - name: 'index', - head: { - title: 'Downloads' - } -} -</script> - -<style scoped> -#showcase { - background-image:url("../../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 30vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; -} -</style> diff --git a/pages/downloads/osft-software-archive/index.vue b/pages/downloads/osft-software-archive/index.vue deleted file mode 100644 index a29f059..0000000 --- a/pages/downloads/osft-software-archive/index.vue +++ /dev/null @@ -1,86 +0,0 @@ -<template> - <div> - <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">Philip Adams Software Archive</h1> - <h1 class="animate__animated animate__fadeIn">The ultimate software collection of Philip Adams' software.</h1> - </header> - <v-container> - <v-card class="green darken-4"> - <v-col> - <h1>Description</h1> - <p>These software require .NET Framework 3.5, 4.0 and/or 4.5 to function.</p> - <p>Warning some of the software in this pack has a jumpscare, and if you have epilepsy please be cautious with this pack.</p> - <p>Also be sure to disable the antivirus if you want to try out Mitosis.</p> - <p>This pack includes the following:</p> - <ul> - <li>Artpad (from ShiftOS)</li> - <li>Averager</li> - <li>Board Game Maker</li> - <li>Bouncing Ball Physics 0.3</li> - <li>Chebinect</li> - <li>Chrono Machine 0.9.3</li> - <li>Colors</li> - <li>Dark OS Studio</li> - <li>Digging</li> - <li>Draw</li> - <li>Dropper</li> - <li>Explore 0.3.7</li> - <li>File Viewer (Warning jumpscare)</li> - <li>File Wars</li> - <li>"funny nana and grampa sounds version 1.1"</li> - <li>Guess The Number</li> - <li>Histacom 1.8.5 (Epliespy warning)</li> - <li>HTMLive</li> - <li>IIR (Interactive Infinite Road)</li> - <li>Infinijump 0.1</li> - <li>Mitosis 0.6</li> - <li>OSFirstTimer Blue Screen (Warning jumpscare)</li> - <li>Paper Math 2D</li> - <li>Philip's Mario Game</li> - <li>Phone Simulator 0.4</li> - <li>Picture Generator</li> - <li>Pixel Physics 0.3</li> - <li>Road Simulator 0.4</li> - <li>RPG Map Maker</li> - <li>ShiftOS 0.0.8 (Epliespy warning)</li> - <li>Theme Test</li> - <li>Thoto 0.3</li> - <li>Time Machine 0.4</li> - <li>Typewriter</li> - <li>Vending Machine</li> - <li>Visual Sound (Ear blast warning lower the volume)</li> - <li>Zeon OS 0.2</li> - </ul> - </v-col> - <v-card-actions> - <v-btn text normal href="/uploads/OSFT-Software-Archive.tar.gz">Download Tar.GZ</v-btn> - <v-btn text normal href="/uploads/OSFT-Software-Archive.tar.gz.md5">Download MD5</v-btn> - </v-card-actions> - </v-card> - </v-container> - </div> -</template> - -<script> -export default { - name: 'index', - head: { - title: 'Philip Adams Software Archive' - } -} -</script> - -<style scoped> -#showcase { - background-image:url("../../../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 30vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; -} -</style> diff --git a/pages/index.vue b/pages/index.vue deleted file mode 100644 index d5c418c..0000000 --- a/pages/index.vue +++ /dev/null @@ -1,170 +0,0 @@ -<template> - <div> - <div class="landing-page"> - <v-card> - <header id="showcase" class="animate__animated animate__fadeIn"> - <v-img :src="require('../assets/img/Alee.svg')" max-height="200px" max-width="200px" class="animate__animated animate__fadeIn" /> - <br/> - <h1 class="display-4 animate__animated animate__zoomIn">{{ $t('WelcomeTitle') }}</h1> - <br/> - <h1 class="display-1 animate__animated animate__zoomIn">{{ $t('WelcomeSubtitle') }}</h1> - </header> - </v-card> - </div> - <v-container> - <div class="about"> - <h1>{{ $t('AboutMe') }}</h1> - <p><b>{{ $t('AboutMeText') }}</b></p> - <h1>{{ $t('PlatformsTitle') }}</h1> - <v-btn target="_blank" href="https://www.youtube.com/channel/UCNRn4YDPCCWSEl3CT7eWorA" color="red"> - <v-icon>mdi-youtube</v-icon> Youtube - </v-btn> - <v-btn target="_blank" href="https://twitter.com/Alee14498" color="light-blue"> - <v-icon>mdi-twitter</v-icon> Twitter - </v-btn> - <v-btn target="_blank" href="https://discord.gg/EFhRDqG" color="#2C2F33"> - <v-icon>mdi-discord</v-icon> Discord Server - </v-btn> - <v-btn target="_blank" href="https://github.com/Alee14" color="black"> - <v-icon>mdi-github</v-icon> GitHub - </v-btn> - <v-btn target="_blank" href="https://lbry.tv/@Alee:4"> - <v-icon>mdi-video</v-icon> IBRY - </v-btn> - <v-btn target="_blank" href="https://www.instagram.com/alee14498" color="pink"> - <v-icon>mdi-instagram</v-icon> Instagram - </v-btn> - <v-btn target="_blank" href="https://www.reddit.com/user/alee1449" color="orange darken-3"> - <v-icon>mdi-reddit</v-icon> Reddit - </v-btn> - <h1>{{ $t('TimelineTitle') }}</h1> - <p>{{ $t('TimelineContent2014') }}<br>{{ $t('TimelineContent2015') }}<br>{{ $t('TimelineContent2016') }}<br>{{ $t('TimelineContent2017') }}</p> - <h1>{{ $t('ProgrammingLanguagesTitle') }}</h1> - <ul> - <li>C#</li> - <li>C++</li> - <li>JavaScript</li> - <li>HTML</li> - <li>Vue</li> - <li>Python</li> - <li>Bash</li> - </ul> - <h1>{{ $t('FavouriteGamesTitle') }}</h1> - <ul> - <li>Splatoon 2</li> - <li>Minecraft</li> - <li>Animal Crossing: New Horizons</li> - <li>Super Mario Maker 2</li> - <li>Super Mario Odyssey</li> - <li>Mario & Luigi Bowser's Inside Story</li> - <li>Club Penguin: Elite Penguin Force</li> - <li>Software Inc</li> - <li>PC Building Simulator</li> - <li>Hacknet</li> - </ul> - <h1>{{ $t('BadgesTitle') }}</h1> - <img src="http://www.hackthebox.eu/badge/image/391735" alt="Hack The Box"> - <img src="https://tryhackme-badges.s3.amazonaws.com/Alee.png" alt="TryHackMe"> - </div> - <div class="communities"> - <h1>{{ $t('CommunitiesTitle') }}</h1> - <ul> - <li><a href="https://www.bnbdiscord.net">bits & Bytes</a></li> - <li><a href="https://discord.gg/nTQM7h4">TheEdgeNK</a></li> - </ul> - </div> - <div class="aleepc-specs"> - <h1>{{ $t('AleePCPartsTitle') }}</h1> - <v-simple-table> - <thead> - <tr> - <th>{{ $t('AleePCPartsTypeText') }}</th> - <th>{{ $t('AleePCPartsNameText') }}</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{ $t('AleePCPartsCPU') }}</td> - <td>AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsCPUCooler') }}</td> - <td>Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsMemory') }}</td> - <td>Corsair - Vengeance LPX 16 GB (2 x 8 GB) DDR4-2400</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsMainStorage') }}</td> - <td>Western Digital Blue 250 GB M.2-2280 Solid State Drive</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsSecondStorage') }}</td> - <td>Western Digital Blue 2 TB 3.5" 5400RPM Internal Hard Drive</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsMotherboard') }}</td> - <td>ASRock - B450M-HDV Micro ATX AM4</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsCase') }}</td> - <td>Rosewill - FBM-X1 MicroATX Mini Tower Case</td> - </tr> - <tr> - <td>{{ $t('AleePCPartsPowerSupply') }}</td> - <td>EVGA - 500 W 80+ Certified ATX Power Supply</td> - </tr> - </tbody> - </v-simple-table> - </div> - <div class="software-information"> - <h1>{{ $t('SoftwareInformationText') }}</h1> - <!--<v-img src="/assets/img/desktop.png" style="height: 10%; width: 10%;"/>--> - <ul> - <li>{{ $t('OperatingSystemText') }} <a href="https://archlinux.org" target="_blank">Arch Linux</a></li> - <li>{{ $t('DesktopEnvironmentText') }} <a href="https://kde.org" target="_blank">KDE Plasma 5</a></li> - <li>{{ $t('WindowManagerText') }} <a href="https://userbase.kde.org/KWin" target="_blank">KWin</a></li> - <li>{{ $t('DockText') }} <a href="https://github.com/ricotz/plank" target="_blank">Plank</a></li> - <li>{{ $t('IconPackText') }} <a href="https://github.com/vinceliuice/Tela-icon-theme" target="_blank">Tela Green</a></li> - </ul> - </div> - <div class="credits"> - <h1>{{ $t('CreditsTitle') }}</h1> - <p>{{ $t('CreditsGPLText') }} <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL-3.0</a>.</p> - <p>{{ $t('CreditsContent1') }} <a href="https://vuejs.org" target="_blank">Vue.JS</a>, <a href="https://nuxtjs.org" target="_blank">NuxtJS</a> & <a href="https://vuetifyjs.com" target="_blank">Vuetify</a>. {{ $t('CreditsContent2') }} <a href="https://netlify.com" target="_blank">Netlify</a>.</p> - </div> - <div class="contact"> - <h1>{{ $t('ContactMeTitle') }}</h1> - <p>{{ $t('ContactMeText') }} <a href="mailto:andrew@alee14.me">andrew@alee14.me</a>.</p> - </div> - </v-container> - </div> -</template> - -<script> -export default { - name: 'index', - layout: 'default', - head: { - title: 'Home', - script: [{ src: 'https://identity.netlify.com/v1/netlify-identity-widget.js' }] - } - -} -</script> - -<style scoped> - #showcase { - background-image:url("../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 100vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; - } -</style> diff --git a/pages/projects/index.vue b/pages/projects/index.vue deleted file mode 100644 index f68200f..0000000 --- a/pages/projects/index.vue +++ /dev/null @@ -1,87 +0,0 @@ -<template> - <div> - <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('ProjectsText') }}</h1> - <h1 class="animate__animated animate__fadeIn">{{ $t('ProjectsSubtitle') }}</h1> - </header> - <v-container> - <v-row> - <v-col cols="12"> - <v-card class="green darken-4"> - <v-card-title>Alee Productions</v-card-title> - <v-card-text>{{ $t('ProjectsALP') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://alee-productions.xyz">{{ $t('ProjectsWebsite') }}</v-btn> - <v-btn text normal target="_blank" href="https://github.com/aleeproductions">GitHub</v-btn> - <v-btn text normal target="_blank" href="https://twitter.com/aleeproductions">Twitter</v-btn> - </v-card-actions> - </v-card> - <br> - <v-card class="green darken-4"> - <v-card-title>AleeBot</v-card-title> - <v-card-text>{{ $t('ProjectsAleeBot') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://github.com/aleeproductions/AleeBot">GitHub</v-btn> - </v-card-actions> - </v-card> - <br> - <v-card class="green darken-4"> - <v-card-title>DLMP3</v-card-title> - <v-card-text>{{ $t('ProjectsDLMP3') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://github.com/Alee14/DLMP3">GitHub</v-btn> - </v-card-actions> - </v-card> - <br> - <v-card class="green darken-4"> - <v-card-title>First Website</v-card-title> - <v-card-text>{{ $t('ProjectsFirstWebsite') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://alee14.github.io/first-website">{{ $t('ProjectsWebsite') }}</v-btn> - </v-card-actions> - </v-card> - <br> - <v-card class="green darken-4"> - <v-card-title>Weather Web Page</v-card-title> - <v-card-text>{{ $t('ProjectsWWP') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://alee14.github.io/weather-website">{{ $t('ProjectsWebsite') }}</v-btn> - </v-card-actions> - </v-card> - <br> - <v-card class="green darken-4"> - <v-card-title>Raspberry Pi OS Menu</v-card-title> - <v-card-text>{{ $t('ProjectsRPIMenu') }}</v-card-text> - <v-card-actions> - <v-btn text normal target="_blank" href="https://github.com/Alee14/RPi-Menu">GitHub</v-btn> - </v-card-actions> - </v-card> - </v-col> - </v-row> - </v-container> - </div> -</template> - -<script> -export default { - name: 'projects', - head: { - title: 'Projects' - } -} -</script> - -<style scoped> - #showcase { - background-image:url("../../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 30vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; - } -</style> diff --git a/pages/videos/index.vue b/pages/videos/index.vue deleted file mode 100644 index 8e65f5c..0000000 --- a/pages/videos/index.vue +++ /dev/null @@ -1,41 +0,0 @@ -<template> - <div> - <v-card> - <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('VideosText') }}</h1> - <h1 class="animate__animated animate__fadeIn">{{ $t('VideosSubtitle') }}</h1> - </header> - </v-card> - <v-container> - <rssapp-wall id="0YnuB7ETra9EU2An"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script> - <br/> - <div class="text-center"> - <v-btn color="green" align="center" href="https://www.youtube.com/user/Andrew14Lee/videos">{{ $t('VideosButton') }}</v-btn> - </div> - </v-container> - </div> -</template> - -<script> -export default { - name: 'index', - head: { - title: 'Videos' - } -} -</script> - -<style scoped> -#showcase { - background-image:url("../../assets/img/landing_page.png"); - background-size: cover; - background-position: center; - height: 30vh; - display: flex; - text-shadow: 0px 0px 10px #000000; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 0 20px; -} -</style> |
