File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const FaqPage = () => {
34
34
} ,
35
35
{
36
36
title : "Q: How big can a team be?!" ,
37
- content : `Up to 4 people` ,
37
+ content : `Up to 4 people! ` ,
38
38
} ,
39
39
{
40
40
title : "Q: What are the rules? Can I work on my project ahead of time?" ,
@@ -46,11 +46,11 @@ const FaqPage = () => {
46
46
} ,
47
47
{
48
48
title : "Q: Who runs this event?" ,
49
- content : `You can learn more about us at acmatcmu.com. ` ,
49
+ content : `You can learn more about us at <a href="http:// acmatcmu.com" class="custom-link">acmatcmu.com</a>! ` ,
50
50
} ,
51
51
{
52
52
title : "Q: Any other questions, comments, or concerns?" ,
53
- content : `Email us at acm-exec[at] cs.cmu.edu.` ,
53
+ content : `Email us at acm-exec@ cs.cmu.edu.` ,
54
54
} ,
55
55
] ,
56
56
} ;
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ import hero from '../images/hero.png'
3
3
const Homepage = ( ) => {
4
4
return (
5
5
< div className = "home-page" >
6
-
6
+ < link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.20/fullpage.css"
7
+ integrity = "sha512-wCVOuVtxsXqrQK7tj9j4BvyfITQmpp7UE7mVilD7aieGLYFEIAa5UKTP1RapOf6dxQ9JIKAneakcyykWG4r4Ow=="
8
+ crossorigin = "anonymous" referrerpolicy = "no-referrer" />
9
+
7
10
< div className = "home-page-content" >
8
11
< div class = "section" id = "home" >
9
12
< div id = "star-container" >
@@ -13,6 +16,8 @@ const Homepage = () => {
13
16
</ div >
14
17
</ div >
15
18
< img class = "home-page-logo-pic" src = { hero } alt = "hero" width = "30%" />
19
+
20
+
16
21
< div className = "home-page-sign-up-links" >
17
22
< a href = "https://cmu.ca1.qualtrics.com/jfe/form/SV_2nrluKEiu0VOgLA?" >
18
23
< div className = "sign-up-button" id = "participant-button" >
@@ -29,5 +34,9 @@ const Homepage = () => {
29
34
</ div >
30
35
) ;
31
36
}
32
-
37
+
38
+ < script src = "https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.20/fullpage.min.js"
39
+ integrity = "sha512-LGiXf+jHGTHcIybSsOWO3I/in+OObCkcEsWIZ7IyhzfD6RzD5qDUw2CK+JveuI7zTSEcDG//bIOvOpAJW2BWsg=="
40
+ crossorigin = "anonymous" referrerpolicy = "no-referrer" > < / script >
41
+
33
42
export default Homepage;
Original file line number Diff line number Diff line change 99
99
border-bottom : 0px solid # ccc !important ;
100
100
101
101
}
102
+
103
+ .custom-link {
104
+ color : white;
105
+ }
102
106
.faq-body {
103
107
position : relative;
104
108
background-image : linear-gradient (
You can’t perform that action at this time.
0 commit comments