-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add static HTML "home page" for Dolch word list example; add draft ba…
…ck icon artwork (not yet integrated with HTML).
- Loading branch information
1 parent
1c50279
commit 7fa74ff
Showing
6 changed files
with
97 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.