Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devleoko/firstcontact
A simple static "get in touch" webpage build with jekyll
https://github.com/devleoko/firstcontact
Last synced: about 15 hours ago
JSON representation
A simple static "get in touch" webpage build with jekyll
- Host: GitHub
- URL: https://github.com/devleoko/firstcontact
- Owner: DevLeoko
- License: mit
- Created: 2020-04-17T14:05:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T11:01:08.000Z (over 2 years ago)
- Last Synced: 2023-03-06T19:51:20.978Z (almost 2 years ago)
- Language: SCSS
- Homepage: https://devleoko.github.io/FirstContact/
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FirstContact
FistContact is a simple "get in touch" page. Nothing much just some information, your social media,
a contact form and beautiful design that looks amazing on any screen size.
It's written using Jekyll so the content can be easily changed in data files without even touching the code
and it can be hosted on GitHub pages for free.Just fork this repo, enable GitHub pages and you are good to go!
## Demo
The newest version is always build to https://devleoko.github.io/FirstContact/## Setup
1. Fork this repo
2. Enable GitHub pages in your repo settings
3. Place your logo in `/assets/images/`
4. Put in your favorite color and other preferences in the `_config.yml`
5. Adjust any text you want in the `_data/` config files
6. Push the changes and check out your page### Contact-Form
As this is a static site, the contact form can't send you any notification by itself.
You need a backend server for that. Luckily [Formspree](https://formspree.io/) provides exactly that.
They have a free tier: just sign up, create a new form and paste the form link into the `_config.yml`.