Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored Jul 28, 2024
1 parent 8effdec commit 0a81f48
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ <h4>Webinar: Harnessing Technology for Business Growth</h4>
<footer>
<p>&copy; 2024 Skunkworks. All rights reserved.</p>
<div class="social-media">
<a href="https://www.linkedin.com/company/skunkworksza/"><img src="linkedin-icon.png" alt="LinkedIn"></a>
<a href="https://twitter.com/skunkworks"><img src="twitter-icon.png" alt="Twitter"></a>
<a href="https://www.linkedin.com/company/skunkworksza/"><img src="https://raw.githubusercontent.com/skunkworksza/Media/c50bfbbb4339a8813e45de5688fb51a5322d5910/linkedin-icon.svg" alt="LinkedIn"></a>
<a href="https://twitter.com/@skunkworksza"><img src="https://raw.githubusercontent.com/skunkworksza/Media/69b670dabbb216a2b371f73701ebfdcd496984da/x-icon.svg" alt="Twitter"></a>
<a href="https://www.facebook.com/skunkworksza"><img src="https://raw.githubusercontent.com/skunkworksza/Media/ee484f8b85195bb774b143720661f7901aa8387e/facebook-icon.svg" alt="Facebook"></a>
<a href="https://www.youtube.com/@skunkworksza"><img src="https://raw.githubusercontent.com/skunkworksza/Media/bdbfef868d7e8ddd76cbfcbe65a2bccc6736f018/youtube-icon.svg" alt="YouTube"></a>
<a href="https://blog.skunkworks.africa/"><img src="https://raw.githubusercontent.com/skunkworksza/Media/69b670dabbb216a2b371f73701ebfdcd496984da/blogger-icon.svg" alt="Blog"></a>
</div>
<a class="libutton" href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7104248104035479553" target="_blank">Subscribe on LinkedIn</a>
</footer>
<div class="form-popup" id="registrationForm">
<form action="send-email.php" method="post" class="form-container">
<form action="https://formspree.io/f/YOUR_FORM_ID" method="post" class="form-container">
<h2>Register for the Webinar</h2>

<label for="name"><b>Name</b></label>
Expand All @@ -66,4 +70,4 @@ <h2>Register for the Webinar</h2>
}
</script>
</body>
</html>
</html>

0 comments on commit 0a81f48

Please sign in to comment.