Skip to content

Commit

Permalink
semifinal cimmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh1005GH committed Jul 6, 2024
1 parent 47c271a commit b2e0cf2
Show file tree
Hide file tree
Showing 8 changed files with 668 additions and 83 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/about-pic.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 modified assets/project-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 modified assets/project-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 modified assets/project-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
451 changes: 388 additions & 63 deletions index.html

Large diffs are not rendered by default.

113 changes: 104 additions & 9 deletions mediaqueries.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,104 @@
@media screen and (max-width: 1200px){
#desktop-nav{
display: none;
}
#hamburger-nav{
display: flex;
}
}

@media screen and (max-width: 1400px) {
#profile {
height: 83vh;
margin-bottom: 6rem;
}
.about-containers {
flex-wrap: wrap;
}
#contact,
#projects {
height: fit-content;
}
}

@media screen and (max-width: 1200px) {
#desktop-nav {
display: none;
}
#hamburger-nav {
display: flex;
}
#experience,
.experience-details-container {
margin-top: 2rem;
}
#profile,
.section-container {
display: block;
}
.arrow {
display: none;
}
section,
.section-container {
height: fit-content;
}
section {
margin: 0 5%;
}
.section__pic-container {
width: 275px;
height: 275px;
margin: 0 auto 2rem;
}
.about-containers {
margin-top: 0;
}
}

@media screen and (max-width: 600px) {
#contact,
footer {
height: 40vh;
}
#profile {
height: 83vh;
margin-bottom: 0;
}
article {
font-size: 1rem;
}
footer nav {
height: fit-content;
margin-bottom: 2rem;
}
.about-containers,
.contact-info-upper-container,
.btn-container {
flex-wrap: wrap;
}
.contact-info-container {
margin: 0;
}
.contact-info-container p,
.nav-links li a {
font-size: 1rem;
}
.experience-sub-title {
font-size: 1.25rem;
}
.logo {
font-size: 1.5rem;
}
.nav-links {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.section__pic-container {
width: auto;
height: 46vw;
justify-content: center;
}
.section__text__p2 {
font-size: 1.25rem;
}
.title {
font-size: 2rem;
}
.text-container {
text-align: justify;
}
}

187 changes: 176 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ a:hover {
transform: none;
}


/* SECTIONS */

section {
Expand Down Expand Up @@ -181,14 +180,7 @@ section {
align-self: center;
text-align: center;
}
.hero-text{
max-width: 500px;
display: flex;
flex-direction: column;
}
.quote{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.section__text p {
font-weight: 600;
}
Expand All @@ -198,13 +190,14 @@ section {
}

.section__text__p2 {
font-size: 1.5rem;
font-size: 1.75rem;
margin-bottom: 1rem;
}

.title {
font-size: 2rem;
text-align: center;
color: grey;
}

#socials-container {
Expand Down Expand Up @@ -267,4 +260,176 @@ section {

.btn-container {
gap: 1rem;
}
}

/* ABOUT SECTION */

#about {
position: relative;
}

.about-containers {
gap: 2rem;
margin-bottom: 2rem;
margin-top: 2rem;
}

.about-details-container {
justify-content: center;
flex-direction: column;
}

.about-containers,
.about-details-container {
display: flex;
}

.about-pic {
border-radius: 2rem;
}

.arrow {
position: absolute;
right: -5rem;
bottom: 2.5rem;
}

.details-container {
padding: 1.5rem;
flex: 1;
background: white;
border-radius: 2rem;
border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
text-align: center;
}

.section-container {
gap: 4rem;
height: 80%;
}

.section__pic-container {
height: 400px;
width: 400px;
margin: auto 0;
}
.text-container p{
font-style: italic;
}
/* EXPERIENCE SECTION */

#experience {
position: relative;
}

.experience-sub-title {
color: rgb(85, 85, 85);
font-weight: 600;
font-size: 1.75rem;
margin-bottom: 2rem;
}

.experience-details-container {
display: flex;
justify-content: center;
flex-direction: column;
}

.article-container {
display: flex;
text-align: initial;
flex-wrap: wrap;
flex-direction: row;
gap: 2.5rem;
justify-content: space-around;
}

article {
display: flex;
width: 10rem;
justify-content: space-around;
gap: 0.5rem;
}

article .icon {
cursor: default;
}

/* PROJECTS SECTION */

#projects {
position: relative;
}

.color-container {
border-color: rgb(163, 163, 163);
background: rgb(250, 250, 250);
}

.project-img {
border-radius: 2rem;
width: 90%;
height: 90%;
}

.project-title {
margin: 1rem;
color: black;
}

.project-btn {
color: black;
border-color: rgb(163, 163, 163);
}

/* CONTACT */

#contact {
display: flex;
justify-content: center;
flex-direction: column;
height: 70vh;
}

.contact-info-upper-container {
display: flex;
justify-content: center;
border-radius: 2rem;
border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
background: (250, 250, 250);
margin: 2rem auto;
padding: 0.5rem;
}

.contact-info-container {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin: 1rem;
}

.contact-info-container p {
font-size: larger;
}

.contact-icon {
cursor: default;
}

.email-icon {
height: 2.5rem;
}

/* FOOTER SECTION */

footer {
height: 26vh;
margin: 0 1rem;
}

footer p {
text-align: center;
}

0 comments on commit b2e0cf2

Please sign in to comment.