Skip to content

Commit

Permalink
about_us init page
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Jan 31, 2024
1 parent 37753e6 commit a601a18
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions about_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<a href="./index.html" class="link-14">Home</a>
<h1>Our team</h1>
<section class="team sections-wrapper">
<a href="./index.html" class="link-14 inside">Home</a>
<h1 class="inside">Our team</h1>
<section class="member sections">
<div class="text-member ">
<img class="photo" src="./images/newton.jpg">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 id="textbig" class="appearing">Unlock the secrets to a longer, healthier lif
</div>
<div id="sun2" class="link-div link-div2 ">
<img class="sun sun-2" src="./images/sun.png">
<a class=" link link-2" href=""><h2>About us</h2></a>
<a class=" link link-2" href="./about_us.html"><h2>About us</h2></a>
</div>
<div id="sun3" class="link-div link-div3">
<img class="sun sun-3" src="./images/sun.png">
Expand Down
18 changes: 12 additions & 6 deletions styles_about_us.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ padding-top: 0px;
align-items: center;
border-bottom-left-radius: 10%;
}

.link-14.inside{
display: none;
}
h1.inside{
display: none;
}
.member p{
font-size: 1.2em;
text-align: left;
Expand Down Expand Up @@ -98,11 +103,12 @@ font-size: 4em;
.team{
margin-top: 200px;
}
h1{
font-size: 9em;
display: block;
.link-14.inside{
margin-top: -40px;
margin-bottom: 40px;
display: contents;
}
link-14{
font-size: 9em;
h1.inside{
display:block;
}
}

0 comments on commit a601a18

Please sign in to comment.