Skip to content

Commit

Permalink
pr #58: "merge to desktop"
Browse files Browse the repository at this point in the history
  • Loading branch information
raynecloudy authored Mar 29, 2024
2 parents ae1863f + 2c16c07 commit 4940323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
![Logo](https://raw.githubusercontent.com/mariocraft987/bark.github.io/main/src/images/Bark.svg)<br>
![Static Badge](https://img.shields.io/badge/inspiration-scratch-orange?style=for-the-badge&logo=scratch&logoColor=orange)
![Static Badge](https://img.shields.io/badge/made%20using-blockly-yellow?style=for-the-badge&logo=google&logoColor=yellow)
![Static Badge](https://img.shields.io/badge/latest%20release-0.0.1-green?style=for-the-badge&logo=electron&logoColor=green)
![Static Badge](https://img.shields.io/badge/website%20made%20in-HTML5%20And%20CSS-E34F26?style=for-the-badge&logo=html5&logoColor=white)

# Description
Bark is a website that makes coding easy, so users of any age can create and share games, animations, and everything else! &#128054;<br>
Bark is a website that makes programming easy, so users of any age can create and share games, animations, and everything else! &#128054;<br>
Bark has many features that <a href="https://scratch.mit.edu">Scratch</a>, the inspiration for this project, does not, including:
- Dark mode
- Custom stage size&ast;
Expand Down Expand Up @@ -36,7 +35,7 @@ To be a part of Bark's development, please comment `Job Register 4067` on <a hre
<hr>

## Help Wanted
We need **coders** to do the list in the description above.
We need **programmers** to do the list in the description above.

# License
```
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Some basic scripts created in javascript to work the website, and make it interactive. */

let newsBox = "Try our new alpha <a href='https://github.com/mariocraft987/bark.github.io/releases/tag/0.0.1'>desktop app</a> it is missing a lot of functionality, but you can still do something, created by <a href='https://github.com/nmsderp'>nmsderp</a>"
let newsBox = "Try our new alpha <a href='https://github.com/mariocraft987/bark.github.io/releases/tag/0.1.0'>desktop app</a> it is missing a lot of functionality, but you can still do stuff, created by <a href='https://github.com/nmsderp'>nmsderp</a>, Updated by <a href='https://github.com/rubiidev18alt'>Rubiidev alt</a>"
let baseUrl = "https://bark-coding.vercel.app"
let commitsLength = 150

Expand Down Expand Up @@ -86,7 +86,7 @@ function Signup() {
function jobRegister() {
let job = document.querySelector('input[name=job]:checked').value;
let username = document.getElementById('github-username').value;
document.getElementById('page').innerHTML = '<br/><h2>You have selected a Job to ' + job + '</h2><p>We have to run a few tests to see your actually <em>'+ username +'</em></p><br/><br/><p>Please comment "Job Register 4543"';
document.getElementById('page').innerHTML = '<br/><h2>You have selected a Job to ' + job + '</h2><p>We have to run a few tests to see your actually <em>'+ username +'</em></p><br/><br/><p>Please comment "Job Register 4067"';
document.getElementById('page').innerHTML += ' on <a class="link" href="https://github.com/Mariocraft987/bark.github.io/commit/5644df6ebc5aa7ea7b611141a265ff7c17712c5e">this commit</a>.</p>'
}

Expand Down

0 comments on commit 4940323

Please sign in to comment.