Skip to content

Commit

Permalink
Fixed workshop mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Nov 2, 2024
1 parent 3bfddd5 commit 6e5b1af
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 32 deletions.
89 changes: 60 additions & 29 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ header::after{
top:500px;
left:170px;
}
.motivation .heart-leafs {
display:none;
width: 56px;
height: 84px;
align-self: left;
position: relative;

}

.dashed-line img {
position:relative;
overflow: hidden;
Expand Down Expand Up @@ -484,83 +493,101 @@ header::after{
.aboutus-about {
margin-bottom: 2em;
}
.aboutus-about img {
.aboutus-about .heart {
width: 89px;
height: 72px;
left: 2em;
top: 5em;
left: 9em;
top: 1em;
transform: scale(1.75);
}
.aboutus-about h1 {
font-size: 5em;
top: 28px;
left: 0.2em;
}

top: 90px;
left: -0.7em;
font-size: 48px;
text-align: center;
}
.mission {
height: 33em;
height: 280px;
border-radius: 0;
padding: 0%;
margin-top: 60px;
}
.mission h2 {
font-size: 4em;
line-height: 60px;
top: 1em;
font-size: 36px;
}
.mission p {
left: 0em;
font-size:30px;
top: 1em;
font-size:18px;
top: 3em;
}

.motivation {
height: auto;
width:100%;
padding: 0%;
margin-top: 20em;
height: 1400px;
}
.motivation h2 {
font-size: 3em;
font-size: 2em;
padding-top: 4em;
top: 2em;
top: -1em;
}
.motivation p {
font-size: 20px;
top: 4em;
font-size: 1em;
top: 0em;
width: 81%;
left: 2em;
padding-bottom: 9em;
padding-bottom: 7em;
}

.dashed-line img {
position: relative;
left: -61em;
top: -19em;
left: -40em;
top: -18em;
transform: scale(0.75);
}
.goal{
height: 565px;
}
.goal-image {
position: relative;
transform: scale(0.25);
top: -23em;
margin-top: 10em;
left: 7em;
}

.goal .hearts {
display: block;
position: relative;
top: -1700px
}

.goal-text {
margin-top: -32em;
border-radius: 0;
padding: 0%;
padding-bottom: 1em;
z-index:2;
}

}
.goal-text h2 {
top: 0em;
top: 3em;
left: 1.5em;
text-align:left;
font-size: 2em;

}
.goal-text p {
text-align:left;
left: 30px;
top: -1em;
left: 20px;
top: 8em;
font-size: 1.125em;
line-height: 25.31px;
}

.whatwedo {
Expand All @@ -570,19 +597,23 @@ header::after{
height: auto;
}
.whatwedo h2 {
font-size: 50px;
margin-left: 1.5em;
font-size: 2em;
margin-left: 1.0em;
padding-top: 1em;
top: 4em;
}
.whatwedo p {font-size: 20px;
.whatwedo p {
font-size: 1em;
margin-left: 20px;
width: 90%;}
width: 90%;

}
.whatwedo img {
position: relative;
margin-left: 0px;
width: 100%;
top: -57em;
left: -11em;
top: -50em;
left: 2em;
}
.about-container {
left: -3em;
Expand Down
9 changes: 6 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</script>

<section class="aboutus-about">
<img src="images/Brand/leaf sprout.svg"/>
<img class = "heart" src="images/Brand/leaf sprout.svg"/>
<h1>About Us</h1>
</section>
<div class="mission">
Expand All @@ -84,14 +84,17 @@ <h2>Our Motivation</h2>
interventions designed specifically for under-resourced communities
in New York, there is a significant lack of awareness and
under-utilization of these services. Communicare is a startup
nonprofit dedicated to bridging this gap </p>
nonprofit dedicated to bridging this gap by connecting individuals
with the healthcare resources they need. </p>
<img class = "heart-leafs"src="images/Brand/heart-leaf.png">

</div>
<div class="dashed-line">
<img src="images/dashedline.svg" alt="Dashed Line" class="dashed-line-image">
</div>
<div class="goal">
<div class="goal-image">
<img src="images/Brand/heart-leaf.png">
<img class = "hearts"src="images/Brand/heart-leaf.png">
</div>
<div class="goal-text">
<h2>Our Goal</h2>
Expand Down
Binary file modified images/.DS_Store
Binary file not shown.

0 comments on commit 6e5b1af

Please sign in to comment.