Skip to content

Commit

Permalink
Merge pull request #1 from zuri-training/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
iamjacobjoshua authored Sep 15, 2023
2 parents 61e417f + da27cd6 commit 1d121f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
10 changes: 5 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h2>About Us</h2>
We are devoted to serving the community, hence designs are made easily accessible at zero
cost.
</p>
<a href="library-design.html">
<button class="about-button">View our designs</button>
<a href="library.html">
<button>View our designs</button>
</a>
</div>
</article>
Expand Down Expand Up @@ -94,8 +94,8 @@ <h2>Project cc_gen</h2>
<div>
<h3>Links</h3>
<ul class="foot-list">
<li><a href="library-design.html">Designs</a></li>
<li><a href="documentation.html">Docs</a></li>
<li><a href="library.html">Designs</a></li>
<li><a href="document.html">Docs</a></li>
<li><a href="">Support</a></li>
<li><a href="signup.html">Get Started</a></li>
</ul>
Expand All @@ -115,4 +115,4 @@ <h3>Others</h3>
</footer>
<script src="script/main.js"></script>
</body>
</html>
</html>
8 changes: 0 additions & 8 deletions css/aboutus.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,3 @@ article > div > h2 {
.about p {
padding: 50px 100px 90px 0px;
}
button .about-button {
background-color: var(--pry-col);
padding: 10px 15px;
border: none;
border-radius: var(--border-rad);
color: var(--white-col);
box-shadow: var(--boxShadow);
}
7 changes: 1 addition & 6 deletions css/library-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ html {
body {
font-family: 'Montserrat', Arial, sans-serif;
}

a:hover {
text-decoration: underline;
}

img{
max-width: 100%;
}
Expand Down Expand Up @@ -496,4 +491,4 @@ h1 {
.page-teaser p {
padding: 1rem 2rem;
}
}
}

0 comments on commit 1d121f3

Please sign in to comment.