File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import FAQs from "src/app/components/faqs/FAQs";
2
2
import Sponsors from "src/app/components/sponsors/Sponsors" ;
3
3
import Partners from "src/app/components/partners/Partners" ;
4
4
import Speakers from "src/app/components/speakers/speakers" ;
5
- import { Footer } from "src/app/components" ;
5
+ import { Footer , VenusButton } from "src/app/components" ;
6
6
7
7
import vh_title from "/assets/images/titles/venushacks.svg" ;
8
8
import about_title from "/assets/images/titles/vh-about.svg" ;
@@ -27,6 +27,10 @@ const Home = () => {
27
27
/>
28
28
< h4 id = "date" > { VH_DATE } </ h4 >
29
29
< p id = "tagline" > UC Irvine's largest women-centric hackathon</ p >
30
+ < VenusButton
31
+ url = "https://docs.google.com/forms/d/e/1FAIpQLSdObzMrHpTjjcc5DhdXmuX8v485aDhsCqBRxCV3R66316htcg/viewform?usp=sharing"
32
+ text = "Mid-Way Check In"
33
+ />
30
34
</ div >
31
35
< div id = "astronaut-animation" >
32
36
{ /* These assets are a background of a div instead of imgs to prevent
Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ body {
69
69
width : 45% ;
70
70
justify-content : space-between ;
71
71
max-width : 600px ;
72
- transform : translateY (-550 px );
72
+ transform : translateY (-600 px );
73
73
74
74
@media screen and (max-width : $break-medium ) {
75
75
width : 100% ;
76
76
max-width : 325px ;
77
- transform : translateY (-400 px );
77
+ transform : translateY (-475 px );
78
78
}
79
79
80
80
@media screen and (max-width : $break-small ) {
81
81
width : 100% ;
82
82
max-width : 325px ;
83
- transform : translateY (-250 px );
83
+ transform : translateY (-325 px );
84
84
}
85
85
86
86
@keyframes floatBoba {
@@ -257,6 +257,7 @@ body {
257
257
border-radius : 50px ;
258
258
border : none ;
259
259
text-decoration : none ;
260
+ transform : translateY (-190px );
260
261
261
262
@media screen and (max-width : $break-medium ) {
262
263
font-size : 16px ;
@@ -265,12 +266,17 @@ body {
265
266
@media screen and (max-width : $break-small ) {
266
267
margin-right : 2px ;
267
268
margin-left : 2px ;
269
+ transform : translateY (-20px );
268
270
}
269
271
}
270
272
271
273
.venus-btn :hover {
272
274
transition : all 0.2s ease ;
273
- transform : scale (1.08 );
275
+ transform : translateY (-190px ) scale (1.08 );
276
+
277
+ @media screen and (max-width : $break-small ) {
278
+ transform : translateY (-20px ) scale (1.08 );
279
+ }
274
280
}
275
281
} // END #hero-right
276
282
} // END HERO
You can’t perform that action at this time.
0 commit comments