-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (106 loc) · 5.92 KB
/
about.html
File metadata and controls
113 lines (106 loc) · 5.92 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
---
title: About
layout: default
---
<p class="lead">MyHomeworkSpace helps you plan and organize your life. It provides an online planner along with tools to help make sure you never fall behind on your homework, tests, or quizzes.</p>
<h2>Team</h2>
<p>These people actively work on MyHomeworkSpace.</p>
<div class="row aboutNames">
<div class="col-md-4">
<h4>Alexander Studer</h4>
<p class="lead">Massachusetts Institute of Technology</p>
<ul class="fa-ul">
<li><i class="fa fa-li fa-envelope"> </i><a href="mailto:astuder@myhomework.space"> astuder@myhomework.space</a></li>
<li><i class="fa fa-li fa-github"> </i><a href="https://github.com/thatoddmailbox"> thatoddmailbox</a></li>
<li><i class="fa fa-li fa-link"> </i><a href="https://alex.studer.dev"> alex.studer.dev</a>
</ul>
</div>
<div class="col-md-4">
<h4>William Barkoff</h4>
<p class="lead">Cornell University</p>
<ul class="fa-ul">
<li><i class="fa fa-li fa-envelope"> </i><a href="mailto:wbarkoff@myhomework.space"> wbarkoff@myhomework.space</a></li>
<li><i class="fa fa-li fa-github"> </i><a href="https://github.com/willbarkoff"> willbarkoff</a></li>
<li><i class="fa fa-li fa-link"> </i><a href="https://willbarkoff.dev"> willbarkoff.dev</a>
</ul>
</div>
</div>
<h3>Inactive members</h3>
<p>These people don't actively work on MyHomeworkSpace anymore, but they are still involved with the MyHomeworkSpace team.</p>
<div class="row aboutNames">
<div class="col-md-4">
<h4>Joshua Fielding</h4>
<p class="lead">Washington University in Saint Louis</p>
<ul class="fa-ul">
<li><i class="fa fa-li fa-envelope"> </i><a href="mailto:jfielding@myhomework.space"> jfielding@myhomework.space</a></li>
<li><i class="fa fa-li fa-github"> </i><a href="https://github.com/medensqui"> medensqui</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Alex Mazansky</h4>
<p class="lead">Hunter College High School</p>
<ul class="fa-ul">
<li><i class="fa fa-li fa-envelope"> </i><a href="mailto:amazansky@myhomework.space"> amazansky@myhomework.space</a></li>
<li><i class="fa fa-li fa-github"> </i><a href="https://github.com/amazansky"> amazansky</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>William Weinstein</h4>
<p class="lead">University of Rochester</p>
<ul class="fa-ul">
<li><i class="fa fa-li fa-envelope"> </i><a href="mailto:wweinstein@myhomework.space"> wweinstein@myhomework.space</a></li>
<li><i class="fa fa-li fa-github"> </i><a href="https://github.com/willweinstein"> willweinstein</a></li>
</ul>
</div>
</div>
<h3>Retired members</h3>
<p>These people have stopped working on MyHomeworkSpace. They are listed here in order to thank them for the work they have put into MyHomeworkSpace, although they currently have no affiliation with the project.</p>
<ul>
<li>Emlyn Mileaf-Patel (<i class="fa fa-github"> </i><a href="https://github.com/em-p">em-p</a>)</li>
<li>Eeshan Tripathii (<i class="fa fa-github"> </i><a href="https://github.com/c20et">c20et</a>)</li>
</ul>
<h2>Open-source software</h2>
<p>MyHomeworkSpace is open-source software, meaning that all of our code is freely available for anyone to use. (don't worry, all of your user data is kept secure)</p>
<p>All MyHomeworkSpace software is licensed under the <a href="/license">MIT License</a> and is stored in our GitHub organization, <i class="fa fa-github"></i><a href="https://github.com/MyHomeworkSpace">MyHomeworkSpace</a>.</p>
<h2>GitHub contributors</h2>
<p>We'd also like to thank the following people for contributing to the MyHomeworkSpace repository on GitHub. Want your name here? <a href="https://github.com/MyHomeworkSpace/client">Contribute!</a></p>
<ul>
<li><a href="https://github.com/suufi">suufi</a></li>
<li><a href="https://github.com/todd-lm">todd-lm</a></li>
</ul>
<h2>Used images</h2>
<ul>
<li>Bell by Edward Boatman from the Noun Project</li>
<li>Address Book by Noe Araujo from the Noun Project</li>
<li>Book Icon from the <a href="http://www.iconarchive.com/show/colorful-long-shadow-icons-by-graphicloads/Book-icon.html">Icon Archive</a></li>
</ul>
<h2 id="acknowledgements">Acknowledgements</h2>
<p>MyHomeworkSpace is built with these open-source projects. Without them, what you see here would not have been possible.</p>
<ul>
<li><a href="https://golang.org/">Go</a></li>
<li><a href="https://echo.labstack.com/">Echo</a></li>
<li><a href="https://mysql.com/">MySQL</a></li>
<li><a href="https://godoc.org/github.com/go-sql-driver/mysql">Go-MySQL-Driver</a></li>
<li><a href="https://github.com/BurntSushi/toml">TOML parser and encoder for Go with reflection</a></li>
<li><a href="https://harpjs.com/">Harp</a></li>
<li><a href="https://jquery.com/">jQuery</a></li>
<li><a href="https://jqueryui.com/">jQuery UI</a></li>
<li><a href="https://getbootstrap.com/">Bootstrap</a></li>
<li><a href="https://fontawesome.com/">Font Awesome</a></li>
<li><a href="https://icons8.com/line-awesome">Line Awesome</a></li>
<li><a href="https://preactjs.com/">Preact</a></li>
<li><a href="https://www.npmjs.com/package/preact-router">preact-router</a></li>
<li><a href="http://stylus-lang.com/">Stylus</a></li>
<li><a href="https://github.com/shama/stylus-loader">stylus-loader</a></li>
<li><a href="https://buble.surge.sh">Bublé</a></li>
<li><a href="https://github.com/sairion/buble-loader">buble-loader</a></li>
<li><a href="https://webpack.js.org/">Webpack</a></li>
<li><a href="https://github.com/webpack-contrib/css-loader">Webpack CSS Loader</a></li>
<li><a href="https://github.com/webpack-contrib/style-loader">Webpack Style Loader</a></li>
<li><a href="https://github.com/webpack-contrib/extract-text-webpack-plugin">Webpack Extract Text Plugin</a></li>
<li><a href="https://www.latofonts.com/">Lato Fonts</a></li>
<li><a href="http://compromise.cool/">Compromise</a></li>
<li><a href="https://github.com/kentcdodds/cross-env">cross-env</a></li>
<li><a href="https://github.com/developit/linkstate">linkstate</a></li>
<li><a href="https://redis.io/">Redis</a></li>
</ul>