Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

CodeDayBayArea/CodeDay-Nametags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeDay Nametags

CodeDay's unofficial web tool to quickly print out name tags with the Dymo Labelwriter.

Documentation

The current set up was built for a Dymo Labelwriter 450 Turbo with the use of 2-5/16 x 4 labels. This hasn't been tested with other Labelwriters; logically it should work.

###Other group values### Inside of index.html the default group option is Participant which speeds up the check in process.

<select type="select" id="typeName" name="person">
    <option value="Participant">Participant</option>
    <option value="Teacher">Teacher</option>
    <option value="Visitor">Visitor</option>
    <option value="Sponsor">Sponsor</option>
    <option value="Volunteer">Volunteer</option>
</select>

Modify to your heart's content.

###Change the label size### If you have other label sizes in mind, find the SKU of the selected label and it's purpose. Example: 30256 Shipping. Where 30256 is the SKU and Shipping is the purpose.

Open assets/label.xml and hunt down

<PaperName>30252 Shipping</PaperName>

Replace with the appropriate values and save.

###Change the website logo### Find assets/logo.png and replace. I used a 241 x 60 image but there aren't any constraints in place.

About

CodeDay's web tool to quickly print out name tags with the Dymo Labelwriter 450.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.0%
  • CSS 23.1%
  • HTML 21.9%