Draft Insiders’ Archive

This is an archive of newsletters of past seasons.   Subscribers should log in with their passwords to get access.

const togglePassword = document.querySelector('#togglePassword'); const password = document.querySelector('#pwd'); togglePassword.addEventListener('click', function (e) { const type = password.getAttribute('type') === 'password' ? 'text' : 'password'; password.setAttribute('type', type); this.classList.toggle('bi-eye'); });

2021-2022 MEMBERS

2020-2021 MEMBERS

2019-2020 MEMBERS

2018-2019 MEMBERS

2017-2018 MEMBERS

2016-2017 MEMBERS

2015-2016 MEMBERS

2014-2015 MEMBERS