Skip to content

Commit

Permalink
⬅️ Revert Changes : Revert " #62 "
Browse files Browse the repository at this point in the history
This commit reverts the changes made in " #49 " as they are no longer required.
  • Loading branch information
divyanshudhruv authored Oct 7, 2023
1 parent 936e4b9 commit 20e767b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 110 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<br>

> **`v0.1` `24/09/2023`** - Published Minifolio
> **`v0.1` `24/09/2023`** - Published Minifolio
<!--
Expand Down Expand Up @@ -84,6 +84,7 @@
> **`8`** [Author](#author)

<br>

## 😄 Features <a id="features"> </a>
Expand Down Expand Up @@ -141,11 +142,9 @@ Follow the instruction to customize the portfolio
├── index.html
├── css
│ ├── style.css
│ ├── preloader.css
│ └── button.css
└── js
├── script.js
├── preloader.js
├── copyRight.js
└── typingAnimation.js
Expand Down Expand Up @@ -175,7 +174,7 @@ Follow the instruction to customize the portfolio

<br>

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

Expand All @@ -188,34 +187,33 @@ 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>
<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 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>
</div>
<div class="bottomC"></div>
</div>
```

<br>

> ## 🌗 Footer
Expand All @@ -227,9 +225,10 @@ 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 @@ -239,20 +238,21 @@ 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
> **`1`** HTML
> **`2`** CSS
> **`3`** JavaScript
> **`4`** Github
> **`4`** Github

<br>

Expand All @@ -273,7 +273,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
1 change: 0 additions & 1 deletion css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
font-size: 18.5px !important;
border-radius: 8px !important;
}

/* Additional CSS for the Back to Top button */
#back-to-top {
position: fixed;
Expand Down
53 changes: 0 additions & 53 deletions css/preloader.css

This file was deleted.

12 changes: 1 addition & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@
<title>Minifolio</title>
<link rel="shortcut icon" href="Minifolio.png" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/button.css" />
<link rel="stylesheet" href="css/preloader.css" />
<script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
<link rel="stylesheet" href="css/button.css" />
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<!-- <link rel="stylesheet" href="button.css" /> -->
</head>
<body>
<div class="overlayer"></div>
<div id="loading-bar-spinner" class="spinner">
<div class="spinner-icon"></div>
</div>
<div class="loadingP">Loading . . .</div>
<div class="home">
<div class="container">
Hi, my name is <span>Your Name</span> <br />I'm <span id="role"> </span>
Expand Down Expand Up @@ -132,7 +124,5 @@
<script src="js/script.js"></script>
<script src="js/typingAnimation.js"></script>
<script src="js/copyRight.js"></script>
<script src="js/preloader.js"></script>
<!--555-->
</body>
</html>
6 changes: 0 additions & 6 deletions js/preloader.js

This file was deleted.

0 comments on commit 20e767b

Please sign in to comment.