poire.dev/website/src/index.html
2021-04-24 20:49:55 -04:00

149 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Aram Peres</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:description" content="Aram Peres: Software developer based in Canada">
<meta name="description" content="Aram Peres: Software developer based in Canada">
<meta property="og:site_name" content="Aram Peres">
<meta name="robots" content="index,follow">
<style>
html,
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
.page-container {
margin: 0 auto;
width: 100%;
max-width: 800px;
margin-bottom: 50px;
}
.headline {
text-align: center;
margin: 20px;
}
.examples {
margin-top: 20px;
margin-left: 85px;
margin-right: 20px;
}
.footer {
text-align: center;
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
font-style: italic;
}
@media only screen and (max-width: 900px) {
.examples {
margin-left: 20px;
}
}
</style>
</head>
<body>
<div class="page-container">
<p class="headline">
Hello, looks like you found my landing page.
</p>
<p class="headline">
My name is Aram Peres, I'm a software and web developer based in Canada.
</p>
<p class="headline">
I contribute to
<a href="https://github.com/aramperes">open source software</a>.
</p>
<p class="headline">
--
</p>
<div class="examples">
<p>
<strong>Some of my projects:</strong>
</p>
<ul>
<li>
<a href="https://wavy.fm" target="_blank">wavy.fm</a> (React + Python + Rust + MongoDB + Kubernetes, music social media)</li>
<li>
Co-op CTF (Organized a Capture-the-Flag competition with 60+ participants)</li>
<li>
<a href="https://matei.wavy.fm" target="_blank">Matei Cheong</a> (React + Kubernetes, commissioned website)</li>
<li>
<a href="https://glowstone.net" target="_blank">Glowstone</a> (Java, core developer of open-source, reverse-engineered game server)</li>
<li>
<a href="https://github.com/aramperes/poirebot" target="_blank">poirebot</a> (Rust, chess engine and bot)</li>
<li>
<a href="https://github.com/aramperes/wiki" target="_blank">Wikipedia Search</a> (ElasticSearch + Angular + Spring Boot + Python, full search index of Wikipedia)</li>
<li>
<a href="https://github.com/aramperes/nut-client-rs" target="_blank">nut-client-rs</a> (Rust, Network UPS Tools client library)</li>
<li>
<a href="https://github.com/aramperes/lapin-websocket-prototype" target="_blank">lapin-websocket-prototype</a> (Rust, AMQP-to-WebSocket async broadcaster)</li>
<li>
<a href="https://github.com/aramperes/rmc" target="_blank">rateMyColor</a> (Python + Redis, project speedrun in 4 hours)</li>
<li>
<a href="https://github.com/aramperes/code-jam-1" target="_blank">PythonDiscord code jam #1</a> (Winner, 72-hour Python programming competition)</li>
<li>
<a href="https://github.com/aramperes/code-jam-2" target="_blank">PythonDiscord code jam #2</a> (Winner, 1-week Python programming competition)</li>
<li>
<a href="https://devpost.com/software/post-hop" target="_blank">Post Hop</a> (Angular + Cordova + Python + GCP/GKE, delivery app demo for cuHacking 2019)</li>
</ul>
<p>
<strong>Contributions:</strong>
</p>
<ul>
<li>
<a href="https://github.com/getsentry/sentry-rust" target="_blank">Sentry SDK for Rust</a> (Rust, SDK for Sentry.io)</li>
<li>
<a href="https://github.com/malte-v/redisgraph-rs" target="_blank">redisgraph-rs</a> (Rust, Client for RedisGraph)</li>
<li>
<a href="https://github.com/berzniz/github_pr_tree" target="_blank">github_pr_tree</a> (JS, pull-request tree extension for GitHub)</li>
<li>
<a href="https://github.com/feather-rs/feather" target="_blank">Feather</a> (Rust, experimental clean-room server software for Minecraft)</li>
<li>
<a href="https://pythondiscord.com" target="_blank">Python Discord</a> (Python, website + Discord bot)</li>
<li>
<a href="https://github.com/sindresorhus/refined-github" target="_blank">Refined GitHub</a> (JS, browser extension)</li>
<li>
<a href="https://github.com/withspectrum/spectrum" target="_blank">Spectrum</a> (JS, network for online communities)</li>
<li>
<a href="https://github.com/spring-cloud/spring-cloud-openfeign" target="_blank">Spring Cloud OpenFeign</a> (Java, Spring support for OpenFeign)</li>
</ul>
</div>
<p class="headline">
--
</p>
<div class="examples">
<p>
<strong>Reach me:</strong>
</p>
<ul>
<li>
<a href="https://github.com/aramperes" target="_blank">GitHub</a> / <a href="https://gitlab.com/momothereal" target="_blank">GitLab</a></li>
<li>
<strong>Email</strong> (<u>contact <i>at</i> aramperes.ca</u>)</li>
<li>
<a href="https://www.linkedin.com/in/aram-peres/" target="_blank">LinkedIn</a> (Aram Peres)</li>
</ul>
</div>
<div class="footer">
<p>
This website, and all my other public web services, are built and deployed to Kubernetes using <a href="https://gitlab.com/momothereal/momoperes.ca" target="_blank">GitLab</a>.
</p>
</div>
</div>
</body>
</html>