Skip to content

Commit de154ce

Browse files
committed
finished mhh site
1 parent b47e6e3 commit de154ce

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

assets/css/mhh.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ section{
4848
}
4949
.about{
5050
padding-top: 30px;
51-
padding-bottom: 300px;
51+
padding-bottom: 30px;
5252
}
5353
.about p{
5454
padding-left: 650px;
@@ -63,6 +63,8 @@ section{
6363
width: 50%;
6464
float: right;
6565
display: flex;
66+
padding-top: 300px;
67+
padding-left: 30px;
6668
}
6769
.footer-info-left{
6870
width: 50%;
@@ -83,3 +85,7 @@ section{
8385
padding-left: 30px;
8486
margin-bottom: -15px;
8587
}
88+
.paint-splash{
89+
height: 100%;
90+
width: 100%;
91+
}
1010 KB
Loading

assets/images/mhh/top_watercolor.png

1010 KB
Loading

mhh.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<h1>Mental Health Hackathon</h1>
1010
<h3>October 26-27th, 2019 <span class="dot"></span> Institute Hall</h3>
1111
<h3>Rochester Institute of Technology</h3>
12-
<a href=""><div class="register-btn">REGISTER</div></a>
12+
<a href="https://forms.gle/N4Y1JqwKyrwaMeh48"><div class="register-btn">REGISTER</div></a>
1313
</center>
1414
</div>
1515
<div class="main-right">
16-
<img class="paint-splash">
16+
<img src="assets/images/mhh/top_watercolor.png" class="paint-splash">
1717
</div>
1818
</section>
1919
<section class="about">
@@ -26,6 +26,7 @@ <h3>About</h3>
2626
</section>
2727
<section class="footer">
2828
<div class="footer-left">
29+
<img src="assets/images/mhh/bottom_watercolor.png" class="paint-splash">
2930
</div>
3031
<div class="footer-right">
3132
<div class="footer-info-left">

0 commit comments

Comments
 (0)