diff --git a/coffee.html b/coffee.html new file mode 100644 index 000000000..b2925e854 --- /dev/null +++ b/coffee.html @@ -0,0 +1,28 @@ + + + + + + Hypertextual Reading + + + + +

Coffee

+ +Wikipedia says:
+
+Coffee is a brewed drink prepared from roasted coffee beans, which are the seeds of berries from the Coffea plant. +Read more about coffee on https://en.wikipedia.org/wiki/Coffee + + + \ No newline at end of file diff --git a/computer.html b/computer.html new file mode 100644 index 000000000..6a6bb27fa --- /dev/null +++ b/computer.html @@ -0,0 +1,28 @@ + + + + + + Hypertextual Reading + + + + +

Computer

+ +Wikipedia says:
+
+A computer is a device that can be instructed to carry out arbitrary sequences of arithmetic or logical operations automatically. +Read more about computer on https://en.wikipedia.org/wiki/Computer + + + \ No newline at end of file diff --git a/imagemap.html b/imagemap.html new file mode 100644 index 000000000..240aed435 --- /dev/null +++ b/imagemap.html @@ -0,0 +1,28 @@ + + + + + + Hypertextual Reading + + + + +

Click on the computer, the phone, or the cup of coffee to go to a new page and read more about the topic:

+ + Workplace + + + Computer + Phone + Cup of coffee + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 4ad4ffff6..808ac8e39 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,51 @@ - - - - Static Template + + + Hypertextual Reading + -

This is a static template, there is no bundler or bundling involved!

+

Reading

+

Hypertextually

+ a reading muse +

+ Every user finds their individual path through the + garden. They become the directors everything that will unfold on their way + through different linked webpages

+ Will they click
+ + +
+ + +
+ + +

+

+ If your reading carfully, your in for a + + ... + +

- \ No newline at end of file + diff --git a/onchange.html b/onchange.html new file mode 100644 index 000000000..54cc396be --- /dev/null +++ b/onchange.html @@ -0,0 +1,46 @@ + + + + + + Change Color + + + + + + +

Surprise!

+

+ if you click here you will find another way, how + to hide (and then make visible) information on a site +

+ + + + diff --git a/package.json b/package.json index 229967170..c372fe870 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "static", + "name": "hypertextual-readings", "version": "1.0.0", - "description": "This is a static template with no bundling", + "description": "", "main": "index.html", "scripts": { "start": "serve", @@ -11,11 +11,7 @@ "type": "git", "url": "git+https://github.com/codesandbox-app/static-template.git" }, - "keywords": [ - "static", - "template", - "codesandbox" - ], + "keywords": [], "author": "Ives van Hoorne", "license": "MIT", "bugs": { @@ -25,4 +21,4 @@ "devDependencies": { "serve": "^11.2.0" } -} +} \ No newline at end of file diff --git a/phone.html b/phone.html new file mode 100644 index 000000000..67ac667a4 --- /dev/null +++ b/phone.html @@ -0,0 +1,28 @@ + + + + + + Hypertextual Reading + + + + +

Phone

+ +Wikipedia says:
+
+A telephone, or phone, is a telecommunications device that permits two or more users to conduct a conversation when they are too far apart to be heard directly. +Read more about phone on https://en.wikipedia.org/wiki/Telephone + + + \ No newline at end of file diff --git a/sandbox.config.json b/sandbox.config.json deleted file mode 100644 index 5866ed744..000000000 --- a/sandbox.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "static" -} diff --git a/toggle.html b/toggle.html new file mode 100644 index 000000000..5b8b93754 --- /dev/null +++ b/toggle.html @@ -0,0 +1,47 @@ + + + + + + Hypertextual Reading + + + + + +

Click the "Try it" button to toggle between hiding and showing the DIV element:

+ + + + + +

Note: The element will not take up any space when the display property +is set to "none".

+ + + + + + \ No newline at end of file