Skip to content

Commit ad1db54

Browse files
committed
Remove community section from popup for mobile fix
1 parent 5e6d740 commit ad1db54

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

components/EmailPopup.jsx

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -182,24 +182,14 @@ export default function EmailPopup() {
182182
</p>
183183
</div>
184184

185-
{/* Two column value props */}
186-
<div className="popup-columns">
187-
<div className="popup-column">
188-
<h4>Coming Soon</h4>
189-
<ul>
190-
<li><span className="bullet">&#8226;</span> <strong>Jan 15:</strong> Vibe Coding 101</li>
191-
<li><span className="bullet">&#8226;</span> Connect AI to Everything</li>
192-
<li><span className="bullet">&#8226;</span> Advanced Skill Use</li>
193-
</ul>
194-
</div>
195-
<div className="popup-column">
196-
<h4>THE Claude Code Community</h4>
197-
<ul>
198-
<li><span className="bullet">&#8226;</span> Definitive resources</li>
199-
<li><span className="bullet">&#8226;</span> Creative use cases</li>
200-
<li><span className="bullet">&#8226;</span> Proven prompts</li>
201-
</ul>
202-
</div>
185+
{/* Value props */}
186+
<div className="popup-column" style={{ textAlign: 'center', marginBottom: '24px' }}>
187+
<h4>Coming Soon</h4>
188+
<ul style={{ display: 'inline-block', textAlign: 'left' }}>
189+
<li><span className="bullet">&#8226;</span> <strong>Jan 15:</strong> Vibe Coding 101</li>
190+
<li><span className="bullet">&#8226;</span> Connect AI to Everything</li>
191+
<li><span className="bullet">&#8226;</span> Advanced Skill Use</li>
192+
</ul>
203193
</div>
204194

205195
{/* Form */}

course-materials/lesson-modules/1.1-introduction/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ STOP: Ask me to open the reference page for this lesson, then come back here aft
5656

5757
USER: Asks to open reference page
5858

59-
ACTION: Open https://ccforeveryone.com/reference/1-1 in the browser using `open` command
59+
ACTION: Open https://ccforeveryone.com/fundamentals/course-intro in the browser using `open` command
6060

6161
Pretty sweet, right? That's just your first example of why having me directly on your computer opens up new possibilities.
6262

@@ -134,7 +134,7 @@ USER: Let's go
134134

135135
- **No fourth-wall breaking**: Never mention "the script" or that you're following instructions. Start teaching immediately.
136136
- **Response to coffee question**: Be playful. If they say no, joke about it but move on. If they say yes, be enthusiastic.
137-
- **Opening websites**: Use `open [URL]` command on Mac. The reference URL pattern is `https://ccforeveryone.com/reference/1-1` (adjust lesson number as needed).
137+
- **Opening websites**: Use `open [URL]` command on Mac. The reference URL for this lesson is `https://ccforeveryone.com/fundamentals/course-intro`.
138138
- **Pacing**: This is an orientation lesson - keep energy high but don't rush. Let students absorb.
139139
- **If asked about prerequisites**: Reassure them - no coding, no terminal experience needed. Just curiosity.
140140

0 commit comments

Comments
 (0)