Skip to content

Commit

Permalink
style updates and alt text added
Browse files Browse the repository at this point in the history
  • Loading branch information
BracketNerd101 committed Sep 23, 2023
1 parent 8cc8b9f commit 34885d1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h5 class="text-white cover-text fw-light d-none d-sm-block pt-5">
<div class="container">
<div class="row pt-4">
<div class="col-lg-4">
<h2 class="pt-3 hero-subHeader-client san-serif-headline">
<h2 class="hero-subHeader-client san-serif-headline">
Notable Clients
</h2>
</div>
Expand All @@ -178,13 +178,13 @@ <h2 class="pt-3 hero-subHeader-client san-serif-headline">
<div>
<img src="img/white-citi-logo.png" class="text-white" alt="" />
</div>
<div><img src="img/white-uf-logo.png" alt="" /></div>
<div><img src="img/white-network-solution.svg" alt="" /></div>
<div><img src="img/domain-logo.png" alt="" /></div>
<div><img src="img/white-webcom.svg" alt="" /></div>
<div><img src="img/white-flblue.png" alt="" /></div>
<div><img src="img/white-fis-logo.png" alt="" /></div>
<div><img src="img/white-registercom.svg" alt="" /></div>
<div><img src="img/white-uf-logo.png" alt="univeristy of florida logo" /></div>
<div><img src="img/white-network-solution.svg" alt="network solutions logo" /></div>
<div><img src="img/domain-logo.png" alt="domain.com logo" /></div>
<div><img src="img/white-webcom.svg" alt="web dot com logo" /></div>
<div><img src="img/white-flblue.png" alt="florida blue logo" /></div>
<div><img src="img/white-fis-logo.png" alt="fidelity international services logo" /></div>
<div><img src="img/white-registercom.svg" alt="register dot com logo" /></div>
</div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion scss/nav-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@
}

.hero-subHeader-client {
font-size: 2rem;
font-size: 1.5rem;
font-family: "Poppins";
font-weight: 200;
margin-top: 9vh;
padding-bottom: 1.5rem;
color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion scss/nav-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion scss/nav-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@ background: linear-gradient(to right, #45a247, #283c86); /* W3C, IE 10+/ Edge, F


.hero-subHeader-client {
font-size: 2rem;
font-size: 1.5rem;
font-family: "Poppins";
font-weight: 200;
margin-top: 9vh;
padding-bottom: 1.5rem;
color: #ffffff;
Expand Down

0 comments on commit 34885d1

Please sign in to comment.