Skip to content

Commit

Permalink
CividAI added
Browse files Browse the repository at this point in the history
  • Loading branch information
Copy05 committed Oct 20, 2023
1 parent 108c843 commit a55e5c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SiteHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const MobileNavBarHTML = `
`

const FooterHTML = `
<p class="copyright">&copy; Copyright 2022 - ${new Date().getFullYear().toString()} CopyWealth. All Rights Reserved.</p>
<p class="copyright">&copy; Copyright CopyWealth, ${new Date().getFullYear().toString()}.</p>
<div class="socials">
<a href="https://www.youtube.com/@CopyWealth" class="sociallink"><img class="footersocial" alt="CopyWealth Youtube Link" src="https://copy05.github.io/Portfolio/pics/youtubelogo.png" height="30"></a>
Expand Down
5 changes: 4 additions & 1 deletion digital-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@

<div id="photography">
<p class="sectxt">Photography:</p>
<p class="ntxt">Graphics are important for your content. Pexels & Unsplash for Stock Images and Leonardo AI for Image Generation Here are the free photography tools i'm using: <br><br></p>
<p class="ntxt">Graphics are important for your content. Pexels & Unsplash for Stock Images and Leonardo AI & CividAI for Image Generation. Here are the free photography tools i'm using: <br><br></p>
<div class="digitaltools">
<a href="https://app.leonardo.ai/">
<img src="https://app.leonardo.ai/img/leonardo-logo.svg" alt="Leonardo AI" class="digitaltool">
</a>
<a href="https://civitai.com/">
<img src="https://images.crunchbase.com/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/gtxrcmtsvpjjevozblfa" alt="CividAI" class="digitaltool">
</a>
<a href="https://pexels.com/">
<img src="https://theme.zdassets.com/theme_assets/9028340/1e73e5cb95b89f1dce8b59c5236ca1fc28c7113b.png" alt="Pexels" class="digitaltool">
</a>
Expand Down
4 changes: 4 additions & 0 deletions mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
display: none;
}

.digitaltool {
height: 60px !important;
}

/* Footer */

.copyright {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ p {
.channels, .digitaltools {
text-align: center;
display: grid;
grid-template-columns: auto auto auto;
grid-template-columns: auto auto auto auto;
}

.channel, .digitaltool {
Expand Down

0 comments on commit a55e5c7

Please sign in to comment.