forked from hoppscotch/hoppscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 91c08a5
Showing
26 changed files
with
1,421 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- "node" | ||
notifications: | ||
webhooks: https://www.travisbuddy.com | ||
env: | ||
- MY_VAR=EverythignIsAwesome | ||
- NODE_ENV=TEST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<script src="head.js"></script> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no"> | ||
<title>mnmlurl - Minimal URL is a modern URL shortener with support for custom alias</title> | ||
<meta name="description" content="Minimal URL is a modern URL shortener with support for custom alias"> | ||
<link rel="icon" href="favicon.ico"> | ||
<meta itemprop="name" content="mnmlurl"> | ||
<meta itemprop="description" content="Minimal URL is a modern URL shortener with support for custom alias"> | ||
<meta itemprop="image" content="icons/icon-192x192.png"> | ||
<!-- See https://goo.gl/OOhYW5 --> | ||
<link rel="manifest" href="manifest.json"> | ||
<!-- See https://goo.gl/qRE0vM --> | ||
<meta name="theme-color" content="#ffffff"> | ||
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json --> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="application-name" content="mnmlurl"> | ||
<!-- Add to homescreen for Safari on iOS --> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="white-translucent"> | ||
<meta name="apple-mobile-web-app-title" content="mnmlurl"> | ||
<!-- Homescreen icons --> | ||
<link rel="apple-touch-icon" href="icons/icon-48x48.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="icons/icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="96x96" href="icons/icon-96x96.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="icons/icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="192x192" href="icons/icon-192x192.png"> | ||
<!-- Tile icon for Windows 8 (144x144 + tile color) --> | ||
<meta name="msapplication-TileImage" content="icons/icon-144x144.png"> | ||
<meta name="msapplication-TileColor" content="#ffffff"> | ||
<meta name="msapplication-tap-highlight" content="no"> | ||
<!-- OpenGraph --> | ||
<meta property="og:site_name" content="mnmlurl"> | ||
<meta property="og:url" content="https://mnmlurl.ml"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="mnmlurl"> | ||
<meta property="og:description" content="Minimal URL is a modern URL shortener with support for custom alias"> | ||
<meta property="og:image" content="icons/icon-144x144.png"> | ||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="@liyasthomas"> | ||
<meta name="twitter:creator" content="@liyasthomas"> | ||
<meta name="twitter:url" content="https://mnmlurl.ml"> | ||
<meta name="twitter:title" content="mnmlurl"> | ||
<meta name="twitter:description" content="Minimal URL is a modern URL shortener with support for custom alias"> | ||
<meta name="twitter:image" content="icons/icon-144x144.png"> | ||
<!-- Web Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Poppins:700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="index.css"> | ||
</head> | ||
|
||
<body> | ||
<main class="main"> | ||
<div id="erbox"> | ||
<h1>404</h1> | ||
page not found | ||
</div> | ||
<div class="flex"></div> | ||
<footer> | ||
<a href="https://mnmlurl.ml"> | ||
<img src="icons/logo.svg" alt="logo" style="height: 24px; margin-right: 8px;">Home | ||
</a> | ||
<a href="https://github.com/liyasthomas/mnmlurl" target="_blank" rel="noopener"> | ||
<img src="icons/github.svg" alt="GitHub" style="margin-right: 8px;">GitHub | ||
</a> | ||
<a href="https://github.com/liyasthomas/mnmlurl-extension" target="_blank" rel="noopener"> | ||
Get browser extension | ||
</a> | ||
<button id="installPWA" onclick="installPWA()" style="padding: 16px;"> | ||
<img src="icons/pwalogo.svg" alt="PWA" style="height: 16px;"> | ||
</button> | ||
</footer> | ||
</main> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
# Title | ||
### Description by [Liyas Thomas](https://github.com/liyasthomas) | ||
|
||
--- | ||
|
||
# 1.0.0 | ||
|
||
## This is it, Title 1.0.0! | ||
We are finally out of beta, therefore many bugs were fixed and camera received a brand new look. | ||
|
||
* **NEW**: Camera redesign | ||
* **NEW**: Camera redesign | ||
* **NEW**: macOS and iOS support | ||
* **IMPROVEMENT**: Major improvements | ||
* **IMPROVEMENT**: Updated libraries | ||
* **FIX**: Fixed many bugs and crashes | ||
* **FIX**: Graphic glitches | ||
* **FIX**: Statusbar too dark | ||
* **TRANSLATION**: Updated translations | ||
* **REVERT**: Brought back the "Help" button | ||
* **OTHER**: Removed all analytics | ||
|
||
--- | ||
|
||
# 0.9.0 | ||
|
||
## I worked a lot on Web apps, WebAR, WebGL & PWAs | ||
So I think Lvr is now ready to be released :) | ||
|
||
I will keep the usual branch model. | ||
|
||
* Stable release on `master` branch | ||
|
||
--- | ||
|
||
## Thanks | ||
* [Google](https://www.google.com) - for [Polymer](https://polymer-project.org) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, sex characteristics, gender identity and expression, | ||
level of experience, education, socio-economic status, nationality, personal | ||
appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
||
For answers to common questions about this code of conduct, see | ||
https://www.contributor-covenant.org/faq |
Oops, something went wrong.