-
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 b3ff1a8
Showing
21 changed files
with
147 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,19 @@ | ||
{ | ||
"files": { | ||
"main.css": "/cv_os/static/css/main.f07419a5.css", | ||
"main.js": "/cv_os/static/js/main.1e2758c1.js", | ||
"static/media/octocat.png": "/cv_os/static/media/octocat.3e264aba5c92d1a2dc78.png", | ||
"static/media/pdf-icon.png": "/cv_os/static/media/pdf-icon.666ee1b4ac9eb31bd955.png", | ||
"static/media/academic-icon.png": "/cv_os/static/media/academic-icon.536aead5d42c99f6a44b.png", | ||
"service-worker.js": "/cv_os/service-worker.js", | ||
"static/media/user-icon.png": "/cv_os/static/media/user-icon.8d49e377c7c342895ec2.png", | ||
"static/media/terminal-icon.png": "/cv_os/static/media/terminal-icon.a695be0b97e70962e513.png", | ||
"index.html": "/cv_os/index.html", | ||
"main.f07419a5.css.map": "/cv_os/static/css/main.f07419a5.css.map", | ||
"main.1e2758c1.js.map": "/cv_os/static/js/main.1e2758c1.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.f07419a5.css", | ||
"static/js/main.1e2758c1.js" | ||
] | ||
} |
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,55 @@ | ||
# Contribute | ||
|
||
This article explains how to contribute to this repository. | ||
Please read through the following guidelines. | ||
|
||
## Contributions | ||
|
||
There’s several ways to contribute, not just by writing code. | ||
|
||
|
||
### Improve docs | ||
|
||
As a user you’re perfect for helping us improve our docs. | ||
Typo corrections, error fixes, better explanations, new examples, etcetera. | ||
|
||
### Improve issues | ||
|
||
Some issues lack information, aren’t reproducible, or are just incorrect. | ||
You can help by trying to make them easier to resolve. | ||
Existing issues might benefit from your unique experience or opinions. | ||
|
||
### Write code | ||
|
||
Code contributions are very welcome. | ||
It’s probably a good idea to first post a question or open an issue to report a | ||
bug or suggest a new feature before creating a pull request. | ||
|
||
## Submitting an issue | ||
|
||
* The issue tracker is for issues. | ||
Use discussions for support | ||
* Search the issue tracker (including closed issues) before opening a new | ||
issue | ||
* Ensure you’re using the latest version | ||
* Use a clear and descriptive title | ||
* Include as much information as possible: steps to reproduce the issue, | ||
error message, version, operating system, etcetera | ||
|
||
## Submitting a pull request | ||
|
||
* Non-trivial changes are often best discussed in an issue first, to prevent | ||
you from doing unnecessary work | ||
* For ambitious tasks, you should try to get your work in front of the | ||
community for feedback as soon as possible | ||
* New features should be accompanied by tests and documentation | ||
* Don’t include unrelated changes | ||
* Write a convincing description of why your pull request shoud be accepted | ||
|
||
|
||
## Resources | ||
|
||
* [How to contribute to open source](https://opensource.guide/how-to-contribute/) | ||
* [Making your first contribution](https://medium.com/@vadimdemedes/making-your-first-contribution-de6576ddb190) | ||
* [Using pull requests](https://help.github.com/articles/about-pull-requests/) | ||
* [GitHub help](https://help.github.com) |
Binary file not shown.
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 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/cv_os/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="CV OS built with react"/><link rel="apple-touch-icon" href="/cv_os/logo192.png"/><link rel="manifest" href="/cv_os/manifest.json"/><title>CV OS</title><script defer="defer" src="/cv_os/static/js/main.1e2758c1.js"></script><link href="/cv_os/static/css/main.f07419a5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@ | ||
{ | ||
"short_name": "CV OS", | ||
"name": "CV OS", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
}, | ||
{ | ||
"src": "logo512.png", | ||
"type": "image/png", | ||
"sizes": "512x512" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
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,3 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,39 @@ | ||
/** | ||
* @license React | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* react-jsx-runtime.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.