Skip to content

Commit b3515c8

Browse files
committed
Add a joke to the contact form
1 parent ccd204f commit b3515c8

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ <h2>Skills</h2>
224224
<section class="contact-me" id="contact-section">
225225
<div class="contact-me-form">
226226
<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>
233233
</div>
234234
<form class="form" action="https://formspree.io/f/xwkyewre" method="post">
235235
<ul class="form-list">

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
"eslint": "^7.32.0",
55
"eslint-config-airbnb-base": "^14.2.1",
66
"eslint-plugin-import": "^2.26.0",
7+
"hint": "^6.2.0",
78
"stylelint": "^13.13.1",
89
"stylelint-config-standard": "^21.0.0",
910
"stylelint-csstree-validator": "^1.9.0",
1011
"stylelint-scss": "^3.21.0"
12+
},
13+
"dependencies": {
14+
"@hint/utils-dom": "^2.1.13"
1115
}
1216
}

styles/style-main.css

+5
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,11 @@ header {
360360
font-size: 50px;
361361
font-weight: 400;
362362
margin-top: 106px;
363+
margin-bottom: 0;
364+
}
365+
366+
.joke {
367+
margin-top: 5px;
363368
}
364369

365370
.form {

0 commit comments

Comments
 (0)