Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 868 Bytes

index.md

File metadata and controls

23 lines (16 loc) · 868 Bytes
layout
default

Advanced JavaScript Student Directory

Adding yourself

Students, introduce yourself via a GITHUB_USERNAME.json file under the [_data/{{ site.current_term }}/](https://github.com/advanced-js/students/tree/gh-pages/_data/{{ site.current_term }}) directory, and submit via pull request. Here's an example:

// _data/{{ site.current_term }}/afeld.json
{
 "emoji": "dancer",
 "introduction": "Developer at 18F by day, dancer by night."
}

Using the format above, replace with your own emoji (choose from this list) and introduction. Note that we'll do this in the first class, using the same workflow that will be used for all assignments.

Students

{% include students.html %}