Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 894 Bytes

Quick steps to customize

  1. Download the source code or click here to create new repository from this template
  2. Prepare your logo, icons, image you want use in the site
  3. Copy the assets to respective folders
  4. Replace the images, icons, in the code

Intro Section

You can find the photo frame here Use the frame with your photo

Services Section

Write your own.

About Section

Write your own.

Contact Section

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>