commit ba76773a470dcdd7caa440e079c274f0398f918b Author: Deepak Salunke Date: Wed Jan 28 12:45:24 2026 +0530 Initial commit diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7cd3a26 Binary files /dev/null and b/.DS_Store differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..bc2d802 --- /dev/null +++ b/apple-touch-icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727a07cb8f331caca8ddb725dd97b20b596b7d9240f018747cf6a072f868d934 +size 5177 diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000..b9ac6f6 Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100755 index 0000000..c62ab41 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,689 @@ +@font-face { + font-family: 'Pets Headline Bold'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('../fonts/PetsHeadline-Bold.otf') format('opentype'); +} + +@font-face { + font-family: 'TT Commons Pro Body DemiBold'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('../fonts/EOT/TT_Commons_Pro_DemiBold.eot') format('embedded-opentype'), + url('../fonts/WOFF2/TT_Commons_Pro_DemiBold.woff2') format('woff2'), + url('../fonts/WOFF/TT_Commons_Pro_DemiBold.woff') format('woff'), + url('../fonts/TTF/TT_Commons_Pro_DemiBold.ttf') format('truetype'), + url('../fonts/SVG/TT_Commons_Pro_DemiBold.svg#CommonsProBodyDemiBold') format('svg'); +} + +@font-face { + font-family: 'TT Commons Pro Medium'; + font-weight: 500; + font-style: normal; + font-stretch: normal; + src: url('../fonts/EOT/TT_Commons_Pro_Medium.eot') format('embedded-opentype'), + url('../fonts/WOFF2/TT_Commons_Pro_Medium.woff2') format('woff2'), + url('../fonts/WOFF/TT_Commons_Pro_Medium.woff') format('woff'), + url('../fonts/TTF/TT_Commons_Pro_Medium.ttf') format('truetype'), + url('../fonts/SVG/TT_Commons_Pro_Medium.svg#CommonsProMedium') format('svg'); +} + +@font-face { + font-family: 'TT Commons Pro Bold'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('../fonts/EOT/TT_Commons_Pro_Bold.eot') format('embedded-opentype'), + url('../fonts/WOFF2/TT_Commons_Pro_Bold.woff2') format('woff2'), + url('../fonts/WOFF/TT_Commons_Pro_Bold.woff') format('woff'), + url('../fonts/TTF/TT_Commons_Pro_Bold.ttf') format('truetype'), + url('../fonts/SVG/TT_Commons_Pro_Bold.svg#CommonsProBold') format('svg'); +} + +@font-face { + font-family: 'TT Commons Pro Regular'; + font-weight: 200; + font-style: normal; + font-stretch: normal; + src: url('../fonts/EOT/TT_Commons_Pro_Regular.eot') format('embedded-opentype'), + url('../fonts/WOFF2/TT_Commons_Pro_Regular.woff2') format('woff2'), + url('../fonts/WOFF/TT_Commons_Pro_Regular.woff') format('woff'), + url('../fonts/TTF/TT_Commons_Pro_Regular.ttf') format('truetype'), + url('../fonts/SVG/TT_Commons_Pro_Regular.svg#CommonsProRegular') format('svg'); +} + + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Pets Headline Bold','Montserrat', sans-serif; + background: #fff; + min-height: 100vh; + display: flex; + align-items: center; + justify-content: center; + padding: 0px; +} + +.container { + max-width: 700px; +} + +.header { + background-image: url('../images/header-title.png'); + background-repeat: no-repeat; + background-position: center; + height: 60px; + color: transparent; + font-family: 'Pets Headline Bold'; +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} + +.body-container { + width: 100%; + height: auto; + background-image: url('../images/pink-bg.jpg'); + background-size: cover; + background-repeat: repeat; + background-position: center; + padding-bottom: 10px; +} + +.jukebox-banner-mb { + width: auto; + margin: auto; + display: block; + padding: 20px 0px; +} + +.jukebox-banner-dt { + display: none; +} + +.title { + font-family: "Pets Headline Bold"; + font-weight: 700; + font-size: 32px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFAF5; + margin: 10px 0px; +} + +.sub-title { + font-family: "TT Commons Pro Body DemiBold"; + font-weight: 600; + font-size: 16px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFAF5; + margin: 10px 0px; +} + +.form-row { + /*text-align: center;*/ + display: flex; + justify-content: center; + flex-direction: column; +} + +.form-group { + /*display: inline-grid;*/ + display: flex; + flex-direction: column; + align-items: center; + margin: 10px 0px; +} + +label { + font-family: "TT Commons Pro Body DemiBold"; + font-weight: 600; + font-size: 16px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFFFF; + margin: 10px 0px; +} + +input[type="text"], input[type="email"], input[type="password"], select { + border: 1px solid #fff; + border-radius: 4px; + font-size: 16px; + transition: border-color 0.3s ease; + color: #000; + width: 160px; +} + +.file-upload { + position: relative; + display: inline-block; + cursor: pointer; + width: 100%; +} + +.file-upload input[type="file"] { + position: absolute; + opacity: 0; + width: 100%; + height: 100%; + cursor: pointer; +} + +.file-upload-label { + display: block; + padding: 20px; + border: 2px dashed #FFFAF5; + border-radius: 5px; + background: #febac2; + color: #ffffff; + text-align: center; + transition: all 0.3s ease; + width: 70%; + margin: 10px auto; +} + +.file-upload:hover .file-upload-label { + background: #febac2; + border-color: #FFFAF5; +} + +.file-upload-icon { + font-size: 2rem; + color: #ffffff; + margin-bottom: 10px; +} + +.file-upload-text { + font-family: "TT Commons Pro Body DemiBold"; + font-weight: 600; + font-size: 16px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFFFF; +} + +.submit-btn { + padding: 15px 30px; + background: #D2323D; + border-color: #D2323D; + color: #fff; + border-radius: 4px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + margin: 20px auto; +} + +.submit-btn:hover, .submit-btn:focus { + background: #E02440; + border-color: #E02440; +} + +.melody-record, .dog-record { + width: 65%; + margin: auto; + display: block; + padding: 20px 0px; +} + +.footer { + background: #002828; + color: #fff; + padding: 40px; +} + +.footer p { + font-family: "TT Commons Pro Medium"; + font-weight: 500; + font-size: 13px; + line-height: 120%; + margin-bottom: 10px; +} + + +.modal { + display: none; + position: fixed; + z-index: 1000; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + /*background-color: rgba(0, 0, 0, 0.6);*/ + background: rgba(232, 112, 137, 0.86); + justify-content: center; + align-items: center; +} + +.modal-content { + background-color: #D2323D; + margin: 0px auto; + padding: 30px; + width: 100%; + max-width: 700px; + text-align: center; + color: #ffffff; +} + +.modal-header { + font-family: "Pets Headline Bold"; + font-size: 32px; + font-weight: 700; + color: #fff; + margin-bottom: 20px; +} + +.modal-message { + font-family: 'TT Commons Pro Medium'; + font-size: 16px; + margin: 0px auto 25px auto; + color: #cccccc; + width: 65%; +} + +.modal-close { + width: 80%; + background: #00AA28; + color: white; + border-radius: 5px; + border-color: #00AA28; + padding: 12px 24px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; +} + +.modal-close:hover { + background: #00AA28; + border-color: #00AA28; +} + +.heart-icon { + width: 100%; + height: 70px; +} + +.white-heart-1 { + width: 45px; + float: right; +} + +.white-heart-2 { + width: 30px; + float: left; + margin-top: 20px; +} + +.pets-text-logo { + background-image: url('../images/pets-logo.png'); + background-repeat: no-repeat; + background-position: center; + height: 60px; +} + +.title1 { + font-family: "Pets Headline Bold"; + font-weight: 700; + font-size: 32px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFAF5; + margin: 10px auto; + width: 45%; +} + +.heart1-icon { + width: 100%; + height: 50px; +} + +.red-heart-1 { + width: 45px; + float: left; +} + +.red-heart-2 { + width: 20px; + float: right; + margin-top: 20px; +} + +.song-lyrics { + font-family: "TT Commons Pro Body DemiBold"; + font-weight: 600; + font-size: 16px; + line-height: 110.00000000000001%; + text-align: center; + color: #FFFFFF; +} + +.song-control { + width: 100%; + height: 60px; + margin: 15px auto; +} + +.song-play { + background-image: url('../images/play.png'); + background-repeat: no-repeat; + background-position: center; + width: 60px; + height: 60px; + display: block; + margin: 0px auto; + border: 2px solid #fff; + border-radius: 30px; +} + +.song-pause { + background-image: url('../images/pause.png'); + background-repeat: no-repeat; + background-position: center; + width: 60px; + height: 60px; + display: block; + margin: 0px auto; + border: 2px solid #fff; + border-radius: 30px; +} + +.share-container { + background: #D2323D; + color: #fff; + font-family: 'TT Commons Pro Regular'; + font-size: 16px; + width: 80%; + margin: 0px auto 20px auto; + text-align: center; + padding: 25px 20px; + border-radius: 20px; +} + +.share-title { + font-family: "Pets Headline Bold"; + font-size: 24px; + font-weight: 700; + color: #fff; + margin-bottom: 15px; +} + +.share-icons { + display: flex; + justify-content: center; + gap: 30px; + margin: 20px 0px; +} + +.download-song-btn { + width: 90%; + background: #fff; + color: #D2323D; + border-radius: 5px; + border-color: #fff; + padding: 12px 24px; + font-size: 16px; + font-weight: 700; + cursor: pointer; + margin: 10px auto; + display: block; +} + +.download-song-btn:hover, .download-song-btn:focus { + color: #fff; + background: #D2323D; + border-color: #fff; +} + +.copy-btn { + width: 90%; + background: #D2323D; + color: #fff; + border-radius: 5px; + border-color: #fff; + padding: 12px 24px; + font-size: 16px; + font-weight: 700; + cursor: pointer; + margin: 10px auto; + display: block; +} + +.copy-btn:hover, .copy-btn:focus { + color: #D2323D; + background: #fff; + border-color: #D2323D; +} + +.share-text { + margin: 20px 5px 10px 5px; +} + +.make-another-song-btn { + width: 80%; + background: #fff; + color: #D2323D; + border-radius: 5px; + border-color: #fff; + padding: 12px 24px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + margin: auto auto 30px auto; + display: block; +} + +.make-another-song-btn:hover, .make-another-song-btn:focus { + color: #fff; + background: #D2323D; + border-color: #fff; +} + +.banner1-container { + background-color: #fff; +} + +.banner1 { + width: 100%; + height: auto; + margin: 0px auto; + padding: 30px 40px; +} + +.banner1-cta { + width: auto; + /*background: #00AA28; + border-color: #00AA28;*/ + color: white; + border-radius: 5px; + padding: 12px 15px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + margin: auto; + + color: #fff; + background: #D2323D; + border-color: #fff; +} + +.banner2-container { + margin: 30px 40px; +} + +.banner2 { + width: 100%; + height: auto; + margin: 0px auto; +} + +#banner1-mb, #banner2-mb { + display: block; +} + +#banner1-dt, #banner2-dt { + display: none; +} + +/* Medium devices (tablets, 768px and less than 992px) */ +@media (min-width: 768px) and (max-width: 991.98px) { + .jukebox-banner-mb { + display: none !important; + } + + .jukebox-banner-dt { + display: block; + width: 80%; + margin: 0px auto 30px; + } + + .form-row { + max-width: 400px; + margin: auto; + } + + .form-group { + flex-direction: row; + justify-content: space-between; + } + + label { + margin: 0px 10px; + font-size: 18px; + } + + .file-upload-label { + width: 100%; + } + + input[type="text"], input[type="email"], input[type="password"], select { + width: 200px; + font-size: 18px; + } + + #banner1-mb, #banner2-mb { + display: none; + } + + #banner1-dt, #banner2-dt { + display: block; + } +} + +/* Medium devices (desktops, 992px and less than 1200px) */ +@media (min-width: 992px) and (max-width: 1199.98px) { + .jukebox-banner-mb { + display: none !important; + } + + .jukebox-banner-dt { + display: block; + width: 80%; + margin: 0px auto 30px; + } + + .form-row { + max-width: 400px; + margin: auto; + } + + .form-group { + flex-direction: row; + justify-content: space-between; + } + + label { + margin: 0px 10px; + font-size: 18px; + } + + .file-upload-label { + width: 100%; + } + + input[type="text"], input[type="email"], input[type="password"], select { + width: 200px; + font-size: 18px; + } + + #banner1-mb, #banner2-mb { + display: none; + } + + #banner1-dt, #banner2-dt { + display: block; + } +} + +/* Large devices (large desktops, 1200px and up) */ +@media (min-width: 1200px) { + .jukebox-banner-mb { + display: none !important; + } + + .jukebox-banner-dt { + display: block; + width: 80%; + margin: 0px auto 30px; + } + + .form-row { + max-width: 400px; + margin: auto; + } + + .form-group { + flex-direction: row; + justify-content: space-between; + } + + label { + margin: 0px 10px; + font-size: 18px; + } + + .file-upload-label { + width: 100%; + } + + input[type="text"], input[type="email"], input[type="password"], select { + width: 200px; + font-size: 18px; + } + + #banner1-mb, #banner2-mb { + display: none; + } + + #banner1-dt, #banner2-dt { + display: block; + } +} \ No newline at end of file diff --git a/assets/fonts/.DS_Store b/assets/fonts/.DS_Store new file mode 100644 index 0000000..506ed4c Binary files /dev/null and b/assets/fonts/.DS_Store differ diff --git a/assets/fonts/EOT/TT_Commons_Pro_Bold.eot b/assets/fonts/EOT/TT_Commons_Pro_Bold.eot new file mode 100644 index 0000000..5c7675f Binary files /dev/null and b/assets/fonts/EOT/TT_Commons_Pro_Bold.eot differ diff --git a/assets/fonts/EOT/TT_Commons_Pro_DemiBold.eot b/assets/fonts/EOT/TT_Commons_Pro_DemiBold.eot new file mode 100644 index 0000000..1886797 Binary files /dev/null and b/assets/fonts/EOT/TT_Commons_Pro_DemiBold.eot differ diff --git a/assets/fonts/EOT/TT_Commons_Pro_Light.eot b/assets/fonts/EOT/TT_Commons_Pro_Light.eot new file mode 100644 index 0000000..b1a465e Binary files /dev/null and b/assets/fonts/EOT/TT_Commons_Pro_Light.eot differ diff --git a/assets/fonts/EOT/TT_Commons_Pro_Medium.eot b/assets/fonts/EOT/TT_Commons_Pro_Medium.eot new file mode 100644 index 0000000..17b4a9a Binary files /dev/null and b/assets/fonts/EOT/TT_Commons_Pro_Medium.eot differ diff --git a/assets/fonts/EOT/TT_Commons_Pro_Regular.eot b/assets/fonts/EOT/TT_Commons_Pro_Regular.eot new file mode 100644 index 0000000..dadde35 Binary files /dev/null and b/assets/fonts/EOT/TT_Commons_Pro_Regular.eot differ diff --git a/assets/fonts/OTF/TT_Commons_Pro_Bold.otf b/assets/fonts/OTF/TT_Commons_Pro_Bold.otf new file mode 100644 index 0000000..716d311 Binary files /dev/null and b/assets/fonts/OTF/TT_Commons_Pro_Bold.otf differ diff --git a/assets/fonts/OTF/TT_Commons_Pro_DemiBold.otf b/assets/fonts/OTF/TT_Commons_Pro_DemiBold.otf new file mode 100644 index 0000000..ceb2661 Binary files /dev/null and b/assets/fonts/OTF/TT_Commons_Pro_DemiBold.otf differ diff --git a/assets/fonts/OTF/TT_Commons_Pro_Light.otf b/assets/fonts/OTF/TT_Commons_Pro_Light.otf new file mode 100644 index 0000000..e829b9e Binary files /dev/null and b/assets/fonts/OTF/TT_Commons_Pro_Light.otf differ diff --git a/assets/fonts/OTF/TT_Commons_Pro_Medium.otf b/assets/fonts/OTF/TT_Commons_Pro_Medium.otf new file mode 100644 index 0000000..862e3c8 Binary files /dev/null and b/assets/fonts/OTF/TT_Commons_Pro_Medium.otf differ diff --git a/assets/fonts/OTF/TT_Commons_Pro_Regular.otf b/assets/fonts/OTF/TT_Commons_Pro_Regular.otf new file mode 100644 index 0000000..7153956 Binary files /dev/null and b/assets/fonts/OTF/TT_Commons_Pro_Regular.otf differ diff --git a/assets/fonts/PetsHeadline-Bold.otf b/assets/fonts/PetsHeadline-Bold.otf new file mode 100755 index 0000000..4afaa78 Binary files /dev/null and b/assets/fonts/PetsHeadline-Bold.otf differ diff --git a/assets/fonts/PetsHeadline-Medium.otf b/assets/fonts/PetsHeadline-Medium.otf new file mode 100755 index 0000000..85b343e Binary files /dev/null and b/assets/fonts/PetsHeadline-Medium.otf differ diff --git a/assets/fonts/PetsHeadline-SemiBold.otf b/assets/fonts/PetsHeadline-SemiBold.otf new file mode 100755 index 0000000..7bb5a11 Binary files /dev/null and b/assets/fonts/PetsHeadline-SemiBold.otf differ diff --git a/assets/fonts/TTF/TT_Commons_Pro_Bold.ttf b/assets/fonts/TTF/TT_Commons_Pro_Bold.ttf new file mode 100644 index 0000000..23e1e57 Binary files /dev/null and b/assets/fonts/TTF/TT_Commons_Pro_Bold.ttf differ diff --git a/assets/fonts/TTF/TT_Commons_Pro_DemiBold.ttf b/assets/fonts/TTF/TT_Commons_Pro_DemiBold.ttf new file mode 100644 index 0000000..ec5ab25 Binary files /dev/null and b/assets/fonts/TTF/TT_Commons_Pro_DemiBold.ttf differ diff --git a/assets/fonts/TTF/TT_Commons_Pro_Light.ttf b/assets/fonts/TTF/TT_Commons_Pro_Light.ttf new file mode 100644 index 0000000..eb05259 Binary files /dev/null and b/assets/fonts/TTF/TT_Commons_Pro_Light.ttf differ diff --git a/assets/fonts/TTF/TT_Commons_Pro_Medium.ttf b/assets/fonts/TTF/TT_Commons_Pro_Medium.ttf new file mode 100644 index 0000000..2cac93d Binary files /dev/null and b/assets/fonts/TTF/TT_Commons_Pro_Medium.ttf differ diff --git a/assets/fonts/TTF/TT_Commons_Pro_Regular.ttf b/assets/fonts/TTF/TT_Commons_Pro_Regular.ttf new file mode 100644 index 0000000..b34be62 Binary files /dev/null and b/assets/fonts/TTF/TT_Commons_Pro_Regular.ttf differ diff --git a/assets/fonts/WOFF/TT_Commons_Pro_Bold.woff b/assets/fonts/WOFF/TT_Commons_Pro_Bold.woff new file mode 100644 index 0000000..b526a86 Binary files /dev/null and b/assets/fonts/WOFF/TT_Commons_Pro_Bold.woff differ diff --git a/assets/fonts/WOFF/TT_Commons_Pro_DemiBold.woff b/assets/fonts/WOFF/TT_Commons_Pro_DemiBold.woff new file mode 100644 index 0000000..8e1c3d6 Binary files /dev/null and b/assets/fonts/WOFF/TT_Commons_Pro_DemiBold.woff differ diff --git a/assets/fonts/WOFF/TT_Commons_Pro_Light.woff b/assets/fonts/WOFF/TT_Commons_Pro_Light.woff new file mode 100644 index 0000000..d61ff31 Binary files /dev/null and b/assets/fonts/WOFF/TT_Commons_Pro_Light.woff differ diff --git a/assets/fonts/WOFF/TT_Commons_Pro_Medium.woff b/assets/fonts/WOFF/TT_Commons_Pro_Medium.woff new file mode 100644 index 0000000..6b732d5 Binary files /dev/null and b/assets/fonts/WOFF/TT_Commons_Pro_Medium.woff differ diff --git a/assets/fonts/WOFF/TT_Commons_Pro_Regular.woff b/assets/fonts/WOFF/TT_Commons_Pro_Regular.woff new file mode 100644 index 0000000..46f9568 Binary files /dev/null and b/assets/fonts/WOFF/TT_Commons_Pro_Regular.woff differ diff --git a/assets/fonts/WOFF2/TT_Commons_Pro_Bold.woff2 b/assets/fonts/WOFF2/TT_Commons_Pro_Bold.woff2 new file mode 100644 index 0000000..b33d76d Binary files /dev/null and b/assets/fonts/WOFF2/TT_Commons_Pro_Bold.woff2 differ diff --git a/assets/fonts/WOFF2/TT_Commons_Pro_DemiBold.woff2 b/assets/fonts/WOFF2/TT_Commons_Pro_DemiBold.woff2 new file mode 100644 index 0000000..f76ceca Binary files /dev/null and b/assets/fonts/WOFF2/TT_Commons_Pro_DemiBold.woff2 differ diff --git a/assets/fonts/WOFF2/TT_Commons_Pro_Light.woff2 b/assets/fonts/WOFF2/TT_Commons_Pro_Light.woff2 new file mode 100644 index 0000000..64fe3d2 Binary files /dev/null and b/assets/fonts/WOFF2/TT_Commons_Pro_Light.woff2 differ diff --git a/assets/fonts/WOFF2/TT_Commons_Pro_Medium.woff2 b/assets/fonts/WOFF2/TT_Commons_Pro_Medium.woff2 new file mode 100644 index 0000000..ce50a05 Binary files /dev/null and b/assets/fonts/WOFF2/TT_Commons_Pro_Medium.woff2 differ diff --git a/assets/fonts/WOFF2/TT_Commons_Pro_Regular.woff2 b/assets/fonts/WOFF2/TT_Commons_Pro_Regular.woff2 new file mode 100644 index 0000000..d52b018 Binary files /dev/null and b/assets/fonts/WOFF2/TT_Commons_Pro_Regular.woff2 differ diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/assets/images/.DS_Store differ diff --git a/assets/images/club-member-dt.png b/assets/images/club-member-dt.png new file mode 100644 index 0000000..9c9df3f Binary files /dev/null and b/assets/images/club-member-dt.png differ diff --git a/assets/images/club-member.png b/assets/images/club-member.png new file mode 100644 index 0000000..9c9df3f Binary files /dev/null and b/assets/images/club-member.png differ diff --git a/assets/images/dog-record.png b/assets/images/dog-record.png new file mode 100644 index 0000000..6cedf7f Binary files /dev/null and b/assets/images/dog-record.png differ diff --git a/assets/images/facebook.png b/assets/images/facebook.png new file mode 100644 index 0000000..4282cb5 Binary files /dev/null and b/assets/images/facebook.png differ diff --git a/assets/images/head-tails-btn-dt.png b/assets/images/head-tails-btn-dt.png new file mode 100644 index 0000000..0524bf3 Binary files /dev/null and b/assets/images/head-tails-btn-dt.png differ diff --git a/assets/images/head-tails-btn.png b/assets/images/head-tails-btn.png new file mode 100644 index 0000000..858adf5 Binary files /dev/null and b/assets/images/head-tails-btn.png differ diff --git a/assets/images/head-tails.png b/assets/images/head-tails.png new file mode 100644 index 0000000..1c429e3 Binary files /dev/null and b/assets/images/head-tails.png differ diff --git a/assets/images/header-title.png b/assets/images/header-title.png new file mode 100644 index 0000000..88ca67a Binary files /dev/null and b/assets/images/header-title.png differ diff --git a/assets/images/heart-red.png b/assets/images/heart-red.png new file mode 100644 index 0000000..3131c06 Binary files /dev/null and b/assets/images/heart-red.png differ diff --git a/assets/images/heart-white.png b/assets/images/heart-white.png new file mode 100644 index 0000000..90b9ba2 Binary files /dev/null and b/assets/images/heart-white.png differ diff --git a/assets/images/instagram.png b/assets/images/instagram.png new file mode 100644 index 0000000..3365bca Binary files /dev/null and b/assets/images/instagram.png differ diff --git a/assets/images/jukebox-banner-dt.png b/assets/images/jukebox-banner-dt.png new file mode 100644 index 0000000..3ddd251 Binary files /dev/null and b/assets/images/jukebox-banner-dt.png differ diff --git a/assets/images/jukebox-banner-mb.png b/assets/images/jukebox-banner-mb.png new file mode 100644 index 0000000..9240c5a Binary files /dev/null and b/assets/images/jukebox-banner-mb.png differ diff --git a/assets/images/melody-record.png b/assets/images/melody-record.png new file mode 100644 index 0000000..b161417 Binary files /dev/null and b/assets/images/melody-record.png differ diff --git a/assets/images/not-pets-club-member.png b/assets/images/not-pets-club-member.png new file mode 100644 index 0000000..5f35e6a Binary files /dev/null and b/assets/images/not-pets-club-member.png differ diff --git a/assets/images/pause.png b/assets/images/pause.png new file mode 100644 index 0000000..70c6aa2 Binary files /dev/null and b/assets/images/pause.png differ diff --git a/assets/images/pets-club.png b/assets/images/pets-club.png new file mode 100644 index 0000000..17e5d25 Binary files /dev/null and b/assets/images/pets-club.png differ diff --git a/assets/images/pets-logo.png b/assets/images/pets-logo.png new file mode 100644 index 0000000..d34eeb2 Binary files /dev/null and b/assets/images/pets-logo.png differ diff --git a/assets/images/pink-bg.jpg b/assets/images/pink-bg.jpg new file mode 100644 index 0000000..fe68bef Binary files /dev/null and b/assets/images/pink-bg.jpg differ diff --git a/assets/images/play.png b/assets/images/play.png new file mode 100644 index 0000000..b47dcdc Binary files /dev/null and b/assets/images/play.png differ diff --git a/assets/images/sonauto.png b/assets/images/sonauto.png new file mode 100644 index 0000000..41cc76e Binary files /dev/null and b/assets/images/sonauto.png differ diff --git a/assets/images/tiktok.png b/assets/images/tiktok.png new file mode 100644 index 0000000..a36f57f Binary files /dev/null and b/assets/images/tiktok.png differ diff --git a/assets/images/unleashedmelody.gif b/assets/images/unleashedmelody.gif new file mode 100644 index 0000000..48e3f03 Binary files /dev/null and b/assets/images/unleashedmelody.gif differ diff --git a/assets/js/home.js b/assets/js/home.js new file mode 100644 index 0000000..e69de29 diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..560085a Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..c4569c3 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..cc9a32a Binary files /dev/null and b/favicon.ico differ diff --git a/footer.php b/footer.php new file mode 100755 index 0000000..144b14d --- /dev/null +++ b/footer.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/header.php b/header.php new file mode 100755 index 0000000..75d0f84 --- /dev/null +++ b/header.php @@ -0,0 +1 @@ +

