diff --git a/.github/ISSUE_TEMPLATE/activity.md b/.github/ISSUE_TEMPLATE/activity.md index 6b6ca81b..10afb314 100644 --- a/.github/ISSUE_TEMPLATE/activity.md +++ b/.github/ISSUE_TEMPLATE/activity.md @@ -6,6 +6,6 @@ labels: activity, good first issue assignees: omrilotan --- -I've been doing this with my kid and we've had lots of fun 🤪! Why don't you add it to doowat 🤩? +I've been doing this with my kid and we've had lots of fun 🤪! Why don't you add it to גם 🤩? > I try to add activities that are short, easy, entertaining, and require little to no preparation. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 63dc4934..7544e1e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Existing activities - url: https://github.com/doowat/doowat.github.io/tree/build/src/activities + url: https://github.com/omrilotan/do/tree/build/src/activities about: Take a look at the list of all existing activities - name: How to contribute - url: https://github.com/doowat/doowat.github.io/tree/build/CONTRIBUTING.md + url: https://github.com/omrilotan/do/tree/build/CONTRIBUTING.md about: A really short explenation on contributing to this project diff --git a/.github/settings.yml b/.github/settings.yml index b3ea606c..4d081e55 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,7 @@ repository: - name: doowat + name: do description: 😜 On the go activities for you and your child that require no preparations - homepage: https://doowat.net + homepage: https://do.omrilotan.com topics: pwa, progressive-web-app, activities, on-the-go, parenting private: false has_issues: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ec02c40..55b8cecb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Yay! Contribute to doowat 🎉 +# Yay! Contribute to do 🎉 First off, thank you for taking the time to contribute! I appreciate it 🤩 @@ -6,12 +6,12 @@ First off, thank you for taking the time to contribute! I appreciate it 🤩 Anything you want to say is welcome - as long as you are considerate of other people and express yourself with dignity. -Please try and use one of the [issue templates](https://github.com/doowat/doowat.github.io/issues/new/choose) - Issues help me keep track of tasks, allow an open discussion, and allow me to provide updates. +Please try and use one of the [issue templates](https://github.com/omrilotan/do/issues/new/choose) - Issues help me keep track of tasks, allow an open discussion, and allow me to provide updates. ## Contribute an activity, Contribute code, Open a pull request ### Add an Activity -Activities are stored in a [plain text file](https://github.com/doowat/doowat.github.io/blob/main/src/activities/) - one activity per line. Adding an activity is as simple as adding a line. +Activities are stored in a [plain text file](https://github.com/omrilotan/do/blob/main/src/activities/) - one activity per line. Adding an activity is as simple as adding a line. Activities are targeted at moments outside the house - when you don't necessarily have any toys or materials on you. The activities require no preparations and can be accomplished in a short time. diff --git a/README.md b/README.md index 791fd34e..6b8b2995 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [doowat](https://doowat.net) [![](https://img.shields.io/github/workflow/status/doowat/doowat.github.io/Publish/build?logo=github&style=flat-square)](https://github.com/doowat/doowat.github.io/actions?query=workflow%3APublish+branch%3Abuild) [![](https://img.shields.io/github/workflow/status/doowat/doowat.github.io/Publish/main?label=pages&logo=github&style=flat-square)](https://github.com/doowat/doowat.github.io/actions?query=workflow%3APublish+branch%3Amain) ![](https://img.shields.io/github/commit-activity/w/doowat/doowat.github.io?style=flat-square&1) ![](https://img.shields.io/uptimerobot/ratio/7/m783966646-c77ee5ccd11a66fe751807af?style=flat-square) ![](https://img.shields.io/github/contributors/doowat/doowat.github.io?style=flat-square) +# [do](https://do.omrilotan.com) [![](https://img.shields.io/github/workflow/status/omrilotan/do/Publish/build?logo=github&style=flat-square)](https://github.com/omrilotan/do/actions?query=workflow%3APublish+branch%3Abuild) [![](https://img.shields.io/github/workflow/status/omrilotan/do/Publish/main?label=pages&logo=github&style=flat-square)](https://github.com/omrilotan/do/actions?query=workflow%3APublish+branch%3Amain) ![](https://img.shields.io/github/commit-activity/w/omrilotan/do?style=flat-square&1) ![](https://img.shields.io/uptimerobot/ratio/7/m783966646-c77ee5ccd11a66fe751807af?style=flat-square) ![](https://img.shields.io/github/contributors/omrilotan/do?style=flat-square) ## do something fun -On the go activities to do with kids that require no preparations. Draw a [random activity](https://doowat.net/random/) 🤪. Save and share your favourites. [Suggest your own 🤩](https://github.com/doowat/doowat.github.io/issues/new/choose). +On the go activities to do with kids that require no preparations. Draw a [random activity](https://do.omrilotan.com/random/) 🤪. Save and share your favourites. [Suggest your own 🤩](https://github.com/omrilotan/do/issues/new/choose).

- +

