Skip to content

Commit aa841eb

Browse files
committed
Create CNAME
1 parent 8365cb4 commit aa841eb

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

public/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hackcmu.acmatcmu.com
332 Bytes
Binary file not shown.

src/components/Homepage.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ const Homepage = () => {
1313
<div className="section" id="home">
1414
{/* Section content here */}
1515
</div>
16-
<img className="home-page-logo-pic" src={cyberpunk} alt="hero" />
16+
{/* <img className="home-page-logo-pic" src={cyberpunk} alt="hero" /> */}
1717

1818
<div className="home-page-sign-up-links">
1919
<a href="https://docs.google.com/forms/d/e/1FAIpQLSevS-JRXkp0jOwKZIhcYjlWa4HFXfzoSBbqc7lxhJ4o0WPKeQ/viewform?usp=send_form">
20-
<div className="sign-up-button" id="participant-button">
21-
<p className='sign-up-text'>REGISTER</p>
22-
</div>
20+
2321
</a>
22+
2423
{/* <a href="https://docs.google.com/forms/d/e/1FAIpQLScply9xc9dBY4Nqe4Sx8vLzkcKPFS8G3DqzRQ1CARIszV6sLw/viewformIvY25MYoZCe_gnEyYbWbCpebXs7MgHIKA/viewform">
2524
<div className="sign-up-button" id="mentor-button">
2625
Sign up as mentor
2726
</div>
2827
</a> */}
2928
</div>
29+
3030
</div>
31+
32+
3133
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.20/fullpage.min.js"
3234
integrity="sha512-LGiXf+jHGTHcIybSsOWO3I/in+OObCkcEsWIZ7IyhzfD6RzD5qDUw2CK+JveuI7zTSEcDG//bIOvOpAJW2BWsg=="
3335
crossorigin="anonymous" referrerpolicy="no-referrer"></script>

src/images/2024cyberpunk.png

-8.91 MB
Loading

src/images/2024cyberpunk1.png

11 MB
Loading

src/styles/Homepage.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
display: flex;
1414
justify-content: center;
1515
align-items: center;
16-
/* background-image: url("../../src/images/stars.png"); Update the path to your image */
16+
background-image: url("../../src/images/2024cyberpunk.png"); /*Update the path to your image */
1717
background-color: #181420;
1818
background-size: cover; /* Cover the entire component */
1919
background-position: center; /* Center the background image */

0 commit comments

Comments
 (0)