Skip to content

Commit

Permalink
Add static HTML "home page" for Dolch word list example; add draft ba…
Browse files Browse the repository at this point in the history
…ck icon artwork (not yet integrated with HTML).
  • Loading branch information
GrahamHannington committed Nov 6, 2024
1 parent 1c50279 commit 7fa74ff
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more examples, see the [examples](./examples) folder.

### Sight words

Dolch pre-primary word list.
Dolch pre-primer word list.

```INI
background=indigo&
Expand All @@ -60,7 +60,7 @@ see//the//three//to//two//up//we//where//yellow//you
```
[▶️](https://grahamhannington.github.io/bigas?background=indigo&text=a//and//away//big//blue//can//come//down//find//for//funny//go//help//here//I//in//is//it//jump//little//look//make//me//my//not//one//play//red//run//said//see//the//three//to//two//up//we//where//yellow//you)

Want [more Dolch](./examples/#dolch)?
Want [more Dolch](https://grahamhannington.github.io/bigas/examples/dolch-word-list.html)?

### DON'T PANIC

Expand Down
18 changes: 2 additions & 16 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,9 @@

## Word lists

### Dolch
- [Dolch](https://grahamhannington.github.io/bigas/examples/dolch-word-list.html)

Copied from the Wikipedia article "[Dolch word list](https://en.wikipedia.org/wiki/Dolch_word_list)".

Non-nouns:

- [Pre-primer](https://grahamhannington.github.io/bigas?title=Dolch+Pre-primer&background=firebrick&text=a//and//away//big//blue//can//come//down//find//for//funny//go//help//here//I//in//is//it//jump//little//look//make//me//my//not//one//play//red//run//said//see//the//three//to//two//up//we//where//yellow//you) (40 words)
- [Primer](https://grahamhannington.github.io/bigas?title=Dolch+Primer&background=orangered&text=all//am//are//at//ate//be//black//brown//but//came//did//do//eat//four//get//good//have//he//into//like//must//new//no//now//on//our//out//please//pretty//ran//ride//saw//say//she//so//soon//that//there//they//this//too//under//want//was//well//went//what//white//who//will//with//yes) (52 words)
- [1st Grade](https://grahamhannington.github.io/bigas?title=Dolch+1st+Grade&background=goldenrod&text=after//again//an//any//as//ask//by//could//every//fly//from//give//going//had//has//her//him//his//how//just//know//let//live//may//of//old//once//open//over//put//round//some//stop//take//thank//them//then//think//walk//were//when) (41 words)
- [2nd Grade](https://grahamhannington.github.io/bigas?title=Dolch+2nd+Grade&background=darkgreen&text=always//around//because//been//before//best//both//buy//call//cold//does//don't//fast//first//five//found//gave//goes//green//its//made//many//off//or//pull//read//right//sing//sit//sleep//tell//their//these//those//upon//us//use//very//wash//which//why//wish//work//would//write//your) (46 words)
- [3rd Grade](https://grahamhannington.github.io/bigas?title=Dolch+3rd+Grade&background=royalblue&text=about//better//bring//carry//clean//cut//done//draw//drink//eight//fall//far//full//got//grow//hold//hot//hurt//if//keep//kind//laugh//light//long//much//myself//never//only//own//pick//seven//shall//show//six//small//start//ten//today//together//try//warm) (41 words)

[Nouns](https://grahamhannington.github.io/bigas?title=Dolch+Nouns&background=indigo&text=apple//baby//back//ball//bear//bed//bell//bird//birthday//boat//box//boy//bread//brother//cake//car//cat//chair//chicken//children//Christmas//coat//corn//cow//day//dog//doll//door//duck//egg//eye//farm//farmer//father//feet//fire//fish//floor//flower//game//garden//girl//goat//grass//ground//hand//head//hill//home//horse//house//kitty//leg//letter//man//men//milk//money//morning//mother//name//nest//night//paper//party//picture//pig//rabbit//rain//ring//robin//Santa+Claus//school//seed//sheep//shoe//sister//snow//song//squirrel//stick//street//sun//table//thing//time//top//toy//tree//watch//water//way//wind//window//woman//women//wood) (97 words)

### Miscellaneous

[Days of the week](https://grahamhannington.github.io/bigas?text=Monday//Tuesday//Wednesday//Thursday//Friday//Saturday//Sunday)
- [Days of the week](https://grahamhannington.github.io/bigas?text=Monday//Tuesday//Wednesday//Thursday//Friday//Saturday//Sunday)

## [Burger](https://grahamhannington.github.io/bigas/examples/burger.html)

Expand Down
53 changes: 53 additions & 0 deletions examples/dolch-word-list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!doctype html>
<html>
<head>
<title>Dolch word list</title>
<meta charset="utf-8"/>
<meta name="author" content="Graham Hannington"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link href="../images/favicon.ico" rel="shortcut icon"/>
<style>
body {
background: black;
font-family: 'Arial Unicode', Arial, sans-serif;
width: 20em;
margin: 0.5em auto 0 auto;
}

h1, a, p {
color: white;
}

h1, .lists a {
font-size: 2em;
font-weight: normal;
}

a {
text-decoration: none;
}

.lists a {
display: block;
padding: 0.5em;
margin-bottom: 0.5em;
}

p a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Dolch word list</h1>
<div class="lists">
<a style="background: firebrick" href="https://grahamhannington.github.io/bigas?title=Dolch+Pre-primer&background=firebrick&text=a//and//away//big//blue//can//come//down//find//for//funny//go//help//here//I//in//is//it//jump//little//look//make//me//my//not//one//play//red//run//said//see//the//three//to//two//up//we//where//yellow//you">Pre-primer</a>
<a style="background: orangered" href="https://grahamhannington.github.io/bigas?title=Dolch+Primer&background=orangered&text=all//am//are//at//ate//be//black//brown//but//came//did//do//eat//four//get//good//have//he//into//like//must//new//no//now//on//our//out//please//pretty//ran//ride//saw//say//she//so//soon//that//there//they//this//too//under//want//was//well//went//what//white//who//will//with//yes">Primer</a>
<a style="background: goldenrod" href="https://grahamhannington.github.io/bigas?title=Dolch+1st+Grade&background=goldenrod&text=after//again//an//any//as//ask//by//could//every//fly//from//give//going//had//has//her//him//his//how//just//know//let//live//may//of//old//once//open//over//put//round//some//stop//take//thank//them//then//think//walk//were//when">1st Grade</a>
<a style="background: darkgreen" href="https://grahamhannington.github.io/bigas?title=Dolch+2nd+Grade&background=darkgreen&text=always//around//because//been//before//best//both//buy//call//cold//does//don't//fast//first//five//found//gave//goes//green//its//made//many//off//or//pull//read//right//sing//sit//sleep//tell//their//these//those//upon//us//use//very//wash//which//why//wish//work//would//write//your">2nd Grade</a>
<a style="background: royalblue" href="https://grahamhannington.github.io/bigas?title=Dolch+3rd+Grade&background=royalblue&text=about//better//bring//carry//clean//cut//done//draw//drink//eight//fall//far//full//got//grow//hold//hot//hurt//if//keep//kind//laugh//light//long//much//myself//never//only//own//pick//seven//shall//show//six//small//start//ten//today//together//try//warm">3rd Grade</a>
<a style="background: indigo" href="https://grahamhannington.github.io/bigas?title=Dolch+Nouns&background=indigo&text=apple//baby//back//ball//bear//bed//bell//bird//birthday//boat//box//boy//bread//brother//cake//car//cat//chair//chicken//children//Christmas//coat//corn//cow//day//dog//doll//door//duck//egg//eye//farm//farmer//father//feet//fire//fish//floor//flower//game//garden//girl//goat//grass//ground//hand//head//hill//home//horse//house//kitty//leg//letter//man//men//milk//money//morning//mother//name//nest//night//paper//party//picture//pig//rabbit//rain//ring//robin//Santa+Claus//school//seed//sheep//shoe//sister//snow//song//squirrel//stick//street//sun//table//thing//time//top//toy//tree//watch//water//way//wind//window//woman//women//wood">Nouns</a>
</div>
<p>Source: <a href="https://en.wikipedia.org/wiki/Dolch_word_list">Wikipedia</a></p>
</body>
</html>
19 changes: 19 additions & 0 deletions images/back-icon.svg
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 images/originals/back-icon.cdr
Binary file not shown.
21 changes: 21 additions & 0 deletions images/originals/back-icon.svg
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 7fa74ff

Please sign in to comment.