Skip to content
Merged
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
12 changes: 5 additions & 7 deletions apps/hype/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0,viewport-fit=cover"
/>
<meta property="og:title" content="R|P Coming Soon!" />
<meta property="og:title" content="R|P Sept 16th - 19th 2026" />
<meta
property="og:url"
content="https://hype.reflectionsprojections.org/"
Expand All @@ -17,14 +17,12 @@

<title>Reflections | Projections</title>
<link rel="icon" type="image/svg+xml" href="/rp_logo.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/rp_logo_png192.png"
href="https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap"
Comment thread
akulsharma1 marked this conversation as resolved.
rel="stylesheet"
/>
Comment thread
akulsharma1 marked this conversation as resolved.
<link rel="icon" type="image/png" sizes="32x32" href="/rp_logo_png32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/rp_logo_png180.png" />
</head>

<body>
Expand Down
16 changes: 2 additions & 14 deletions apps/hype/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,11 @@ body,
}

.subtitle {
font-family: "Advent Pro", sans-serif;
font-size: clamp(0.7rem, 1.5vw, 1rem);
font-weight: 400;
letter-spacing: 0.35em;
padding-left: 0.35em;

text-transform: uppercase;
color: var(--pink);
margin-top: 1.5em;
opacity: 0;
Expand Down Expand Up @@ -511,21 +510,10 @@ body,

.cta-button {
position: relative;
font-family:
"Ethnocentric Rg",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
font-family: "Advent Pro", sans-serif;
font-size: clamp(0.6rem, 1vw, 0.8rem);
font-weight: 400;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
color: var(--pink);
border: 1px solid var(--pink);
Expand Down
2 changes: 1 addition & 1 deletion apps/hype/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function App() {
<span>projections</span>
</h1>
<h2 className="subtitle" ref={subtitleRef}>
coming soon 2026
Sept 16th - 19th 2026
</h2>
<div className="button-group" ref={buttonGroupRef}>
<a
Expand Down
Loading