-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmhh.html
More file actions
45 lines (45 loc) · 1.75 KB
/
mhh.html
File metadata and controls
45 lines (45 loc) · 1.75 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
---
layout: mhh_default
permalink: /mhh.html
title mentalhealthhackathon: Home
---
<section class="main">
<div class="main-left">
<center>
<h1>Mental Health Hackathon</h1>
<h3>October 26-27th, 2019 <span class="dot"></span> Institute Hall</h3>
<h3>Rochester Institute of Technology</h3>
<a href="https://forms.gle/N4Y1JqwKyrwaMeh48"><div class="register-btn">REGISTER</div></a>
</center>
</div>
<div class="main-right">
<img src="assets/images/mhh/top_watercolor.png" class="paint-splash">
</div>
</section>
<section class="about">
<center>
<h3>About</h3>
<p>The codeRIT Mental Health hackathon is organized and presented in partnership with the RIT Counseling and Psychological Services office. This hackathon is aimed at informing the RIT community on the importance of mental health within technology. Through
technology participants are encouraged to analyze and present many mental related health issues. Attendees will develop projects from scratch in an effort to aid mental health efforts within the RIT community. After the event we hope attendees will have a
better understanding of critical mental health issues that are happening throughout the world.</p>
</center>
</section>
<section class="footer">
<div class="footer-left">
<img src="assets/images/mhh/bottom_watercolor.png" class="paint-splash">
</div>
<div class="footer-right">
<div class="footer-info-left">
<img src="assets/images/rit.svg" class="rit-logo">
<p>1 Lomb Memorial Drive</p>
<p>Rochester, NY 14623</p>
<p>Organized by: <img src="assets/images/coderit/coderit_logo.png" class="coderit-logo"></p>
<p>Find us on <a href="https://github.com/codeRIT">Github</a>
</div>
<div class="footer-info-right">
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
<p>Privacy Policy</p>
</div>
</div>
</section>