diff --git a/package.json b/package.json index 638c4bcb..c834b4e3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "doowat", + "name": "do", "version": "0.0.0", "private": true, "description": "entertaining time fillers with kids", @@ -7,9 +7,9 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/doowat/doowat.github.io.git" + "url": "git+https://github.com/omrilotan/do.git" }, - "homepage": "https://doowat.net", + "homepage": "https://do.omrilotan.com", "scripts": { "build": "node lib/build", "clean": "rimraf docs", diff --git a/scripts/manual-build.sh b/scripts/manual-build.sh index 09a40505..6ec2606c 100755 --- a/scripts/manual-build.sh +++ b/scripts/manual-build.sh @@ -1,5 +1,5 @@ rm -rf docs -git clone -b main --single-branch git@github.com:doowat/doowat.github.io.git docs +git clone -b main --single-branch git@github.com:omrilotan/do.git docs cd docs ls -a | grep -v .git | egrep -vU "\.$" | xargs rm -rf cd ../ diff --git a/src/meta.html b/src/meta.html index 6fde36cb..fa5f4619 100644 --- a/src/meta.html +++ b/src/meta.html @@ -44,6 +44,6 @@ - - + + diff --git a/src/nav.html b/src/nav.html index 898a1088..56cc6120 100644 --- a/src/nav.html +++ b/src/nav.html @@ -9,7 +9,7 @@ Outdoors Indoors Community - Source Code + Source Code Chat diff --git a/src/sames/CNAME b/src/sames/CNAME index a3d4af8c..4a23fb76 100644 --- a/src/sames/CNAME +++ b/src/sames/CNAME @@ -1 +1 @@ -doowat.net +do.omrilotan.com diff --git a/src/sames/about/index.html b/src/sames/about/index.html index 94237305..47932359 100644 --- a/src/sames/about/index.html +++ b/src/sames/about/index.html @@ -7,14 +7,13 @@
-

doowat

-
{{ tagline }}
+

{{ tagline }}

Draw a random activity, out of these {{ size }} "on the go" time fillers, to liven up dead moments. No preparation required! Share your favourites. Suggest your own.

{{ play-button }}

- doowat is an open source project. + do is an open source project.

{{ nav }} diff --git a/src/sames/glossary/index.html b/src/sames/glossary/index.html index 487229e3..b832ff54 100644 --- a/src/sames/glossary/index.html +++ b/src/sames/glossary/index.html @@ -8,9 +8,9 @@
-
+

{{ size }} Activities -

+
{{ cards }}
diff --git a/src/sames/index.html b/src/sames/index.html index ab37f594..e9e44fe0 100644 --- a/src/sames/index.html +++ b/src/sames/index.html @@ -7,8 +7,7 @@
-

doowat

- do something fun +

do something fun

{{ tagline }}

{{ play-button }} diff --git a/src/sames/offline/index.html b/src/sames/offline/index.html index a08e3693..06c2135b 100644 --- a/src/sames/offline/index.html +++ b/src/sames/offline/index.html @@ -9,7 +9,7 @@

Offline

😭

- Try and think of something new to do. Add it to doowat if it works out! + Try and think of something new to do. Add it to do if it works out! {{ play-button }}
diff --git a/src/sames/splash/index.html b/src/sames/splash/index.html index 20f71174..89746c8d 100644 --- a/src/sames/splash/index.html +++ b/src/sames/splash/index.html @@ -9,8 +9,7 @@
-

doowat

- {{ tagline }} +

{{ tagline }}

{{ play-button }}
diff --git a/src/sames/styles.css b/src/sames/styles.css index ab03bed7..9e181e1c 100644 --- a/src/sames/styles.css +++ b/src/sames/styles.css @@ -147,18 +147,15 @@ main { article { padding: 2em var(--margin-unit) var(--margin-unit); } -header { - font-size: 1em; - margin-bottom: var(--margin-unit); -} .site-title { width: 80vw; max-width: 4em; } h1 { width: 90vw; - font-size: 2.1em; + font-size: 1em; text-align: center; + margin-bottom: var(--margin-unit); } p { font-size: .6em; diff --git a/src/sames/styles/suggest.css b/src/sames/styles/suggest.css index 88eb59d8..61b3873e 100644 --- a/src/sames/styles/suggest.css +++ b/src/sames/styles/suggest.css @@ -8,10 +8,6 @@ --transition-suggest-form-elements: none; } } -header { - width: 100%; - text-align: center; -} div { width: 100%; overflow: hidden; diff --git a/src/sames/suggest/index.html b/src/sames/suggest/index.html index db87c074..9669e537 100644 --- a/src/sames/suggest/index.html +++ b/src/sames/suggest/index.html @@ -10,9 +10,9 @@
-
+

Make a suggestion -

+
@@ -25,14 +25,14 @@ {{ play-button }}

Other ways to contribute include - Opening an issue. Participating in the discussion. Following this project's progress. + Opening an issue. Participating in the discussion. Following this project's progress.

{{ nav }} diff --git a/src/scripts/suggest.js b/src/scripts/suggest.js index 9e11e7e5..fcaf0a4a 100644 --- a/src/scripts/suggest.js +++ b/src/scripts/suggest.js @@ -39,8 +39,8 @@ import random from './random/index.js'; const div = document.querySelector('div'); div.style.height = div.offsetHeight + 'px'; setTimeout(() => { div.style.height = '0px'; }, 200); - const header = document.querySelector('header'); - header.parentNode.replaceChild(document.querySelector('template[name="thanks"]').content, header); + const h1 = document.querySelector('h1'); + h1.parentNode.replaceChild(document.querySelector('template[name="thanks"]').content, h1); } const username = () => [ random(adjectives), random(animals) ].join(' ');