Skip to content

SilasRodrigues19/Bio

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Bio - Silas Rodrigues

Biography, projects and interests
Demo Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Dark Desktop Light Desktop
Preview Preview
Preview Preview
Preview Preview
Preview Preview
Preview Preview

Slightly more simplified version of my portfolio, with separate sections for social links, about, contact and an about me presentation

Built With

Technologies used in the project.

Libraries

  • typed.js A JavaScript Typing Animation Library

  • Iconify All popular icon sets, one framework. Over 150,000 open source vector icons.

Frameworks

  • 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.

Plugins

  • @alpine/collapse Alpine's Collapse plugin allows you to expand and collapse elements using smooth animations.

Technologies

  • TypeScript A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.

SSR Dependencies

Tools (Official and unofficial integrations for Astro)

Removed non-critical optimization library. (astro-compress)
Temporarily removed to fix SSR issue when deploying on Vercel.
  • astro-compress AstroJS compression utilities. Compress CSS, HTML, JavaScript and more!

Installation

  1. Clone the repo

    git clone https://github.com/SilasRodrigues19/Bio.git
  2. Install dependencies (you can use npm, pnpm, yarn or anything else)

    pnpm install
  3. In the project directory, you can run with the following

    pnpm run dev
  4. If the URL does not open automatically, access this link in your browser.

      http://localhost:4321/
  5. 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
    

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/Bio



🔼 Back to top