-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvolved.html
More file actions
38 lines (29 loc) · 1.03 KB
/
Copy pathinvolved.html
File metadata and controls
38 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<link href="pages.css" rel="stylesheet" type="text/css" />
<script src="function2.js"></script>
<link rel="icon" type="image/x-icon" href="tfcCursor.png">
<title>Get Involved</title>
</head>
<body>
<!-- main content -->
<main>
<!-- logo -->
<div class="logo">
<img src="tfcLogoblue.png" alt="The Future of Code Logo" width="200" height="200">
</div>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 5</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeDtKIvC4PlcXUZVmS6lP6pdEb_zoNJ_U4vTUK5XXNuCTiv8g/viewform?embedded=true" width="640" height="1850" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</main>
<!-- footer -->
<footer class="copyright">
© 2024 |
<a href="#home">The Future of Code ⌂ | Southlake, TX | Carroll High School</a>
</footer>
</body>
</html>