diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e7cc46d..d109080 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -37,7 +37,7 @@ const featuredProjects = projects.filter(project => project.featured); </div> <div class="description"> <h2>21 Years Old</h2> - <h2>Living in Montreal, Quebec, Canada</h2> + <h2>Montreal, Quebec, Canada</h2> </div> <div> <h3><a href="mailto:andrew@alee14.me" class="email-contact">andrew@alee14.me</a></h3> @@ -90,13 +90,6 @@ const featuredProjects = projects.filter(project => project.featured); <li>RAM: 4 GB</li> <li>Storage: 206 GB</li> </ul> - <h2>Vultr (Web Server)</h2> - <ul> - <li>OS: Ubuntu Server 24.04 LTS</li> - <li>CPU: Intel Xeon Processor (Skylake, IBRS)</li> - <li>RAM: 1 GB</li> - <li>Storage: 25 GB (and 100 GB for Block Storage)</li> - </ul> <h2>Proxmox</h2> <ul> <li>Model: Lenovo ThinkCentre M800</li> |
