Code Monkey home page Code Monkey logo

personal-page's Introduction

Repository for my personal page

This project was made with: Astro + Vue

What is Astro?

Astro is a frontend framework that follows the Islands Architecture. This architecture aims for small, focused chunks of interactivity within server-rendered web pages, this is achieved by reducing to zero the amount of JavaScript loaded in the client.

We can see this as a work-around between CSR (Client Side Rendering) and SSR (Server Side Rendering), as pages needs a mix of the the best posible TTI (Time to Interactive) and FP (First Paint).

Most of the pages are a mix of static and dynamic content, static content does not require rehydratation after rendering, dynamic content needs to be wired to its events. The DOM has to be regenerated in the client-side, bundled to the client, the page is composed by components, which has its hydratation script in the Islands Architecture that executes asynchronously, independent of any other script on the page; a performance issue in one of the components should not affect the others.

So we could define each component as a small app.

npm init astro --template framework-vue

The project was initialized following this template from the Astro team

Open in StackBlitz

Color scheme

-- Light theme

 RGBA: rgba(213, 244, 230, 1)

 HEX: #80ced6
 RGBA: rgba(128, 206, 214, 1)

 RGBA: rgba(254, 251, 216, 1)

 RGBA: rgba(97, 134, 133, 1)

 -- Dark theme

 HEX: #2C3333
 RGBA: rgba(44, 51, 51, 1)

 HEX: #395B64
 RGBA: rgba(57, 91, 100, 1)

 HEX: #A5C9CA
 RGBA: rgba(165, 201, 202, 1)

 HEX: #E7F6F2
 RGBA: rgba(231, 246, 242, 1)

Icons

Death Star icon by Icons8 Boba icon by Icons8 Star wars icons created by Freepik - Flaticon Baby Yoda icon by Icons8

Bibliography

It's widely known that developers aren't able to work without forums like Stack Overflow. That's the reason why I decided to include a list of all the resources which I used for this project.

Prevent page scrolling when scrolling a element

personal-page's People

Contributors

host4ideas avatar imgbotapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.