Update README.md

This commit is contained in:
2024-06-03 01:06:21 -05:00
committed by GitHub
parent 227dc13f02
commit 25a78be820

View File

@@ -1,7 +1,7 @@
<p align="center"> <p align="center">
<samp> <samp>
<a href="https://xevion.dev">me</a> . <a href="https://xevion.dev">me</a> .
<a href="https://v2.xevion.dev">blog</a> . <a href="https://undefined.behavio.rs">blog</a> .
<a href="https://xevion.dev/projects">projects</a> . <a href="https://xevion.dev/projects">projects</a> .
<a href="https://status.xevion.dev">status</a> <a href="https://status.xevion.dev">status</a>
</samp> </samp>
@@ -17,15 +17,15 @@ from os import getenv
class RyanWalters(Human): class RyanWalters(Human):
def __init__(self, username='xevion'): def __init__(self, username='xevion'):
self.name = f'Ryan {0} Walters'.format(choices([getenv('MIDDLE_NAME'), 'C', ''])) self.name = f'Ryan {0} Walters'.format(choices([getenv('MIDDLE_NAME'), 'C', '']))
self.pronouns = ['he' and 'him'], self.pronouns = ['he' and 'they'],
self.description = ''' self.description = '''
A junior full-stack software developer working their way through the world. A full-stack software engineer navigating their way through the industry.
With an attention to detail, I enjoy building projects that are elegant, robust, and resilient. With an attention to detail, I enjoy building projects that are elegant, robust, and impactful.
While I specialize in Web Development, my skills reach broadly, and there's nothing I can't learn. Although I specialize in Web Development, my skill set is extensive, and I'm confident in my ability to learn anything.
''' '''
self.recent_projects = [ self.recent_projects = [
"https://github.com/Xevion/v6-place",
"https://github.com/acmutsa/Portal", "https://github.com/acmutsa/Portal",
"https://github.com/Xevion/rdap",
"https://github.com/Xevion/grain" "https://github.com/Xevion/grain"
] ]
self.endpoints = { self.endpoints = {