Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abubakar-Meigag committed Aug 18, 2023
1 parent 2de901f commit 73c5291
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/src/component/footer/FooterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const FooterComponent = () => {

<li><a href="http://localhost:3000/"><i className="fa fa-twitter"></i></a></li>

<li><a href="http://localhost:3000/"><i className="fa fa-linkedin"></i></a></li>
<li><a href="https://www.linkedin.com/in/abubakar-meigag-0a625a17a/"><i className="fa fa-linkedin"></i></a></li>

<li><a href="http://localhost:3000/"><i className="fa fa-codepen"></i></a></li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion client/src/component/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
align-items: center;
flex-wrap: nowrap;
justify-content: center;
list-style-type: none;
gap: 20px;
}

Expand All @@ -28,5 +29,5 @@
color: #03f40f;
text-decoration: none;
border-radius: 25px;
list-style-type: none;

}
4 changes: 2 additions & 2 deletions client/src/component/home/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
width: 300px;
height: 40px;
background-color: black;
color: #03f40f;
color: #b3b3b3;
border-radius: 20px;
padding-left: 10px;
border: 1px solid rgb(51, 50, 50);
}

.form-select {
background-color: rgba(0, 0, 0, 0.137);
color: #03f40f;
color: #b3b3b3;
border-radius: 20px;
padding-left: 10px;
border: 1px solid rgb(51, 50, 50);
Expand Down
1 change: 1 addition & 0 deletions client/src/component/likeAndDisLike/like.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
border-radius: 4px;
padding: 6px 10px;
margin: 0 10px;
border: 1px solid #bec1be;
}

.like-active {
Expand Down
2 changes: 1 addition & 1 deletion client/src/component/videos/videos.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.card {
margin: 0px;
color: snow;
background-color: rgba(0, 0, 0, 0.292);
background-color: rgba(34, 33, 33, 0.82);
/* color: black; */
}

Expand Down
2 changes: 1 addition & 1 deletion server/exampleresponse.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"id":523523,"title":"Never Gonna Give You Up","url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","rating":23},{"id":523427,"title":"The Coding Train","url":"https://www.youtube.com/watch?v=HerCR8bw_GE","rating":230},{"id":858566,"title":"Videos for Cats to Watch - 8 Hour Bird Bonanza","url":"https://www.youtube.com/watch?v=xbs7FT7dXYc","rating":11},{"id":283634,"title":"Learn Unity - Beginner's Game Development Course","url":"https://www.youtube.com/watch?v=gB1F9G0JXOo","rating":211},{"id":562824,"title":"Cracking Enigma in 2021 - Computerphile","url":"https://www.youtube.com/watch?v=RzWB5jL5RX0","rating":111},{"id":442452,"title":"Coding Adventure: Chess AI","url":"https://www.youtube.com/watch?v=U4ogK0MIzqk","rating":671},{"id":536363,"title":"Coding Adventure: Ant and Slime Simulations","url":"https://www.youtube.com/watch?v=X-iSQQgOd1A","rating":76},{"id":323445,"title":"Why the Tour de France is so brutal","url":"https://www.youtube.com/watch?v=ZacOS8NBK6U","rating":73},{"id":323446,"title":"beko","url":"https://www.youtube.com/embed/uVwtVBpw7RQ"}]
[{"id":523523,"title":"Never Gonna Give You Up","url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","rating":23},{"id":523427,"title":"The Coding Train","url":"https://www.youtube.com/watch?v=HerCR8bw_GE","rating":230},{"id":858566,"title":"Videos for Cats to Watch - 8 Hour Bird Bonanza","url":"https://www.youtube.com/watch?v=xbs7FT7dXYc","rating":11},{"id":283634,"title":"Learn Unity - Beginner's Game Development Course","url":"https://www.youtube.com/watch?v=gB1F9G0JXOo","rating":211},{"id":562824,"title":"Cracking Enigma in 2021 - Computerphile","url":"https://www.youtube.com/watch?v=RzWB5jL5RX0","rating":111},{"id":442452,"title":"Coding Adventure: Chess AI","url":"https://www.youtube.com/watch?v=U4ogK0MIzqk","rating":671},{"id":536363,"title":"Coding Adventure: Ant and Slime Simulations","url":"https://www.youtube.com/watch?v=X-iSQQgOd1A","rating":76},{"id":323445,"title":"Why the Tour de France is so brutal","url":"https://www.youtube.com/watch?v=ZacOS8NBK6U","rating":73},{"id":323446,"title":"beko","url":"https://www.youtube.com/embed/uVwtVBpw7RQ"},{"id":323447,"title":"last last","url":"https://www.youtube.com/embed/421w1j87fEM"}]

0 comments on commit 73c5291

Please sign in to comment.