-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActivities.html
More file actions
63 lines (54 loc) · 3.98 KB
/
Activities.html
File metadata and controls
63 lines (54 loc) · 3.98 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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Activities</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<!--/* navbar /*-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://www.ithaca.edu">
<img src=Images/ICLogo.png width="60" height="60" alt="">
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Activities.html">Activities</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Academics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
<H1><a href = "https://www.ithaca.edu/sacl/recsports/icintramurals/"> Intramural Sports </a></H1>
<div class="intramuralSports">
<img src="Images/Intramural-Flag-Football-3.31_Abbey-London-1024x577.jpg" style="width: 50%;height: 90%; margin-top: 20px; cursor: pointer; float: right; margin-bottom: 20px; margin-right: 20px" >
<p style="float: left; width: 40%; height: 30%; margin-top: 20px;margin-left: 20px">Each year approximately 20% of Ithaca College students participate in our Intramural Sports programming. Our primary offerings include 5-7 week leagues in a variety of sports including soccer, volleyball, flag football, and basketball, in addition to single-day events such as tennis tournaments and battleship. All people are welcome to join – there are no tryouts, just an online sign-up through https://recreation.ithaca.edu/DivisionRegistration. With both Pro and Semi-pro leagues, Intramural Sports are designed to appeal to all skill levels, whether you are trying something new or looking for a more competitive experience. Intramural Sports change twice per semester, and a complete list of offerings by block is available under the Intramural Sports main page.</p>
</div>
<div class="gamingtourney">
<h1> Gaming Tournaments</h1>
<img src="Images/gamingTourney.jpeg" class="img" style="width: 30%; height: 60%; margin-top: 20px; cursor: pointer; margin-left: 20px; float: left" >
<p style="float: right; width: 60%; margin-top: 20px;margin-left: 20px"> IC Intramurals is hosting a Esports Tournament for the Ithaca College Community. We will be playing League of Legends in one room as well as Smash Bros and Rocket League in the other room. Pizza and Chicken tenders will be provided for you all to enjoy.
Individuals with disabilities requiring accommodations should contact Lauren Hoffman at lhoffman1@ithaca.edu. We ask that requests for accommodations be made as soon as possible.</p>
</div>
<div class="jumpstart">
<h1>Jumpstart Program</h1>
<img src="Images/Jumpstart_Garden-e1536498911988.jpg" class="img" style="width: 30%; margin-top: 20px; cursor: pointer; margin-left: 20px; float: right" >
<p style="float: left; width: 60%; margin-top: 20px;margin-left: 20px"> Connect with your new neighbors in the Ithaca community as you work with a team of other incoming first-year students on local service projects.</p>
</div>
</body>
</html>