File tree 2 files changed +15
-8
lines changed
2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,11 @@ function Projects() {
30
30
link : "https://www.youtube.com/watch?v=4CnmTISvu3A"
31
31
} ,
32
32
{
33
- id : "wildrydes" ,
34
- title : "WildRydes 🦄" ,
35
- description : `This was an AWS tutorial to learn the basics of a full stack app on AWS.
36
- If you need to book a unicorn reservation, this is the app for you.` ,
37
- image : wildRydesLogo ,
38
- link :"https://master.d3su1632stz2i2.amplifyapp.com/"
39
- } ,
33
+ id : "currensee" ,
34
+ title : "CurrenSee 💰" ,
35
+ description : "CurrenSee is an iOS currency exchange rate app I built in 2018" ,
36
+ link : "https://www.youtube.com/watch?v=y9hC8f9dm_U"
37
+ } .
40
38
{
41
39
id : "findmyfourteener ",
42
40
title : "FindMyFourteener 🏔️" ,
Original file line number Diff line number Diff line change 4
4
flex-direction : column;
5
5
padding : 0 0 10% 0 ;
6
6
overflow-y : auto;
7
+ <<<<<<< Updated upstream
7
8
}
8
9
9
10
.date {
13
14
color : # 7D8D9D ;
14
15
padding : 10px ;
15
16
width : 200px ;
16
- }
17
+ }
18
+ = = = = = = =
19
+ scrollbar- width: none; /* Firefox */
20
+ }
21
+
22
+ body::-webkit-scrollbar {
23
+ display : none; /* Chrome, Edge, and Safari */
24
+ }
25
+ > > > > > > > Stashed changes
You can’t perform that action at this time.
0 commit comments