-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
89 lines (84 loc) · 4.69 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Upsilon Pi Epsilon</title>
<meta name="description" content="Upsilon Pi Epsilon, The Johns Hopkins University Chapter">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' type='text/css' >
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Header
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="blue">
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 5%;">
<img src="images/jhu.png"/>
</div>
</div>
<div class="row" style="margin-top: 4%">
<div class="eight columns offset-by-two">
<p>Upsilon Pi Epsilon (UPE): International Honor Society for the Computing and Information Disciplines is the first honor society dedicated to the discipline of computer information systems and computer science.</p>
</div>
</div>
<div class="row">
<div class="four centered columns"><a class="button button-primary" href="members.html">Members</a></div>
<div class="four centered columns"><a class="button button-primary" href="requirements.html">Requirements</a></div>
<div class="four centered columns"><a class="button button-primary" href="faculty.html">Faculty</a></div>
</div>
</div>
</div>
<!-- About us
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="white">
<div class="container">
<div class="row" style="margin-top: 5%">
<div class="four columns">
<h2>Tutoring</h2>
<p>The Johns Hopkins University's chapter of UPE is committed to building a community of excellence. Our scholars provide personalized tutoring to members of our community, free of charge.</p>
<p>Please <a href="mailto:upe@acm.jhu.edu?subject=Tutoring Request">contact us</a> if you would like to make a reservation.</p>
</div>
<div class="four columns">
<h2>Apply</h2>
<p>If you are an upperclassmen or graduate student in computer science, please <a href="mailto:joanne@cs.jhu.edu?subject=Applying to UPE">contact us</a> to apply to our chapter. Your application will be judged on academic performance and community service.</p>
<p>Members of our chapter are expected to maintain excellence in their coursework and help members of their community realize their academic and professional potential.</p>
</div>
<div class="four columns">
<h2>Benefits</h2>
<p>Members of Upsilon Pi Epsilon receive many benefits, ranging from exclusive scholarship opportunities to networking events and dinners.</p>
<p>Furthermore, members of Upsilon Pi Epsilon are encouraged to join The Johns Hopkins University's chapter of the ACM.
</div>
</div>
<div class="row" style="margin-bottom: 3%">
<div class="four centered columns offset-by-four"><a href="https://github.com/upejhu/upe"><img src="images/github_dark.png"/></a></div>
</div>
</div>
</div>
<!-- Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="white">
<div class="wide container">
<div class="row">
<div class="twelve columns">
<img src="images/2016.jpg"/>
</div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>