-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtips.html
More file actions
118 lines (105 loc) · 5.2 KB
/
Copy pathtips.html
File metadata and controls
118 lines (105 loc) · 5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disney Decision Research | Bound Tips</title>
<meta name="description" content="Search curated Disney planning research for Lightning Lane, park order, dining, hotels, budget, rest, and backup decisions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://disney.bound.tips/tips.html">
<meta property="og:title" content="Disney Decision Research">
<meta property="og:description" content="Search sourced Disney planning research when you want to dig deeper.">
<meta property="og:image" content="https://disney.bound.tips/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Disney Decision Research">
<meta name="twitter:description" content="Search sourced Disney planning research when you want to dig deeper.">
<meta name="twitter:image" content="https://disney.bound.tips/og-image.png">
<link rel="canonical" href="https://disney.bound.tips/tips.html">
<link rel="alternate" type="application/rss+xml" title="Disney Tips RSS Feed" href="/feed.xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fraunces:wght@700;800&family=Nunito+Sans:wght@400;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/src/styles.css">
</head>
<body class="tips-page">
<main>
<nav class="landing-nav" aria-label="Primary">
<a class="landing-brand" href="/" aria-label="Disney Decision Desk home">
<span class="castle-emoji" aria-hidden="true">
<svg viewBox="0 0 24 24" focusable="false">
<path class="castle-body" d="M4 21V10h3V5h3v5h4V5h3v5h3v11H4Z" />
<path class="castle-door" d="M10 21v-4a2 2 0 0 1 4 0v4Z" />
<path class="castle-lines" d="M4 13h16M8.5 10V7M15.5 10V7" />
</svg>
</span>
Disney decision desk
</a>
<div class="landing-nav-links">
<a href="plan.html">Decision plan</a>
<a href="tips.html" aria-current="page">Tips</a>
<a href="about.html">How it works</a>
</div>
</nav>
<section class="tips-page-hero" aria-labelledby="tips-title">
<p class="section-kicker">Research archive</p>
<h1 id="tips-title">Search the Disney decision research.</h1>
<p>Use this when you want the source layer behind the decision desk.</p>
<div class="stats">
<span id="tip-count">Loading...</span>
<span id="last-updated"></span>
</div>
</section>
<div class="container">
<div class="search-hero category-search" id="tip-search">
<input type="text" class="search-box" id="search" placeholder="Search Lightning Lane worth it, hotel fit, rest breaks..." autocomplete="off">
<button id="random-tip-btn" class="shuffle-btn" title="Random tip">↻</button>
</div>
<div class="suggested-searches" id="suggested-searches">
<button class="suggested-pill" data-query="Lightning Lane worth it">Lightning Lane worth it</button>
<button class="suggested-pill" data-query="avoid wasting money Disney">Avoid bad spend</button>
<button class="suggested-pill" data-query="midday rest heat kids Disney">Rest and heat plan</button>
<button class="suggested-pill" data-query="what to book 60 days Disney">Book the right things</button>
<button class="suggested-pill" data-query="rope drop first timer kids">Wait less with kids</button>
<button class="suggested-pill" data-query="rain backup tired kids Disney">Backup moves</button>
</div>
<div class="filter-bar" id="filter-bar">
<div class="filter-scroll" id="filter-scroll" aria-label="Tip filters"></div>
</div>
<div class="results-count" id="results-count"></div>
<div class="tips-grid" id="tips-container">
<div class="skeleton-card skeleton"></div>
<div class="skeleton-card skeleton"></div>
<div class="skeleton-card skeleton"></div>
<div class="skeleton-card skeleton"></div>
<div class="skeleton-card skeleton"></div>
<div class="skeleton-card skeleton"></div>
</div>
<div id="pagination" class="pagination"></div>
</div>
<div id="toast" class="toast">Copied to clipboard</div>
</main>
<footer>
<div class="footer-links">
<a href="/">Home</a>
<span class="separator">|</span>
<a href="plan.html">Decision plan</a>
<span class="separator">|</span>
<a href="about.html">How it works</a>
<span class="separator">|</span>
<a href="parks.html">Parks</a>
<span class="separator">|</span>
<a href="dining.html">Dining</a>
<span class="separator">|</span>
<a href="hotels.html">Hotels</a>
</div>
<div class="footer-meta">
<span id="footer-updated" class="footer-updated"></span>
<span class="separator">|</span>
<a href="https://scty.org/" target="_blank" rel="noopener">SCTY, INC 2026</a>
</div>
</footer>
<script type="module" src="/src/main.ts"></script>
</body>
</html>