https://github.com/michaelphillips4/area2-landing
My Portfolio landing page .
https://github.com/michaelphillips4/area2-landing
css html javascript javascriptcomponent
Last synced: 3 months ago
JSON representation
My Portfolio landing page .
- Host: GitHub
- URL: https://github.com/michaelphillips4/area2-landing
- Owner: michaelphillips4
- License: gpl-3.0
- Created: 2023-10-11T14:42:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T11:32:55.000Z (about 1 year ago)
- Last Synced: 2026-04-30T10:42:10.274Z (3 months ago)
- Topics: css, html, javascript, javascriptcomponent
- Language: HTML
- Homepage: https://www.orca-tools.com/
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Area2 - landing page
These are the static landing pages for area2.
This is the S3 bucket that www.area2.co.uk is redirected from.
Note: uses Cloudfrount to enable `https` requests.
## Responsive Design
All very simple reduces paddings and some widths at `800px`.
This will covers most real world use cases.
## Setup
https://www.npmjs.com/package/serve
```
npm install --global serve
serve
```