Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
MFRaja committed Apr 28, 2023
1 parent fe81275 commit e93cc0e
Showing 1 changed file with 40 additions and 12 deletions.
52 changes: 40 additions & 12 deletions views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,52 @@
</header>

<body>
<h2>Contact here</h2>
<h2>About</h2>

<p>
This is a test paragraph
SyncLearn is a student project designed to make students' lives easier when it comes to group study. Students may be aware that group projects are hassle prone to constant app switching but not with SyncLearn. All the tools you need to host a virtual study group, all in one place.
</p>
<br>

<p>
This is another <br> test paragraph
</p>
<h3>Features</h3>

<a href="https://www.youtube.com/watch?v=vM-Bja2Gy04">Link </a>
</body>
<br>

<h3>Video Player</h3>
<p>Synchronised video playback across the whole group. Simply, each member must upload and load the same video then hit play.</p>
<br>

<h3>Whiteboard</h3>
<p>Collaboration on the whiteboard is easy. Draw on the whiteboard for everyone to see in real-time.</p>
<br>

<h3>Shared Web Page</h3>
<p>Enter the webpage link and hit Search. All users in the room will have access to the loaded webpage.</p>
<br>

<footer>
<a href="/terms-and-conditions">Terms & Conditions</a>
<a href="/privacy-policy">Privacy Policy</a>
<a href="/about">About</a>
<h3>Shared PDF</h3>
<p>To upload your PDF, choose your file and upload. This will also be uploaded to other members in the group.</p>
<br>

</footer>
<h3>Video and Voice Communication</h3>
<p>Join a group call. With other features to explore such as screen share. Set up a meeting with your group to talk face-to-face from any location and at any time.</p>
<br>

<h3>Chat</h3>
<p>Use the Chat Box to send messages to your teammates.</p>
<br>

<h3>ChatGPT</h3>
<p>This AI will answer any question you have. This tool may only be used in terms with your institution's integrity guidelines.</p>
<br>

<h3>Timer</h3>
<p>Set a timer.</p>
<br>

<h3>To-Do List</h3>
<p>Set tasks and reminders for the group to see.</p>

</body>

</html>

0 comments on commit e93cc0e

Please sign in to comment.