-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
21 lines (21 loc) · 1019 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# doesn't use a layout
layout:
---
<!doctype html>
<html lang="en-us">
{% assign pageTitle = "YACS Blog Archive" %}
{% include head.html %}
<body>
{% include page-header.html %}
<section class="main-content">
<h2> About Us</h2>
<p>YACS is an open-source course scheduler developed at the <a href="https://rcos.io" target="_blank">Rensselear Center for Open Source</a> at Rensselaer Polytechnic Institute.</p>
<p>Our site is located at <a href="https://yacs.cs.rpi.edu" target="_blank">https://yacs.cs.rpi.edu</a>,
and it has <a href="https://yacs.cs.rpi.edu/#/about" target="_blank">its own About page</a> with some more
information about our history, goals, and developers past and present.</p>
<p>To get in contact with us, you can email us at <a href="mailto:[email protected]">[email protected]</a>
or submit an issue or bug report <a href="https://github.com/yacs-rcos/yacs/issues/new" target="_blank">on GitHub</a>.</p>
</section>
</body>
</html>