-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmentoring.html
158 lines (155 loc) · 7.31 KB
/
mentoring.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Mentoring Information | BHS Programming Club
</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/mentoring.css">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@423&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Krona+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="heading">
<div class="rectangle"><p class = "shape-text">BHS Programming Club</p></div>
<div id="topnav">
<a href="https://bellevuehighprogrammingclub.github.io/">Home</a>
<a class="active" href="mentoring.html">Mentoring</a>
<div class="dropdown">
<p class="members-button">Members
</p>
<div id="dropdown-content">
<p>Abigail Stucki</p>
<p>Adrien Delepine</p>
<p>Andrew Lee</p>
<p>Anna Viertler</p>
<p>Brandon Gesli</p>
<p>Cameron Shokri</p>
<p>Catherine Lacis</p>
<p>Chendi Luo</p>
<p>Connor Duncan</p>
<p>Eric Yen</p>
<p>Ethan Fong</p>
<p>Evan Suen</p>
<p>Guy Gese</p>
<p>Ian Clark</p>
<p>Ian Mcknight</p>
<p>Ivan Chesnokov</p>
<p>Jack Zhang</p>
<p>Jacqueline Palevich</p>
<p>Jake Lee</p>
<p>James Jardine</p>
<p>Jia Xuan Cheng</p>
<p>Katherine Palevich</p>
<p>Kevin Xiao</p>
<p>Kosha Upadhyay</p>
<p>Kristen Gustafson</p>
<p>Michelle Li</p>
<p>Natalia Furmanczyk</p>
<p>Olivia Chang</p>
<p>Qiyuan Peng</p>
<p>Santiago Garcia</p>
<p>Sarah Chen</p>
<p>Sean Quigley</p>
<p>Shreyash Sinha</p>
<p>Sophia Barber</p>
<p>Subhash Saravanan</p>
<p>Tierney Clark</p>
<p>William Gvozdjak</p>
</div>
</div>
<div class="dropdown">
<p class="events-button">Events
</p>
<div id="dropdown-content-events">
<a href="internships.html">Internships & Scholarships</a>
<a href="competitions.html">Competitions</a>
<a href="industryPresentations.html">Industry Presentations</a>
</div>
</div>
<a href="contact.html">Contact Us</a>
</div>
</div>
<div id="content">
<h1> Mentoring Information </h1>
<div class="content-wrapper">
<div class="left-page">
<div class="page-content">
<h2>Additional Outside Mentoring:</h2>
<a class="active" href="https://bellevuehighprogrammingclub.github.io/additionalMentoring">Additional Mentoring</a>
</div>
</div>
<div class="page">
<div class="page-content">
<div class="row">
<div class="column">
<h2>I'm a Parent Looking for a Mentor for my Child</h2>
<div class= "contactDescription">
<a>Please send an email to </a><a href="mailto:[email protected]">Mr. George</a> <a> requesting a mentor assignment
for your child, including specifics on what they need help with if you'd like.</a>
</div>
<p>Example: Hey Mr. George, my son Connor needs help in AP Computer Science and would like a mentor. They could use help on their
projects. Thank you so much!</p>
</div>
<div class="column">
<h2>I'm a Student Looking for a Mentor for Myself</h2>
<p>Please tell your parents you need help, and have them follow the instructions above.</p>
</div>
<div class="column">
<h2>I'm an APCS Student Looking for Occasional Help</h2>
<p>We have pop in sessions of mentoring on some Thursdays between 3:30 and 4:30PM. </p>
<div class= "contactDescription">
<a>Please email </a><a href="mailto:[email protected]">Sarah Chen</a> <a>to confirm if there is a session
for that week.</a>
</div>
</div>
<div class="column">
<h2> Interested in becoming an APCS or STCS Mentor? </h2>
<ul>
<li class="information">
<p> Contact Email: </p>
<a href="mailto:[email protected]">
</a></li>
<li class="information">
<p> Meeting Schedule: </p>
<a>
Thursdays 3:00PM-4:00PM (Not weekly, please check the calender on the home page to see if we have a meeting.)
</a></li>
<li class="information">
<p> Our Mentors: </p>
<ul>
<li> Madeline Brumley </li>
<li> Sarah Chen </li>
<li> Connor Duncan </li>
<li> Natalia Furmanczyk </li>
<li> Kristen Gustafson </li>
<li> Grace Madison </li>
<li> Jacqueline Palevich </li>
<li> Katherine Palevich </li>
<li> Jack Zhang</li>
<li> Serene Zhang </li>
<li> Ben Zhou </li>
</ul>
</li>
<ul>
</div>
</div>
</div>
</div>
<div class="right-page">
<div class="page-content">
<h2>Contacts:</h2>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
<script src="javascriptFiles/app.js">
</script>
</body>
</html>