Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RRua committed Jun 19, 2024
0 parents commit b3ff1a8
Show file tree
Hide file tree
Showing 21 changed files with 147 additions and 0 deletions.
19 changes: 19 additions & 0 deletions asset-manifest.json
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"
]
}
55 changes: 55 additions & 0 deletions data/files/contributing.md
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 added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
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>
Binary file added logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions manifest.json
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"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions service-worker.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions service-worker.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/css/main.f07419a5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.f07419a5.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/main.1e2758c1.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions static/js/main.1e2758c1.js.LICENSE.txt
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.
*/
1 change: 1 addition & 0 deletions static/js/main.1e2758c1.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/octocat.3e264aba5c92d1a2dc78.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/pdf-icon.666ee1b4ac9eb31bd955.png
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.
Binary file added static/media/user-icon.8d49e377c7c342895ec2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3ff1a8

Please sign in to comment.