Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Design Updates: 'Area of Expertise' Section #66

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2>GET IN TOUCH</h2>
<div class="social-media">
<a href="https://www.linkedin.com/in/iamdivyak/"><img src="./img/LinkedIn Circled.png" alt="linkedin"></a>
<a href="https://twitter.com/Imdivyakumari"> <img src="img/twt2.png" alt="twitter"></a>
<a href="https://github.com/Iamdivyak"><img src="./img/GitHub.png" alt="github"></a>
<a href="https://github.com/Iamdivyak"><img src="./img/github7.png" alt="github"></a>

</div>

Expand Down
211 changes: 195 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,23 @@ padding-top: 3rem;
h2{
font-family:'Montserrat';
font-weight: 600;
font-size: 2rem;
font-size: 2.5rem;
line-height: 4rem;
padding-top: 1.5rem;
}
h3{
margin-bottom: 2rem;
margin-bottom: 2rem;
text-align: center;
margin-top: 15px;
color: #F26C4F;
font-size: 26px;
font-weight: 450;
border: 1px solid rgb(255, 255, 255);
padding: 3px;
margin: 41px;
border-radius: 4px;
background: rgb(255, 255, 255);

}
p.para{
font-family: 'Nunito';
Expand Down Expand Up @@ -336,35 +347,208 @@ border-radius: 10px;
transition:transform 1s ease-in;
}

/* Pricing Section Cards */
.pricing-plan{
border: 3px solid#ffffff;
height: 627px;
width: 350px;
margin: top right bottom left;
margin: auto 50px;




border-radius: 11px;
display: inline-flex;
flex-direction: column;
background-color:#FEF4F2 !important;
margin-bottom: 10px; /* Add vertical spacing between items */
justify-content: space-evenly;
}

/* Media query for desktop view */
@media (min-width: 1024px) {
.item {
width: calc(33.33% - 10px);

}

}

/* Media query for tablet " */
@media (max-width: 1023px) and (min-width: 768px) {

.item {
width: calc(50% - 10px);
}
}


/* Media query for mobile view */
@media (max-width: 767px) {
.item {
width: calc(100% - 10px);
}

}




.plan-description {

text-align: center;
font-weight: 400;
font-size: 26px;



}


.card-contents{

text-align: left;
margin-left: 72px;
font-weight: 600;
line-height: 3.5;
font-size: 18px;
display: inline-block;
}
.btn-light {
color: #000;
background-color: #ffffff;
border-color: #ffffff;
margin: 20px;
margin-left: 91px;
margin-right: 91px;
padding: 15px;
font-size: 14px;
}


/* skills section */

.items {
display: grid;
margin: 2rem auto;
border: 2px solid rgb(218, 218, 218);
transition: all .4s ease-in-out;
border-radius: 7px;
background-color: #ffffff;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
padding: 25px 25px 25px 25px;
place-items: center;
grid-gap: 10px;
margin: 20px;
padding: 20px;


}

.items:hover {
transform: scale(1.1);
}

.items img {
width: 5.5rem;
place-items: centre;
}

.items p {
font-weight: 400;
}
.skill{
width: 250px;



}

.skills {
display: grid;
justify-items: center;
grid-gap: 4px;
text-align: center;
align-items: center;
justify-content: space-evenly;

}
@media (min-width: 1024px) {
.skills {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);

}

}

/* Tablet View: 3 columns */
@media (max-width: 1023px) and (min-width: 768px) {
.skills {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);

}

}

/* Mobile View: 2 columns */
@media (max-width: 767px) {
.skills {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(6, 1fr);

}

}
/*
.items{
margin: 2rem auto;;
flex: 1;
transition: all .4s ease-in-out;
margin: 2rem auto;
border: 2px solid rgb(218, 218, 218);
margin: 20px;
border-radius: 4px;
background-color: #ffffff;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);


padding:25px 25px 25px 25px;
}

.items:hover{
transform: scale(1.1);t

}

.items img{
width: 3.5rem;
width: 5.5rem;
}
.items p{
font-weight: 500;
font-weight: 400;
}
.skills{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
text-align: center;


}

.skill{
width: 220px;


}

.border1{
border-color:rgba(242, 108, 79, 0.5);
border-width: 0px 0px 1px 0px;
border-style: solid;
border-right: 1px solid rgba(242, 108, 79, 0.5);
}

.border_bottom{
Expand All @@ -382,6 +566,7 @@ border-radius: 10px;
border-right: 1px solid rgba(242, 108, 79, 0.5);
}

*/
/* ----------cta-------- */
.pos-relative{
position: relative;
Expand Down Expand Up @@ -675,9 +860,7 @@ a{
.border_bottom{
border: none;
}
.borderSL{
border-right: 1px solid rgba(242, 108, 79, 0.5);
}


}
@media screen and (max-width:479px) {
Expand All @@ -698,12 +881,9 @@ a{
border-left: none;
}

.borderSL{
border-right: 1px solid rgba(242, 108, 79, 0.5);
}

.border2{
border-color:rgba(242, 108, 79, 0.5);
border-width: 0px 0px 1px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
}
.container-fluid{
Expand Down Expand Up @@ -797,11 +977,10 @@ a{
display: none;
}
.skill{
width: 170px;
width: 248px;
}
.border_bottom{
border-color:rgba(242, 108, 79, 0.5);
border-width: 0px 0px 1px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
}
.borderSL, .border3{
Expand Down
Binary file removed cv/divya kumari's Resume-hackerresume.pdf
Binary file not shown.
Binary file removed img/Adobe Photoshop.png
Binary file not shown.
Binary file removed img/Adobe XD.png
Binary file not shown.
Binary file modified img/Bootstrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/CSS Filetype.png
Binary file not shown.
Binary file removed img/Figma.png
Binary file not shown.
Binary file removed img/Html 5.png
Binary file not shown.
Binary file removed img/JavaScript.png
Binary file not shown.
Binary file removed img/Nodejs.png
Binary file not shown.
Binary file removed img/React Native.png
Binary file not shown.
Binary file removed img/WordPress1.png
Binary file not shown.
Binary file added img/adobe-xd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/git (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/github7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons8-figma-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/javascript (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/node-js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photoshop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/react (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading