-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (76 loc) · 5.58 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Homepage - MU UPE</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="author" content="Dennis Brylow & UPE Members" />
<meta name="copyright" content="Dennis Brylow & UPE Members 2021" />
<meta name="robots" content="all" />
<link rel="apple-touch-icon" sizes="57x57" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.cs.mu.edu/~brylow/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192"
href="https://www.cs.mu.edu/~brylow/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.cs.mu.edu/~brylow/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://www.cs.mu.edu/~brylow/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.cs.mu.edu/~brylow/favicon/favicon-16x16.png">
<link rel="manifest" href="https://www.cs.mu.edu/~brylow/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://www.cs.mu.edu/~brylow/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<div class="navbar">
<a class="navbar-brand" href="">Marquette Upsilon Pi Epsilon</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="members.html">Member Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tutoring.html">Tutoring</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="upe-constitution.pdf" target="_blank">Constitution</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="images/upe-logo.jpg" alt="">
<h1 class="display-5 fw-bold">Marquette Beta Chapter of Upsilon Pi Epsilon</h1>
<div class="col-lg-9 mx-auto">
<p class="lead mb-4">UPE was first organized at Texas A&M University, College Station, Texas, in 1967. The international organization now consists of chapters in various colleges and universities in North America and overseas.<br />
The mission of UPE is to recognize academic excellence at both the undergraduate and graduate levels in the Computing and Information Disciplines.<br />
UPE has received endorsements from the two largest professional computing organizations in the world, the <a href="https://www.acm.org/" target="_blank">Association for Computing Machinery (ACM)</a> and the <a href="https://www.computer.org/" target="_blank">IEEE Computer Society (IEEE-CS)</a>.<br />
The Marquette chapter of UPE was chartered in 2001, and inducts qualified students from the computer science and computer engineering majors.<br />
UPE is hosting open laboratory/tutoring for those who would like some additional help with their programming homework</p>
<p>
Sponsored by the departments of <a href="https://www.cs.mu.edu/" target="_blank">Computer Science</a> and <a href="https://www.eng.mu.edu/" target="_blank">Electrical and Computer Engineering</a>
</p>
<p>Email <a href="mailto:upsilon-officers@mscs.mu.edu">upsilon-officers@mscs.mu.edu</a> with any questions!</p>
<div>
<a href="https://www.marquette.edu/" target="_blank"><img src="images/mu_logo.gif" style="width: 125px; border: none" alt="Marquette Logo"></a>
<a href="https://www.cs.mu.edu/" target="_blank"><img src="https://www.cs.mu.edu/~brylow/images/MUCS.png" style="width: 100px; border: none" alt="CS Department Logo"></a>
<a href="https://www.acm.org/" target="_blank"><img src="images/acm.png" style="width: 100px; border: none" alt="ACM Logo"></a>
</div>
</div>
</div>
</body>
</html>