File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,12 @@ <h2>Skills</h2>
224
224
< section class ="contact-me " id ="contact-section ">
225
225
< div class ="contact-me-form ">
226
226
< div class ="top ">
227
- < h1 > Get Started </ h1 >
228
- < p id =" form-description " >
229
- Lorem ipsum dolor sit amet, consectetur
230
- adipiscing elit, sed do eiusmod tempor
231
- incididunt ut labore et dolore magna.
232
- </ p >
227
+ < h1 > Let's talk </ h1 >
228
+ < h4 class =" joke " > A joke to break the ice: </ h4 >
229
+ < div id =" form-description " >
230
+ < em > < strong > Hardware </ strong > (noun.) </ em >
231
+ < p > The part of a computer that you can kick. </ p >
232
+ </ div >
233
233
</ div >
234
234
< form class ="form " action ="https://formspree.io/f/xwkyewre " method ="post ">
235
235
< ul class ="form-list ">
Original file line number Diff line number Diff line change 4
4
"eslint" : " ^7.32.0" ,
5
5
"eslint-config-airbnb-base" : " ^14.2.1" ,
6
6
"eslint-plugin-import" : " ^2.26.0" ,
7
+ "hint" : " ^6.2.0" ,
7
8
"stylelint" : " ^13.13.1" ,
8
9
"stylelint-config-standard" : " ^21.0.0" ,
9
10
"stylelint-csstree-validator" : " ^1.9.0" ,
10
11
"stylelint-scss" : " ^3.21.0"
12
+ },
13
+ "dependencies" : {
14
+ "@hint/utils-dom" : " ^2.1.13"
11
15
}
12
16
}
Original file line number Diff line number Diff line change @@ -360,6 +360,11 @@ header {
360
360
font-size : 50px ;
361
361
font-weight : 400 ;
362
362
margin-top : 106px ;
363
+ margin-bottom : 0 ;
364
+ }
365
+
366
+ .joke {
367
+ margin-top : 5px ;
363
368
}
364
369
365
370
.form {
You can’t perform that action at this time.
0 commit comments