--- title: About Me layout: page permalink: /about/ backing_img: /assets/images/pr_monochromatic.svg backing_scalar: "height:90%;" --- {{site.about}} ## My socials I exist in various places around the internet. Mainly: - Email: `ewpratten@<this_domain>` - [Twitter](https://twitter.com/{{site.twitter_username}}) - [Instagram](https://www.instagram.com/{{site.insta_username}}) - <a data-toggle="modal" data-target="#snapcode" href="">Snapchat</a> - <a data-toggle="modal" data-target="#devrant-disclaimer" href="">devRant</a> - [GitHub](https://github.com/{{site.github_username}}) - [GitLab](https://gitlab.com/{{site.gitlab_username}}) - [Keybase](https://keybase.com/{{site.keybase_username}}) ## Donations I accept small donations [over here](/donations). ## PGP I use PGP keys (my keys and history are listed below), so feel free to sign your messages via GPG. My current PGP key fingerprint is: `3D98 479A DE42 85A3 21F6 6DE4 DAB2 7917 6352 D880`. ``` pub rsa4096/0xDAB279176352D880 2019-08-10 [SC] Key fingerprint = 3D98 479A DE42 85A3 21F6 6DE4 DAB2 7917 6352 D880 uid [ultimate] Evan Pratten (2019 Master) <ewpratten@retrylife.ca> uid [ultimate] Evan Pratten (School) <pratevan745@gotvdsb.ca> uid [ultimate] Evan Pratten <ewpratten@gmail.com> uid [ultimate] [jpeg image of size 4060] sub rsa4096/0xA6D75F2BCCA664E4 2019-08-10 [E] sub rsa4096/0xDFACD580268115DF 2019-08-10 [S] sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09] ``` The following is my key history: <div class="table-fix" markdown="1"> | Fingerprint | Sign date | Expiration | Links | |---------------------------------------------------|------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 3D98 479A DE42 85A3 21F6 6DE4 DAB2 7917 6352 D880 | 2019-08-10 | When Revoked | [MIT](http://pgp.mit.edu/pks/lookup?search=0xDAB279176352D880&op=index) <br> [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0xDAB279176352D880&fingerprint=on&op=index) | | DD15 BE72 F652 984A ED9E C033 56F5 A6FB 5A8E EF90 | 2017-12-08 | Revoked | [OpenPGP.org](https://keys.openpgp.org/search?q=0x56F5A6FB5A8EEF90) <br> [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0x56F5A6FB5A8EEF90&fingerprint=on&op=index) | </div> ## Web assets This website uses free assets from: - [ManyPixels](https://www.manypixels.co) - [Error404](https://error404.fun/) <!-- devRant disclaimer --> <div class="modal fade" id="devrant-disclaimer" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalCenterTitle">Disclaimer</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> devRant is a community specifically designed for people to anonymously rant and complain about anything from jobs, to life in general. <br><br> I choose not to keep myself anonymous on the platform, but this does not mean that I treat it as a professional social media account. Being in the <a href="https://alicepeters.de/devrant/">top 20 users</a>, I get a reasonable amount of attention on the platform, and sometimes exaggerate opinions, join trends, make obscure jokes, and generally have fun with my account. If you are looking for a higher level or professionalism from my posts, take a look at my <a href="https://twitter.com/{{site.twitter_username}}">Twitter account</a>. <br><br> If you are ok with this type of content, feel free to take a look at my posts, and join the conversations! </div> <div class="modal-footer"> <a href="https://devrant.com/users/{{site.devrant_username}}"><button type="button" class="btn btn-primary">Sounds Good!</button></a> </div> </div> </div> </div> <!-- snapcode --> <div class="modal fade" id="snapcode" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalCenterTitle">Snapchat</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body" style="align-contents:center; text-align: center"> <!-- Snapcode --> <img src="/assets/images/snapcode-full.png" style="margin:auto;"> <h4><em>slabs5225</em></h4> </div> </div> </div> </div>