Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Patel-swg committed Aug 18, 2023
1 parent 77ce72b commit 3438108
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Components/TimeLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const TimeLine = () => {
<>
<div className={styles.timeline_wrapper} id='timeline'>
<h1>Join our latest Events</h1>
<VerticalTimeline>

<section> <h2>coming soon ...</h2> </section>
{/* <VerticalTimeline>
{timeline_data.map((elem) => {
// let isWorkIcon = elem.icon === "work";
// let showButton = elem.buttonText != undefined && elem.buttonText != null && elem.buttonText != "";
Expand All @@ -30,7 +32,7 @@ const TimeLine = () => {
</VerticalTimelineElement>
);
})}
</VerticalTimeline>
</VerticalTimeline> */}
</div>
</>
)
Expand Down
3 changes: 0 additions & 3 deletions styles/Tagline.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@
.tagline_text{
padding: 28px;
}
}
@media (max-width: ) {

}
18 changes: 18 additions & 0 deletions styles/Team.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.team_section{
margin: 48px;
text-align: center;
color: white;
}
.team_section h2{
margin-bottom: 12px;
Expand Down Expand Up @@ -100,4 +102,20 @@ filter: grayscale(24%);
}
.community_button h2{
transform: translate(50%);
}

@media (max-width: 850px) {
.community_button{
justify-content: flex-start;
}
.community_button div{
transform: translate(0%);
}
.community_button h2{
transform: translate(0%);
}
}

@media (max-width: 550px) {

}

0 comments on commit 3438108

Please sign in to comment.