Biography, projects and interests
Demo
Report Bug
Table of Contents
Dark Desktop | Light Desktop |
---|---|
Slightly more simplified version of my portfolio, with separate sections for social links, about, contact and an about me presentation
Technologies used in the project.
-
typed.js A JavaScript Typing Animation Library
-
Iconify All popular icon sets, one framework. Over 150,000 open source vector icons.
-
Astro Astro builds fast content sites, powerful web applications, dynamic server APIs, and everything in-between.
-
Alpinejs Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.
-
@astrojs/tailwind Framework for fast and efficient front-end styling.
- @alpine/collapse Alpine's Collapse plugin allows you to expand and collapse elements using smooth animations.
- TypeScript A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
-
@sendgrid/mail This is a dedicated service for integration with the email endpoint of the SendGrid v3 API
-
@astrojs/vercel This adapter allows Astro to deploy your SSR site to Vercel.
Removed non-critical optimization library. (astro-compress)
- astro-compress AstroJS compression utilities. Compress CSS, HTML, JavaScript and more!
- astro-link-preview This Astro integration generates preview images for external links.
-
Clone the repo
git clone https://github.com/SilasRodrigues19/Bio.git
-
Install dependencies (you can use npm, pnpm, yarn or anything else)
pnpm install
-
In the project directory, you can run with the following
pnpm run dev
-
If the URL does not open automatically, access this link in your browser.
http://localhost:4321/
-
To access on your smartphone, use the same network and replace
localhost
with the machine address.e.g. http://10.0.0.38:4321
IPv4 Address: 10.0.0.38 Port: 4321 Access URL: http://10.0.0.38:4321
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/Bio
🔼 Back to top