-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
39 lines (38 loc) · 1.7 KB
/
contact.html
File metadata and controls
39 lines (38 loc) · 1.7 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
39
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!--Remember to use absolute urls for CSS and not relative for security issues-->
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/slides.css">
<script src="js/tech.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Slick is a js plugin for containers, used for the slideshow -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css"/>
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
<script>
loadInternalHeader('.');
loadFooter('.');
</script>
<style>
h2, h3 {
font-weight: normal;
}
</style>
<title>STEM Outreach at Mines</title>
</head>
<body>
<div class="wrapper">
<div id="header"></div>
<div class="center content">
<h2>Need More Information?<br>Email <a href="mailto:stem-tech@mines.edu">stem-tech@mines.edu</a>.</h2>
<h3>If you would like to be kept informed about STEM activities for girls,<br> please complete the short form <a href="https://goo.gl/forms/sFS6aBwcDtK8CYlc2" target="_blank">here</a>.</h3>
<h3>Would you like to be kept informed about summer camps for boys and girls?<br>
Please complete the short form <a href="https://goo.gl/forms/eLL0bRx490PPCBgw2" target="_blank">here</a>.</h3>
<img src="images/leaders.png" style="margin-top: 20px; max-width: 50%;" alt="Picture of three proud DECtech instructors">
</div>
<div id="footer"></div>
</div><!-- End of .wrapper class -->
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
</body>
</html>