-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 3.24 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
<!DOCTYPE html>
<html>
<head>
<title>Tutorium Project Information Page</title>
</head>
<body>
<style type="text/css">
body{
max-width:60%;
margin:40px auto;
line-height:1.6;
font-size:18px;
color:#444;
padding:0 10px;
background-color: rgb(245, 233, 218);
}
h1,h2,h3{line-height:1.2}
</style>
<h1 align="center">Tutorium</h1>
<p align="center">Where Tutors Gather</p>
<h3>Project Description</h3>
<p>This project aims to connect people who achieved good results from an exam and people who want supervision for those exams. To do this, we will make a web application to connect these people by arranging video conferences that include educational tools such as interactive whiteboards. Instructors can also use these educational tools to help students after meetings, like sharing whiteboard information or making quizzes. Our engineering problems in this project will be the scalability of the application and the integration of the educational tools with each other.</p>
<h3>URLs</h3>
<p> <a href="https://backend.tutoryum.com/docs">Backend Link</a></p>
<p> <a href="https://tutoryum.com">Frontend Link</a></p>
<p> <a href="https://meet.tutoryum.com/QwGOGhhDbi1bj95/LTZuglGqmUwcxMw/18">Meeting Link for Peer 1</a></p>
<p> <a href="https://meet.tutoryum.com/LTZuglGqmUwcxMw/QwGOGhhDbi1bj95/18">Meeting Link for Peer 2</a></p>
<p> <b>To try out the meeting component</b>, please follow these instructions:</p>
<ol>
<li>Open two connections using the links provided above.</li>
<li>For the best experience, we recommend trying it out with two people. However, if you are alone, you can proceed as follows:</li>
<ul>
<li>Open one of the links in your regular browser.</li>
<li>Open the other link in a private browsing tab.</li>
</ul>
</ol>
<h3>GitHub Repos</h3>
<p> <a href="https://github.com/TheTutorium/backend">Backend Repo</a></p>
<p> <a href="https://github.com/TheTutorium/frontend">Frontend Repo</a></p>
<p> <a href="https://github.com/TheTutorium/meeting">Meeting Repo</a></p>
<p> <a href="https://github.com/TheTutorium/Tutorium"><del>Legacy Monorepo</del></a></p>
<h3>Deliverables</h3>
<p> <a href="https://github.com/TheTutorium/TheTutorium.github.io/tree/main/documents">Documents</a></p>
<p> <a href="https://github.com/TheTutorium/TheTutorium.github.io/tree/main/presentations">Presentations</a></p>
<h3>Contributors</h3>
<ul>
<li>Barış Ogün Yörük - <a href="/T2304_21802056_cs491_logbook.html">Logbook</a></li>
<li>Halil Özgür Demir - <a href="/T2304_21801761_cs491_logbook.html">Logbook</a></li>
<li>Mustafa Çağrı Durgut - <a href="/T2304_21801983_cs491_logbook.html">Logbook</a></li>
<li>Oğuzhan Özçelik - <a href="/T2304_21802194_cs491_logbook.html">Logbook</a></li>
<li>Yusuf Miraç Uyar - <a href="/T2304_21802626_cs491_logbook.html">Logbook</a></li>
</ul>
</body>
</html>