Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<p align="center">This project is made from the tireless efforts of the community, so feel free to <a href= "https://www.buymeacoffee.com/evavic44">support</a> our work by contributing, staring ✨ the project or <a href="https://camo.githubusercontent.com/37a7cffb8b4d73c06dbfea643b9e783b144ed5383815c08bcffc9d40a1bee61c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d3330333633443f7374796c653d666f722d7468652d6261646765266c6f676f3d4769744875622d53706f6e736f7273266c6f676f436f6c6f723d237768697465">sponsoring</a> us. 🙏🏽</p>

<p align="center">
<img src="https://forthebadge.com/images/badges/built-by-developers.svg">
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
<img src="https://forthebadge.com/images/badges/ctrl-c-ctrl-v.svg">
<img src="https://forthebadge.com/images/badges/open-source.svg">
<img src="https://img.shields.io/badge/Ctrl--C%20-Ctrl--V-blue?style=flat-square">
<img src="https://img.shields.io/badge/Built%20with-❤️-grren?style=flat-square&logo=heart">
<img src="https://img.shields.io/badge/Built%20by-Developers-blue?style=flat-square&logo=github">
<img src="https://img.shields.io/badge/Open-Source-blue?style=flat-square&logo=opensourceinitiative">
</p>

<hr>
Expand Down
23 changes: 23 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
html {
font-size: 100%;
scroll-behavior: smooth;
overflow-x: hidden;
}

/* Reset default styling */
Expand Down Expand Up @@ -332,3 +333,25 @@ body {
width: 80%;
}
}

.skills{

gap: 10%;
color: black;
border-radius: 3%;
margin: 0.5%;
background-color: #f9f9f9;
width: 100%;

}


.skills img{
width: 140px;
height: 150px;
padding: 15px;
}

.skillsMarquee.stopped {
animation-play-state: paused;
}
Binary file added src/dummy_resume.pdf
Binary file not shown.
Loading