File tree Expand file tree Collapse file tree 7 files changed +46
-0
lines changed Expand file tree Collapse file tree 7 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 21
21
npm-debug.log *
22
22
yarn-debug.log *
23
23
yarn-error.log *
24
+
25
+ # temp direcoty
26
+ /tmp
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ const pj6_image =
12
12
require ( "./../images/projects/pj6_scroll-animation.png" ) . default ;
13
13
const pj7_image =
14
14
require ( "./../images/projects/pj7_split-landing-page.png" ) . default ;
15
+ const pj8_image = require ( "./../images/projects/pj8_form-wave.png" ) . default ;
16
+ const pj9_image = require ( "./../images/projects/pj9_sound-board.png" ) . default ;
17
+ const pj10_image = require ( "./../images/projects/pj10_dad-jokes.png" ) . default ;
15
18
16
19
const projects = [
17
20
{
@@ -56,6 +59,24 @@ const projects = [
56
59
image : pj7_image ,
57
60
slug : "https://codepen.io/nvanha/full/PojeVGK" ,
58
61
} ,
62
+ {
63
+ id : 8 ,
64
+ name : "Form Input Wave" ,
65
+ image : pj8_image ,
66
+ slug : "https://codepen.io/nvanha/full/VwWBaoP" ,
67
+ } ,
68
+ {
69
+ id : 9 ,
70
+ name : "Sound Board" ,
71
+ image : pj9_image ,
72
+ slug : "https://codepen.io/nvanha/full/VwWBjrr" ,
73
+ } ,
74
+ {
75
+ id : 10 ,
76
+ name : "Dad Jokes" ,
77
+ image : pj10_image ,
78
+ slug : "https://codepen.io/nvanha/full/RwgBRBJ" ,
79
+ } ,
59
80
] ;
60
81
61
82
export default projects ;
Original file line number Diff line number Diff line change 45
45
@include responsive_max (767px ) {
46
46
font-size : 3rem ;
47
47
}
48
+
49
+ @include responsive_max (575px ) {
50
+ font-size : 2.5rem ;
51
+ }
48
52
}
49
53
50
54
h1 {
61
65
@include responsive_max (767px ) {
62
66
font-size : 4.5rem ;
63
67
}
68
+
69
+ @include responsive_max (575px ) {
70
+ font-size : 3.8rem ;
71
+ margin-top : 1rem ;
72
+ }
64
73
}
65
74
}
66
75
}
Original file line number Diff line number Diff line change 105
105
@include responsive_max (767px ) {
106
106
width : 150px ;
107
107
}
108
+
109
+ @include responsive_max (575px ) {
110
+ width : 100px ;
111
+ }
108
112
}
109
113
110
114
& -desc {
115
119
padding-left : 3rem ;
116
120
}
117
121
122
+ @include responsive_max (575px ) {
123
+ padding-left : 2rem ;
124
+ }
125
+
118
126
h3 {
119
127
text-transform : none ;
120
128
129
+ @include responsive_max (575px ) {
130
+ font-size : 3.2rem !important ;
131
+ margin-bottom : 1rem !important ;
132
+ }
133
+
121
134
span {
122
135
color : var (--color-yellow-pri );
123
136
}
You can’t perform that action at this time.
0 commit comments