-
Notifications
You must be signed in to change notification settings - Fork 0
/
health_teachers.html
91 lines (77 loc) · 3.71 KB
/
health_teachers.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<script>
function goBack() {
window.history.back()
}
</script>
</head>
<title>Health Teachers</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
.top-left {
position: absolute;
top: 8px;
left: 16px;
}
</style>
<header class="w3-display-container w3-content w3-wide w3-padding-small" style="max-width:1500px;" id="home">
<img class="w3-image" src="Maps/healthmap.jpeg" alt="Health Rooms" style="width:100%;height:600px; border:2px solid black;">
<div class="w3-margin-top w3-xlarge w3-text-white">
<span class="w3-padding w3-green w3-opacity-min top-left"><b>Health Classrooms </b> </span>
</div>
</header>
<div class="w3-container w3-padding-16">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-small" id="teachers"><b> Health and Wellness Teachers </b> and Their Classrooms</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">A. Friendly: Service Learning</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user4010877_2347587.jpg?resize=200,200" alt="Friendly" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">K. Kukulski: Room 3013</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user_4010917.jpg?crop=0,0,100%,85%&resize=200,200" alt="Kukulski" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">S. LeBlanc: Room 3013</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user_4010895.jpg?crop=0,0,100%,85%&resize=200,200" alt="LeBlanc" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">M. Mumm: Office</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user_4010904.jpg?crop=0,0,100%,85%&resize=200,200" alt="Mumm" style="width:100%">
</div>
</div>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">S. Oestreich: Athletic Trainer</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user_4010907.jpg?crop=0,0,100%,85%&resize=200,200" alt="SteveO" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">L. Ruggiero: College Counseling</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user_4501683.jpg?crop=0,0,100%,85%&resize=200,200" alt="Ruggiero" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">M. Seng: Office</div>
<img src="https://greenhillsschool.myschoolapp.com/ftpimages/979/user/large_user4010955_2347665.jpg?resize=200,200" alt="Seng" style="width:100%">
</div>
</div>
</div>
<p><button onclick="goBack()"class="w3-button w3-light-grey w3-block">Go Back to Homepage</button></p>
</html>