Skip to content

Commit

Permalink
Added Resume Button (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
taneeshaa15 authored Oct 13, 2024
1 parent e908bb1 commit 73d72c4
Show file tree
Hide file tree
Showing 9 changed files with 391 additions and 343 deletions.
250 changes: 202 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<br>
<br>

<p align="center"> <img src="https://img.shields.io/badge/Version-0.3-808fff?style=for-the-badge"> &nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/Made%20for-developers-orange?style=for-the-badge"> &nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/github/stars/divyanshudhruv/Minifolio?style=for-the-badge&color=dfb317 ">&nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/GH--page-active-green?style=for-the-badge">&nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/license-mit-6fbfff?style=for-the-badge"></p>
<p align="center"> <img src="https://img.shields.io/badge/Version-0.3.1-808fff?style=for-the-badge"> &nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/Made%20for-developers-orange?style=for-the-badge"> &nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/github/stars/divyanshudhruv/Minifolio?style=for-the-badge&color=dfb317 ">&nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/GH--page-active-green?style=for-the-badge">&nbsp;&nbsp;&nbsp; <img src="https://img.shields.io/badge/license-mit-6fbfff?style=for-the-badge"></p>

<br>
<br>
Expand Down Expand Up @@ -40,15 +40,13 @@

<br>

> **`v0.1` `24/09/2023`** - Published Minifolio
> **`v0.1` `24/09/2023`** - Published Minifolio
> **`v0.2` `12/10/2023`** - Added new features
> **`vRes` `26/12/2023`** - Resumed the project
> **`v0.3` `08/10/2024`** - Added new enhancements
> **`v0.2` `12/10/2023`** - Added new features
> **`vRes` `26/12/2023`** - Resumed the project
> **`v0.3` `08/10/2024`** - Added new enhancements
<!--
Expand Down Expand Up @@ -96,7 +94,6 @@
> **`8`** [Author](#author)

<br>

## 😄 Features <a id="features"> </a>
Expand Down Expand Up @@ -154,12 +151,26 @@ Follow the instruction to customize the portfolio
├── index.html
├── css
│ ├── style.css
│ ├── 404.css
│ ├── navbar.css
│ └── button.css
└── js
├── script.js
├── copyRight.js
└── typingAnimation.js
├── js
│ ├── script.js
│ ├── 404.js
│ ├── copyRight.js
│ └── typingAnimation.js
├── logo
│ ├── minifolio.ico
│ ├── minifolio.png
│ └── minifolio.svg
└── images
├── link.png
├── facebook.png
├── linkedin.png
└── twitter.png
```

<br>
Expand All @@ -185,7 +196,7 @@ Follow the instruction to customize the portfolio

<br>

> ## 🫤 About Me
> ## 🫤 About Me
<br>

Expand All @@ -198,33 +209,169 @@ Follow the instruction to customize the portfolio
<br>

```html
<div class="aboutC">
<div class="title">&ThickSpace;&ThickSpace;&MediumSpace;ABOUT 🫥</div>
<div class="titleGap"></div>
<div class="titleSmall">This and that</div>
<div class="containerGap"></div>
<div class="container">
<div class="leftC">
<div class="text">Hi, I'm a developer</div>
<br />
<div class="textMain">
I design websites. That's the long and short of it. UI and UX,
Sketch, Design, and pretty decent HTML and CSS — with Javascript and
that nice dabble with Java.
</div>
<div class="aboutC">
<div class="title">&ThickSpace;&ThickSpace;&MediumSpace;ABOUT 🫥</div>
<div class="titleGap"></div>
<div class="titleSmall">This and that</div>
<div class="containerGap"></div>
<div class="container">
<div class="leftC">
<div class="text">Hi, I'm a developer</div>
<br />
<div class="textMain">
I design websites. That's the long and short of it. UI and UX, Sketch,
Design, and pretty decent HTML and CSS — with Javascript and that nice
dabble with Java.
</div>
</div>
<div class="rightC">
<div class="text">TL;DR</div>
<br />
<div class="textMain">Web UI & UX <br />Figma<br />HTML & CSS</div>
<div class="btnC">
<a class="btn btn-custom btn-lg btn-about" href="#"> Click Me </a>
</div>
</div>
</div>
<div class="bottomC"></div>
</div>
```

<br>

> ## 🏛️ Education
<br>

> **`<text>`** Replace it with Custom Title
> **`<event-time>`** Replace it with the Time duration
> **`<textMain>`** Replace it with a short Description
<br>

```html
<div class="timeline-container">
<div class="timeline-line"></div>

<div class="event-item">
<div class="empty-space"></div>
<div class="event-icon">
<svg>
<title>...</title>
<path d="..." />
</svg>
</div>

<div class="event-content">
<p class="text">Your School Title Here</p>
<p class="event-time">Year: 20XX- 20XX</p>
<p class="textMain">
Completed my 12th standard with a focus on Science and Mathematics,
achieving a score of XX%.
</p>
</div>
</div>

<div class="event-item reverse">
<div class="empty-space"></div>
<div class="event-icon">
<svg>
<title>...</title>
<path d="..." />
</svg>
</div>

<div class="event-content">
<p class="text">University Name</p>
<p class="event-time">Year: 20XX- 20XX</p>
<p class="textMain">
Pursuing a Bachelor's degree in ABC, focusing on web development and software engineering.
</p>
</div>
</div>

<div class="event-item">
<div class="empty-space"></div>
<div class="event-icon">
<svg>
<title>...</title>
<path d="..." />
</svg>
</div>

<div class="event-content">
<p class="text">Your Master's Program Title Here</p>
<p class="event-time">Year: 20XX- 20XX</p>
<p class="textMain">
Details about your master's program and focus areas will go here.
</p>
</div>
</div>
</div>
```

<br>

> ## 🛠️ Services
<br>

> **`<text>`** Replace it with Custom Title
> **`<textMain>`** Replace it with a short Description
<br>

```html
<div class="servicesC" id="services">
<div class="title">&ThickSpace;&ThickSpace;&MediumSpace;SERVICES 🛠️</div>
<div class="titleGap"></div>
<div class="titleGap"></div>

<div class="titleSmall">What I Offer</div>
<div class="containerGap"></div>
<div class="titleGap"></div>

<div class="container">
<div class="serviceItem">
<div class="serviceIcon">
<ion-icon name="laptop-outline"></ion-icon>
</div>
<div class="serviceText">
<div class="text">Web Dev</div>
<div class="textMain">
Building responsive and high-quality websites.
</div>
<div class="rightC">
<div class="text">TL;DR</div>
<br />
<div class="textMain">Web UI & UX <br />Figma<br />HTML & CSS</div>
<div class="btnC">
<a class="btn btn-custom btn-lg btn-about" href="#"> Click Me </a>
</div>
</div>
</div>
<div class="serviceItem">
<div class="serviceIcon">
<ion-icon name="brush-outline"></ion-icon>
</div>
<div class="serviceText">
<div class="text">UI/UX Design</div>
<div class="textMain">
Designing user-friendly interfaces and experiences.
</div>
</div>
<div class="bottomC"></div>
</div>
<div class="serviceItem">
<div class="serviceIcon">
<ion-icon name="stats-chart-outline"></ion-icon>
</div>
<div class="serviceText">
<div class="text">SEO Expert</div>
<div class="textMain">
Optimizing websites for better search engine ranking.
</div>
</div>
</div>
</div>
</div>
```

<br>

> ## 🌗 Footer
Expand All @@ -236,10 +383,9 @@ Follow the instruction to customize the portfolio
<br>

```html
<div class="footer">
...
</div>
<div class="footer">...</div>
```

<br>

## 📦 Deployment <a id="deployment"> </a>
Expand All @@ -249,21 +395,20 @@ Follow the instruction to customize the portfolio
```rust
Minifolio is deployed by Github Page
```

<br>

## 🌱 Technology <a id="technology"> </a>

<br>

> **`1`** HTML
> **`2`** CSS
> **`3`** JavaScript
> **`4`** Github
> **`1`** HTML
> **`2`** CSS
> **`3`** JavaScript
> **`4`** Github
<br>

Expand All @@ -284,7 +429,7 @@ Hacktoberfest is a month-long celebration of open source projects, the maintaine
```

```rust
You'll receive your digital reward once youve completed four accepted pull/merge requests.
You'll receive your digital reward once youve completed four accepted pull/merge requests.
```

```rust
Expand Down Expand Up @@ -318,3 +463,12 @@ The first 50,000 participants to have their first PR/MR accepted will have a tre
<br>

> **<code><a href="https://github.com/divyanshudhruv">@ Divyanshu Dhruv</a></code>**
<br>

## ⌚ Contributors <a id="contributors"> </a>

<br>


> **<code><a href="https://github.com/divyanshudhruv/Minifolio/graphs/contributors">@ Contributors</a></code>**
2 changes: 1 addition & 1 deletion css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding: 8px 24px;
cursor: pointer;
border-radius: 4px;
transition: 0.3s;
transition: 0.3s !important;
align-items: center;
justify-content: center;
}
Expand Down
Loading

0 comments on commit 73d72c4

Please sign in to comment.