refactor: removed countdown and changed wording
This commit is contained in:
		
							parent
							
								
									1a66ebdfc4
								
							
						
					
					
						commit
						d549590c1f
					
				
					 1 changed files with 2 additions and 22 deletions
				
			
		|  | @ -27,32 +27,13 @@ | ||||||
|                 <p class="subtitle">The ultimate smart training platform for cyclists who demand excellence in every ride.</p> |                 <p class="subtitle">The ultimate smart training platform for cyclists who demand excellence in every ride.</p> | ||||||
|                  |                  | ||||||
|                 <div class="cta-section"> |                 <div class="cta-section"> | ||||||
|                     <h3>Get Early Access</h3> |                     <h3>Coming soon!</h3> | ||||||
|                     <p>Join thousands of cyclists waiting for launch</p> |                     <p>Join us while waiting for launch</p> | ||||||
|                      |                      | ||||||
|                     <div class="email-form"> |                     <div class="email-form"> | ||||||
|                         <input type="email" class="email-input" id="email-input" placeholder="Enter your email address" required> |                         <input type="email" class="email-input" id="email-input" placeholder="Enter your email address" required> | ||||||
|                         <button class="notify-btn" id="notify-button">Notify Me</button> |                         <button class="notify-btn" id="notify-button">Notify Me</button> | ||||||
|                     </div> |                     </div> | ||||||
| 
 |  | ||||||
|                     <div class="countdown" id="countdown"> |  | ||||||
|                         <div class="countdown-item"> |  | ||||||
|                             <span class="countdown-number" id="days">00</span> |  | ||||||
|                             <span class="countdown-label">Days</span> |  | ||||||
|                         </div> |  | ||||||
|                         <div class="countdown-item"> |  | ||||||
|                             <span class="countdown-number" id="hours">00</span> |  | ||||||
|                             <span class="countdown-label">Hours</span> |  | ||||||
|                         </div> |  | ||||||
|                         <div class="countdown-item"> |  | ||||||
|                             <span class="countdown-number" id="minutes">00</span> |  | ||||||
|                             <span class="countdown-label">Minutes</span> |  | ||||||
|                         </div> |  | ||||||
|                         <div class="countdown-item"> |  | ||||||
|                             <span class="countdown-number" id="seconds">00</span> |  | ||||||
|                             <span class="countdown-label">Seconds</span> |  | ||||||
|                         </div> |  | ||||||
|                     </div> |  | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
| 
 | 
 | ||||||
|  | @ -175,6 +156,5 @@ | ||||||
|         <p>© 2025 RideAware. All rights reserved.</p> |         <p>© 2025 RideAware. All rights reserved.</p> | ||||||
|     </footer> |     </footer> | ||||||
|     <script src="{{ url_for('static', filename='js/main.js') }}"></script> |     <script src="{{ url_for('static', filename='js/main.js') }}"></script> | ||||||
|     <script src="{{ url_for('static', filename='js/countdown.js') }}"></script> |  | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cipher Vance
						Cipher Vance