- Download the source code or click here to create new repository from this template
- Prepare your logo, icons, image you want use in the site
- Copy the assets to respective folders
- Replace the images, icons, in the code
You can find the photo frame here Use the frame with your photo
Write your own.
Write your own.
To create your custom form with no server code. Sign up Formspree
<form action="https://formspree.io/f/{form_id}" method="post">
<label for="email">Your Email</label>
<input name="Email" id="email" type="email">
<button type="submit">Submit</button>
</form>