Skip to content

nick-m-wight/binary-timber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Timber Holdings — Website

Static marketing site for Binary Timber Holdings, LLC. Deployed on Vercel.

Local development

No build step required — just open index.html in a browser, or use a simple static server:

npx serve .

Deploy to Vercel

This repo is connected to Vercel — every push to main triggers an automatic deployment.

git add .
git commit -m "your message"
git push origin main

To connect a custom domain: Vercel dashboard → Project → Settings → Domains.

TODO: set up the contact form

  1. Sign up (free) at web3forms.com
  2. Create an access key for your receiving email address
  3. In index.html, find the line:
    <input type="hidden" name="access_key" value="REPLACE_ME">
    Replace REPLACE_ME with your key, commit, and push — Vercel auto-deploys.

TODO: swap in a real OG image

Replace public/og-image.png with a 1200×630 PNG and update the og:image / twitter:image meta tag URLs in index.html with your confirmed domain.

TODO: confirm domain & email

Search index.html for TODO: comments — there are three spots for domain and email placeholders that need real values before launch.

TODO: generate full favicon set

A base SVG is at public/favicon.svg. To generate .ico and apple-touch-icon.png, upload the SVG to realfavicongenerator.net and drop the output into public/.

File structure

binary-timber/
├── index.html          main page
├── css/
│   └── styles.css      all styles
├── js/
│   └── main.js         scroll reveal + contact form handler
├── public/
│   ├── favicon.svg     base favicon (BT logo mark)
│   ├── favicon.ico     TODO: generate from favicon.svg
│   ├── apple-touch-icon.png  TODO: generate from favicon.svg
│   └── og-image.png    TODO: replace with real 1200×630 image
├── .gitignore
└── README.md

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors