Spaces:
Running
Running
| $(document).ready(function() { | |
| $('#getStartedBtn').click(function() { | |
| alert('Welcome to GitHub Optimizer! Let\'s get started optimizing your repositories.'); | |
| }); | |
| $('#contactForm').submit(function(e) { | |
| e.preventDefault(); | |
| alert('Thank you for your message! We will get back to you shortly.'); | |
| }); | |
| }); |