Skip to content

Commit

Permalink
Updae Contact Form + Build Deploy Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulia Nicola Pernice committed May 22, 2024
1 parent 38f2589 commit cec391b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: sebastianpopp/ftp-action@releases/v2
with:
host: 164.90.233.208
user: admin_giulianicola
user: admin_kdsigner
password: ${{ secrets.SS_FTP }}
options: '--only-newer --delete'
localDir: './public/'
Expand Down
3 changes: 3 additions & 0 deletions src/components/ContactForm.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react"
import ReCAPTCHA from "react-google-recaptcha"
import { GhostButton } from "./theme"

const FORMSPARK_ACTION_URL = "https://submit-form.com/0VlKJYuD"
Expand All @@ -10,6 +11,7 @@ export default function ContactForm(props) {
method="POST"
action={FORMSPARK_ACTION_URL}
>

<input
type="hidden"
name="_redirect"
Expand Down Expand Up @@ -42,6 +44,7 @@ export default function ContactForm(props) {
</label>
<textarea name="message" id="message" placeholder="Your awesome message!" required />
</div>
<ReCAPTCHA sitekey="6LdG6tcdAAAAAB7yrhfhB7hsIy735tBG2iV43HiX" />
<button className={GhostButton} type="submit">
Send
</button>
Expand Down
17 changes: 17 additions & 0 deletions src/content/cv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "JSON content used at build time with Gatsby",
"content": [
{
"item": "Cupcake ipsum dolor. Sit amet marshmallow topping cheesecake muffiffn. Halvah croissant candy canes bonbon candy. Apple pie jelly beans topping carrot cake danish tart cake cheesecake. Muffin danish chocolate soufflé pastry icing bonbon oat cake. Powder cake jujubes oat cake. Lemon drops tootsie roll marshmallow halvah carrot cake."
},
{
"item": "Doggo ipsum borkdrive much ruin diet you are doing me the shock the neighborhood pupper doggorino length boy many pats, boofers heckin shooberino wrinkler. Very good spot very jealous pupper very hand that feed shibe smol, shoob. Long bois pupper doggo you are doin me a concern big ol yapper, smol boof most angery pupper I have ever seen puggorino. Mlem blep wow very biscit dat tungg tho wow very biscit, thicc ur givin me a spook. Many pats heckin you are doing me the shock corgo ur givin me a spook very hand that feed shibe shooberino, big ol pupper doge pats borkdrive. Such treat what a nice floof super chub such treat, smol thicc. Puggorino very good spot most angery pupper I have ever seen you are doing me the shock big ol pupper porgo corgo shoober, heckin good boys lotsa pats noodle horse very taste wow thicc. What a nice floof long doggo blep length boy borking doggo, much ruin diet floofs borkf."
},
{
"item": 192.33
},
{
"item": 111111
}
]
}

0 comments on commit cec391b

Please sign in to comment.