forked from RPI-UPE/rpi-upe.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutoring.html
More file actions
52 lines (43 loc) · 1.95 KB
/
tutoring.html
File metadata and controls
52 lines (43 loc) · 1.95 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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RPI UPE</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Information about tutoring by UPE at RPI">
<meta name="author" content="Jerry Schneider">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h2 class="muted">Rensselaer's Chapter of UPE</h2>
<ul class="nav nav-pills">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="committees.html">Committees</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="portfolios.html">Portfolios</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="active"><a href="tutoring.html">Tutoring</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span12">
<h2>Tutoring</h2>
<p>Upsilon Pi Epsilon is committed to helping Rensselaer Polytechnic Institute students and the surrounding community succeed in the computing and information disciplines.
If you would like to get a private tutor please complete <a href="https://forms.gle/BUpTaWj4SX2UPBxx5">this google form</a> and we will get back to you
by around the next Wednesday. Private tutoring is at a rate of $35 per hour.
<!-- Contact us at <a href="mailto:upe-tutors@lists.rpi.edu">UPE-Tutors@lists.rpi.edu</a> for any other questions or concerns. -->
</p>
<p></p>
<!-- for spring 2018 -->
<p>Updates on mentoring will be placed here!</p>
</div>
</div>
</body>
</html>