https://github.com/insanj/submarine-site
☄️ tiny submarine site https://submarineforios.com/
https://github.com/insanj/submarine-site
app css html ios reddit web website
Last synced: about 2 months ago
JSON representation
☄️ tiny submarine site https://submarineforios.com/
- Host: GitHub
- URL: https://github.com/insanj/submarine-site
- Owner: insanj
- License: mit
- Created: 2019-07-21T20:00:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T02:34:26.000Z (over 6 years ago)
- Last Synced: 2025-10-24T22:37:21.238Z (9 months ago)
- Topics: app, css, html, ios, reddit, web, website
- Language: HTML
- Homepage: https://submarineforios.com/
- Size: 1.27 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# submarine-site
☄️ tiny submarine site, hosted on Github Pages [https://submarineforios.com](https://submarineforios.com)
## about
simple html site built from scratch without any dependencies. opening and editing the site is as simple as opening the `index.html` and messing around. all styles are included in the `style.css`. images (including a `.zip` of icons and the app store `.svg`) are located within the `images/` directory. enjoy!
## license
```
MIT License
Copyright (c) 2019 Julian (insanj) Weiss (submarine-site https://github.com/insanj/submarine-site)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```