My 2023 personal portfolio & blog, built with SvelteKit
The repository contains the code for Connor Rothschild's personal portfolio site, which has received recognition as the "new benchmark for individual portfolio websites" on Twitter. Rothschild has also shared the site and made an announcement tweet and a blog post about it.
The repository houses the code for Connor Rothschild's personal portfolio site, which has gained recognition on Twitter for its unique and impressive design. Rothschild has shared the site through an announcement on Twitter and accompanied it with a blog post, providing further insights into the development process and features of the site.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.