Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lopatoj/hackrice14
Browse files Browse the repository at this point in the history
  • Loading branch information
lopatoj committed Sep 22, 2024
2 parents 9a4bf0d + 4990420 commit f3fc1e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# hackrice14

Moti-Vibes
-
Moti-Vibes is a web app designed to help students get matched up with friends to support them academically.

5 changes: 1 addition & 4 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
overflow-y: scroll;
width: 100%;
height: 100%;

background-color: rgba(21, 21, 21,.7);
background-size: cover;

background-color: black
}

a {
Expand Down
4 changes: 4 additions & 0 deletions client/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ function Home()
</div>
<h4>AI-Driven Academic Social Networking to Combat Procrastination.</h4>
<br></br>
<br></br>
<br></br>
<hr></hr>
<br></br>
<br></br>
<br></br>
Designed
<span style={{color: "#8271ff"}}> for college students, by college students. </span>

Expand Down
1 change: 1 addition & 0 deletions client/src/pages/Userinfo/Userinfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
border: none;
outline: none;
padding: 2vh;
line-height: 10px;
}
7 changes: 5 additions & 2 deletions client/src/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ body {
}

.cool-text {
background-image: linear-gradient(rgb(0, 255, 191), blue);
background-image: linear-gradient(#B3E3FA,#A9D3E8);
color: transparent;
background-clip: text;
}

.cool-title{
background-image: linear-gradient(rgb(0, 255, 191), blue);
background-image: linear-gradient(#94f4df,#64a1c0);
color: transparent;
background-clip: text;
font-size: 600%
Expand Down Expand Up @@ -80,3 +80,6 @@ body {
font-family:Courier;
}

.btn-primary {
--bs-btn-bg: #00000000;
}

0 comments on commit f3fc1e2

Please sign in to comment.