https://github.com/is-leeroy-jenkins/orca
A rapid-development website starter kit based on HTML, CSS, and JS
https://github.com/is-leeroy-jenkins/orca
css3 html5 javascript templates web website website-template
Last synced: about 2 months ago
JSON representation
A rapid-development website starter kit based on HTML, CSS, and JS
- Host: GitHub
- URL: https://github.com/is-leeroy-jenkins/orca
- Owner: is-leeroy-jenkins
- License: mit
- Created: 2023-06-05T22:23:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T01:48:07.000Z (7 months ago)
- Last Synced: 2025-12-01T03:09:14.071Z (7 months ago)
- Topics: css3, html5, javascript, templates, web, website, website-template
- Language: HTML
- Homepage:
- Size: 27.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###### Orca

---
A rapid-development website starter kit based on HTML, CSS, and JS
- css/frame.css (CSS for the main frame of the website)
- css/controls.css (CSS for control elements that do not require JavaScript)
- css/widgets.css (CSS for widgets that require JavaScript)
- js/widgets.js (JavaScript for widgets)
- js/util.js (JavaScript for general utility functions)
- js/menu.js (JavaScript for loading the menu bar)
- js/footer.js (JavaScript for loading the footer)
#### Uses jQuery to load the menu bar and the footer, as shown below:
```html
```
The `menu.js` script loads `menu.html` to `menu-container`.
```html
```
The `footer.js` script loads `footer.html` to `footer-container`.
```html
```
### This template is tested and worked on:
- macOS 12.4
- Chrome 103
- Safari 15.5
- Firefox 103
- Edge 103
- Android 12
- Chrome 103
- iOS 15.5
- Chrome 103
- Safari 15.5
- Firefox 102
-
# Overview

# Landing

# Galleries

# Dropdowns & Radio Buttons

# Dialogs

# iFrame - Air Quality tracking

# Masonry

# Surveys

# Tables

# Videos

## 📝 License
Orca is published under the [MIT General Public License v3](https://github.com/is-leeroy-jenkins/Orca/blob/main/LICENSE).