A fast, SEO-optimised one-page site for Mohamed Abu Rifaz / Safe Tech Solutions. Pure HTML + CSS (no build step) — deploys instantly on Vercel.
index.html— the page (SEO meta tags + structured data included)styles.css— the stylingprofile.jpg— ADD YOUR PHOTO here (optional, for social sharing image)
Just open index.html in your browser (double-click it), or run:
cd "~/Documents/Safe Tech Solutions/website"
python3 -m http.server 8080
Then visit http://localhost:8080
- Go to https://vercel.com (log in with mohamedaburifaz278@gmail.com)
- Click Add New → Project
- Choose "Deploy" → drag this whole
websitefolder in (or connect a GitHub repo containing these files) - Done — you get a live link like
safetechsolutions.vercel.app
npm i -g vercel
cd "~/Documents/Safe Tech Solutions/website"
vercel
- Copy your live URL and update it in
index.html:- the
<link rel="canonical"> - the
og:urlandog:image
- the
- Add the live URL to: LinkedIn, Instagram bio, GitHub.
- Submit the URL to Google Search Console (https://search.google.com/search-console) so Google indexes it.
- Add a real photo: save it as
profile.jpgin this folder. - Add more projects: copy the
<article class="project">block inindex.html. - Want a custom domain (safetechsolutions.com)? Buy one and add it in Vercel → Settings → Domains.