1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6+ <!-- Accumulus (required) -->
7+ < script src ="https://lint.page/kit/4d0fe3.js " crossorigin ="anonymous "> </ script >
8+ < title > Jolly Hound – Home</ title >
9+ < link rel ="stylesheet " href ="styles/jolly.css " />
10+ </ head >
11+ < body >
12+ < header class ="site-header ">
13+ < div class ="container ">
14+ < h1 class ="brand "> Jolly Hound</ h1 >
15+ < nav class ="main-nav " aria-label ="Primary ">
16+ < ul >
17+ < li > < a href ="index.html " aria-current ="page "> Home</ a > </ li >
18+ < li > < a href ="about.html "> About</ a > </ li >
19+ <!-- You’ll also add a link to this site from your COURSE site nav (see notes below). -->
20+ </ ul >
21+ </ nav >
22+ </ div >
23+ </ header >
24+
25+ < main class ="container ">
26+ < h2 > Jolly Hound</ h2 >
27+
28+ < p > < strong > Jolly Hound</ strong > is a whimsical micro-kiosk that turns short messages into tiny
29+ “howl capsules.” Each capsule includes a bone-shaped keepsake with a QR linking to your custom audio
30+ howl-greeting, a playful “wag” animation, and an optional scratch-n-sniff sticker to seal the moment.</ p >
31+
32+ < p > Think of us as < em > joy on demand</ em > , packaged like a pup’s best day: bright, bouncy, and a little
33+ ridiculous—in the best way. Perfect for birthdays, congrats, “miss you,” apology howls, and just-because barks.</ p >
34+
35+ < section aria-labelledby ="offerings ">
36+ < h3 id ="offerings "> What we “sell”</ h3 >
37+ < ul class ="grid ">
38+ < li >
39+ < h4 > HowlGrams</ h4 >
40+ < p > Personalized audio howls (you or us!) delivered by QR in a bone capsule.</ p >
41+ </ li >
42+ < li >
43+ < h4 > WagTags</ h4 >
44+ < p > Reusable NFC/QR tags for lockers, gift bags, and keychains—swap in new howls anytime.</ p >
45+ </ li >
46+ < li >
47+ < h4 > SniffStickers</ h4 >
48+ < p > Scratch-n-sniff seals (vanilla biscuit, fresh grass, rain-day walk).</ p >
49+ </ li >
50+ < li >
51+ < h4 > Pup-Post</ h4 >
52+ < p > Mini gift wrap + ribbon sets sized for our capsules.</ p >
53+ </ li >
54+ </ ul >
55+ </ section >
56+ </ main >
57+
58+ < footer class ="site-footer ">
59+ < div class ="container ">
60+ < p class ="tagline "> "Give them something to howl about!"</ p >
61+ < p class ="smallprint "> © < span id ="year "> </ span > Jolly Hound.</ p >
62+ </ div >
63+ < script >
64+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
65+ </ script >
66+ </ footer >
67+ </ body >
68+ </ html >
0 commit comments