-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscheduling.html
More file actions
118 lines (116 loc) · 6.56 KB
/
scheduling.html
File metadata and controls
118 lines (116 loc) · 6.56 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav id="navbar"class="navbar navbar-expand-sm navbar-dark bg-dark shadow-sm" style= "">
<div class="container-fluid">
<div class="order-0">
<a class="navbar-brand mx-auto" data-method="get" href="/">Will Callan</a>
</div>
<div class="navbar-collapse collapse order-1 w-100 order-sm-0 dual-collapse2"style="">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./projects.html">Projects</a>
</li>
</ul>
</div>
<button class="navbar-toggler ml-auto" type="button" data-bs-toggle="collapse" data-bs-target=".dual-collapse2">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="container">
<div class="col mx-auto h-100" style="max-width: 600px;">
<h1 class="text-center">Sked.io</h1>
<h5 class="fw-light text-center">Schedule planning and sharing site for UMD Students</h5>
<div>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/kq-jdkNPrkQ?mute=1" mute>
</iframe>
</div>
</div>
<hr>
<h6 class="fw-light text-center"></h6>
<p class="text-center">
Sked.io let's registered users plan and share their schedule for the University of Maryland. Course data for the site was gathered by webscraping the <a href="https://app.testudo.umd.edu/soc/">UMD Schedule of Classes</a>.
</p>
<h5 class="fw-light text-center">Mobile screenshots</h5>
<div class="row justify-content-center">
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile2.jpg" class="px-auto featureimage" alt="" style="">
<h3 class="fw-light text-center">View weekly schedule</h3>
<p></p>
</div>
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile3.jpg" class="px-auto featureimage"alt="" style="">
<h3 class="fw-light text-center">View meeting info</h3>
</div>
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile4.jpg" class="featureimage"alt="" style="">
<h3 class="fw-light text-center">Edit courses</h3>
</div>
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile5.jpg" class="featureimage"alt="" style="">
<h3 class="fw-light text-center">Searching courses</h3>
</div>
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile7.jpg" class="featureimage"alt="" style="">
<h3 class="fw-light text-center">Send friend requests</h3>
</div>
<div class="feature d-flex flex-column align-items-center">
<img src="images/skedmobile8.jpg" class="featureimage"alt="" style="">
<h3 class="fw-light text-center">View friends's schedule</h3>
</div>
</div>
<div class="mt-5 d-flex flex-column align-items-center">
<h2 class="text-center">Desktop Screenshots</h2>
<div class="screenshot-container">
<img src="images/sked0.PNG" style="max-width: 100%; width: 800px;"alt="">
<hr>
</div>
<div class="screenshot-container">
<img src="images/sked1.PNG" style="max-width: 100%; width: 800px;"alt="">
<h4 class="fw-light text-center">Edit Sidebar</h4>
<p class="screenshot-description text-center">Use quick-add form if you already have a section or course you need to add.</p>
<hr>
</div>
<div class="screenshot-container">
<img src="images/sked3.PNG" style="max-width: 100%; width: 800px;"alt="">
<h4 class="fw-light text-center">Predictive search</h4>
<p class="screenshot-description text-center">Search for a department by name or abbreviation, then search for a course by it's name or ID. Selectable suggestions appear as the user types</p>
<hr>
</div>
<div class="screenshot-container">
<img src="images/sked2.PNG" style="max-width: 100%; width: 800px;"alt="">
<h4 class="fw-light text-center">Section selection</h4>
<p class="screenshot-description text-center">After searching for or viewing a course, view available sections grouped by professor. Each section row containes information on meeting times and locations as well as a schedule snapshot. Click a section row to toggle.</p>
<hr>
</div>
<div class="screenshot-container">
<img src="images/sked5.PNG" style="max-width: 100%; width: 800px;"alt="">
<h4 class="fw-light text-center">Dynamic display</h4>
<p class="screenshot-description text-center">The weekly calendar algorithm can display overlapping times with ease without affecting the rest of the day</p>
<hr>
</div>
<div class="screenshot-container">
<img src="images/sked10.PNG" style="max-width: 100%; width: 800px;"alt="">
<h4 class="fw-light text-center">Friendships</h4>
<p class="screenshot-description text-center">View a friend's schedule, then overlap them with yours to compare availability</p>
<hr>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>