Pets at Home

\ No newline at end of file diff --git a/index.php b/index.php new file mode 100755 index 0000000..05d8248 --- /dev/null +++ b/index.php @@ -0,0 +1,222 @@ + + + + + + + + + + + Pets at Home + + + + + + + +
+ + + +
+ + Jukebox + Jukebox + +
Let's make your
Pet Love Song.
+
Tell us about your furry, finned,
or feathered Valentine and our
song-maker will do the rest.
+ +
+ +
+ +
+ + +
+ +
+ + +
+ +
+ + + + + + + + + +
+ + +
+ + +
+ +
+ + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + \ No newline at end of file diff --git a/result.php b/result.php new file mode 100755 index 0000000..717e107 --- /dev/null +++ b/result.php @@ -0,0 +1,83 @@ + + + + + + + + + Pets at Home + + + + +
+ + + +
+ + + +
My Pet Love Song.
+ + Dog Record + + + +
Woke up early, 6am sharp I was whining,
playing my part.
+ +
+ +
+ + + + + +
+ Fall head over tails + Fall head over tails +
+ +
+ Not a Pets Club member + Not a Pets Club member +
+ +
+ + + +
+ + + + \ No newline at end of file diff --git a/waiting.php b/waiting.php new file mode 100755 index 0000000..188aff4 --- /dev/null +++ b/waiting.php @@ -0,0 +1,34 @@ + + + + + + + + + Pets at Home + + + + +
+ + + +
+ + Jukebox + Jukebox + +
Your Pet Love Song
is on its way.
+
Won’t take a minute...
+ + Melody Record + +
+ + + +
+ + \ No newline at end of file