Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ function footer()
return `<div id="infooter">
<div id="div1">
<div id="weblogo">
<a href="index.html"><img src="https://playo-website.gumlet.net/logo/playo-logo-footer-website.png?auto=format,compress&h=100" alt="logo" width="100%" height="100%"></a>
<a href="index.html"><img src="https://playo-website.gumlet.io/playo-website-v2/Logo+with+Trademark_Filled.png" alt="logo" width="100%" height="100%"></a>

</div>
<div id="playstore">
<a href="https://play.google.com/store/apps/details?id=com.techmash.playo">
<img src="https://playo-website.gumlet.net/icons/download-android.png?auto=format,compress " >
<img src="https://playo.co/_next/image?url=https%3A%2F%2Fplayo-website.gumlet.io%2Fplayo-website-v2%2Fstatic_pages%2FPlay%2Bstore.png&w=1920&q=75 width="50%" height="50%">
</a>
<a href="https://apps.apple.com/us/app/playo-local-sports-community/id1018786950?ls=1">
<img src="https://playo-website.gumlet.net/icons/download-ios.png?auto=format,compress" >
<img src="https://playo.co/_next/image?url=https%3A%2F%2Fplayo-website.gumlet.io%2Fplayo-website-v2%2Fstatic_pages%2Fapple-padding-2x.png&w=1920&q=75" width="100%" height="50%" >
</a>
</div>
<div id="copyright">
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
<!-- Navbar div -->
<div id="navbar_container"></div>



<!-- Background video div -->
<div id="video_container">

<video id="video" autoplay loop muted>
<img src="https://playo-website.gumlet.io/playo-website-v2/Logo+with+Trademark_Filled.png" alt="playo_logo"/>
<source src="video-720.mp4" type="video/mp4">
</video>
</div>
Expand All @@ -32,14 +36,14 @@
<!-- Download Playo app from google play -->
<div class="download_inner">
<a href="https://play.google.com/store/apps/details?id=com.techmash.playo">
<img class="app_download_image" src="https://playo-website.gumlet.net/download/google-play-new.png?auto=compress,format" alt="Google-play">
<img class="app_download_image" src="https://playo.co/_next/image?url=https%3A%2F%2Fplayo-website.gumlet.io%2Fplayo-website-v2%2Fstatic_pages%2FPlay%2Bstore.png&w=1920&q=75" alt="Google-play">
</a>
</div>

<!-- Download Playo app from apple play store -->
<div class="download_inner">
<a href="https://apps.apple.com/us/app/playo-local-sports-community/id1018786950?ls=1">
<img class="app_download_image" src="https://playo-website.gumlet.net/download/app-store-new.png?auto=compress,format" alt="Apple-store">
<img class="app_download_image" src="https://playo.co/_next/image?url=https%3A%2F%2Fplayo-website.gumlet.io%2Fplayo-website-v2%2Fstatic_pages%2Fapple-padding-2x.png&w=1920&q=75" alt="Apple-store">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a{
margin-left: 15%;
}
#playstore{
width:23%;
width:30%;
height:27%;
display: flex;
justify-content: center;
Expand Down