Skip to content

Commit

Permalink
Merge pull request #9 from that-ar-guy/cleanup
Browse files Browse the repository at this point in the history
comments removed
  • Loading branch information
that-ar-guy authored Nov 26, 2024
2 parents 4e8fbbf + 06d1ae1 commit d21d175
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 158 deletions.
91 changes: 0 additions & 91 deletions css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,87 +321,6 @@ nav ul li a svg {
animation: creativity 3s;
}

/*education*/
/*
.education {
background: linear-gradient(90deg, #000000, #737373);
padding: 0px 15px;
width: 100%;
height: 100vh;
}
.education-title {
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
align-items: center;
display: flex;
justify-content: center;
}
.education h2 {
margin-bottom: 1rem;
}
.timeline {
margin: 2em auto;
max-width: 34.15em;
}
.checkpoint {
max-width: 34em;
padding-top: 1em;
padding-bottom: 1em;
position: relative;
}
.checkpoint div {
border: 1px solid #f0004f;
border-radius: 1em;
padding: 1.5em;
border: 2px solid #ff004f;
border-radius: 5px;
box-shadow: 0 0 10px #ff004f;
padding: 10px;
transition: box-shadow 0.3s ease-in-out;
}
.checkpoint div:hover {
box-shadow: 0 0 20px #ff004f;
}
.checkpoint p {
line-height: 20px;
}
.checkpoint:nth-child(odd) {
border-left: 3px solid #f0004f;
padding-left: 3em;
transform: translateX(17em);
}
.checkpoint:nth-child(even) {
border-right: 3px solid #f0004f;
padding-right: 3em;
transform: translateX(-3.20em);
}
.checkpoint:nth-child(odd)::before,
.checkpoint:nth-child(even)::before {
content: "";
background: #f0004f;
width: 3em;
height: 3px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.checkpoint:nth-child(odd)::before {
left: 0;
}
.checkpoint:nth-child(even)::before {
right: 0;
} */

/* new EDU AND EXP */

.eduexp {
Expand Down Expand Up @@ -857,13 +776,3 @@ footer {
height: 120vh;
}
}

/* @media(max-width:400px){
.sidebar{
width: 100%;
}
} */

@media (max-width: 400px) {
/*contacts*/
}
34 changes: 1 addition & 33 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
.download a {
font-size: 12px;
}
/* .checkpoint div {
font-size: 12px;
}
} */

@media (max-width: 426px) {
#header {
Expand All @@ -69,21 +65,6 @@
display: none;
}

/* .checkpoint:nth-child(odd)::before, */
/* .checkpoint:nth-child(even)::before { */
/* content: none; */
/* .checkpoint:nth-child(odd) { +
width: 80%;
border-left: none;
padding-left: 3em;
transform: translateX(1em);
} */
/* .checkpoint:nth-child(even) {
width: 80%;
border-right: none;
padding-right: 3em;
transform: translateX(4.15em);
} */
.contact-input {
margin-top: 0;
height: 30px;
Expand Down Expand Up @@ -131,11 +112,6 @@

/*EDUCATION*/

/* .checkpoint:nth-child(odd)::before,
/* .checkpoint:nth-child(even)::before {
content: normal;
} */

.toggle {
width: 70px;
height: 70px;
Expand All @@ -159,15 +135,7 @@
justify-content: space-evenly;
}
}
/* @media (min-width: 427px) {
/* .checkpoint:nth-child(odd) {
width: 60%;
} */
/* .checkpoint:nth-child(even) {
width: 60%;
transform: translateX(-53.99px);
}
} */


@media (max-width: 700px) {
#header {
Expand Down
34 changes: 0 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,40 +229,6 @@ <h1 id="skills">SKILLS</h1>
</div>
</div>


<!-- <div class="education">
<div id="education" class="education-title">
<h1><b>EDUCATION</b></h1>
</div>
<div class="timeline">
<div class="checkpoint">
<div>
<h3>MUKARRAM JAH HIGH SCHOOL [2019]</h3>
<p>
percent: <b>91.7</b>
</p>
</div>
</div>
<div class="checkpoint">
<div>
<h3>MS JUNIOR COLLEGE [2019-2021]</h3>
<p>MPC <br>
percent: <b>97.3</b>
</p>
</div>
</div>
<div class="checkpoint">
<div>
<h3> Nawab Shah Alam Khan College of Engineering and Technology [2021-2025]</h3>
<p>
CSE AIML <br>
CGPA: <b>8.7</b>
</p>
</div>
</div>
</div>
</div> -->
<div class="eduexp" id="eduexp">
<div class="econtainer">
<main class="row">
Expand Down

0 comments on commit d21d175

Please sign in to comment.