https://github.com/ajhalili2006/emtech12-html-lab
https://github.com/ajhalili2006/emtech12-html-lab
bootstrap bootstrap5
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajhalili2006/emtech12-html-lab
- Owner: ajhalili2006
- License: mit
- Created: 2025-02-12T07:51:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T16:43:03.000Z (about 1 year ago)
- Last Synced: 2025-08-18T14:59:47.107Z (11 months ago)
- Topics: bootstrap, bootstrap5
- Language: HTML
- Homepage: https://emtech-html.labs.andreijiroh.dev
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website sources for Performance Task in Empowerment Technologies 12
This repository contains the sources for our performance task in Empowerment Technologies
involving building a single-page site promoting our senior high school strand for juniors
in Grade 10 using plain HTML and CSS, applying the concepts of layouting from our lessons
there.
You can see the deployed site I built for this activity (deployed via Cloudflare Pages) at
, with help from my activity partner for brainstorming
ideas.
## Development
To ease the development of this single-page website lab on your own, I used
[Hono](https://hono.dev) to run a simple server serving static assets at
[`public`](./public/) directory without the need to set up Caddy or NGINX
configurations ahead of the time. You might need to setup [Node.js](https://nodejs.org) on your machine first.
1. Install npm dependencies with `npm install`
2. Run hono-based local server for previews with `npm run start`
3. Point your browser at `http://localhost:${port}`, where port is the value
of `process.env.PORT` or the default `3000`.
## License
MIT for the original code unless otherwise specified, excluding third-party content (see credits below).
Note that this project does not accept external contributions since it is a school project.
### Credits
* [`npm:hono`](https://npmjs.com/package/hono) (MIT-licensed) for the preview server on dev
* [Bootstrap](https://getbootstrap.com) CSS framework and examples