Code Monkey home page Code Monkey logo

portofolio-astro's Introduction

My Portfolio - Created with Astro

This is my first portfolio, built using the Astro framework and incorporating components from React. Feel free to clone this repository and customize it to your liking.

You can check out the live version of this portfolio here.

Don't forget to give this repository a star ⭐ if you find it helpful.

Components and Styling

In this portfolio, I've integrated a custom component called "CardTerminal.astro," designed to showcase information in a visually appealing manner. To apply styles to this component, use the provided CSS classes. Here's an example of how to use the "CardTerminal" component:

---
import CardTerminal from "../layouts/CardTerminal.astro";
---

<CardTerminal>
    <p class="terminal__content terminal__content--p">
        ≥ Happily graduated from the" <a href="https://www.oracle.com/mx/education/oracle-next-education/">'One Oracle Next Education'</a> <span class="terminal__content terminal__content--span">program.</span>
    </p>
    
    <p class="terminal__content terminal__content--p"> ≥ Strong foundation in 
        <span class="terminal__content terminal__content--span">semantic HTML, CSS, SCSS, Javascript, React, Styled Components, SASS, React Router, Axios, and Astro. I also have basic knowledge of MySQL.</span>
    </p>
    <p class="terminal__content terminal__content--color">≥ In addition to my technical skills, I have experience in graphic design and UI design.</p>
    <Button
        href="./docs/Angela_Sofia_Osorio_Cv_2023.pdf"
        text="Download CV"
        target="_blank"
    />
</CardTerminal>

These styles are applied using the following CSS classes and variables:

.terminal__content {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--fira-code);
    line-height: normal;
}

.terminal__content--p {
    color: rgb(182, 182, 3);
}   
.terminal__content--color {
    color: var(--blue-terminal);
}
.terminal__content--h3 {
    color: var(--pink-terminal);
    font-family: var(--fira-code);
}
.terminal__content--span {
    color: var(--green-terminal);
    font-weight: 500;
    font-family: var(--fira-code);
}
.terminal__link {
    color: var(--pink-terminal);
}

These styles, in turn, use the following color variables:

--green-terminal: rgb(0, 255, 102);
--yellow-terminal: rgb(182, 182, 3);
--pink-terminal: rgb(255, 0, 144);
--blue-terminal: aqua;

Feel free to explore and modify the styles to match your preferences. The color variables provide a convenient way to maintain a consistent color scheme throughout your portfolio.

License

This project is licensed under the MIT License. Feel free to use, modify, and share it in accordance with the terms of the license. If you have any questions or need assistance, don't hesitate to reach out.

Happy coding! 🚀 image

Visit my website

image image

image image

portofolio-astro's People

Contributors

arya-was 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.