Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

yuzhoumo/latinator-3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Latinator3000

The Latinator3000 is a site I wrote for a Latin class as a replacement for our paper dictionaries. Enter any Latin word into the search bar, and the result will be returned from Wiktionary in an iFrame. Try it out here!

Latinator3000 Demo GIF

Support for Other Languages

This project was made to search for Latin words but it can be customized for other languages as well. In line 5 of script.js, simply replace '#Latin' with any other language supported by Wiktionary.

Customization

The background image and webpage text can be easily changed. Change line 4 and line 15 in index.html to customize text.

line 4:  <title>Latinator 3000</title>
line 15: <h3>THE LATINATOR 3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

To customize the background image, replace background.jpg in the assets folder with any image of the same name.