-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 3.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="Ryan Wilson" name="author" />
<meta content="width=device-width" name="viewport" />
<base target="_self" href="/" />
<title>Ryan Wilson</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" />
<link rel="stylesheet" href="style.css" />
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
</head>
<body>
<div class="social">
<a href="https://twitter.com/SyndicatedLife" target="_blank">
<i class="fab fa-fw fa-twitter fa-2x"></i>
</a>
<a href="https://github.com/Icehunter" target="_blank">
<i class="fab fa-fw fa-github fa-2x"></i>
</a>
</div>
<div class="content">
<h1>Ryan Wilson</h1>
<p>I've lived in four provinces and driven across the country. I enjoy anime and MMORPG/JRPG's.</p>
<p>I write <a href="https://www.github.com/Icehunter" target="_blank">code</a> and <a href="https://www.twitter.com/SyndicatedLife" target="_blank">idiotic comments</a> about random things.</p>
<p>Mentoring a "start fast" team on best engineering standards and driven technilogical impact.</p>
<p>Machine learning is my new Overlord.</p>
<p>I was in charge of health informatics, scaling and "watchdog" services for <a href="https://www.msn.com">MSN</a> and various other services.</p>
<p>I am working with some awesome people right now to disrupt the status quo.</p>
<p>I've run a community application project for <a href="https://www.finalfantasyxiv.com/">Final Fantasy XIV</a> since 2010. Check it out <a href="https://xivapp.com">here</a>.</p>
<p> </p>
<h3>Technologies:</h3>
<blockquote>HTML5/CSS3, NET Core, C#, React, ES6, NodeJS, NoSQL, AWS, Azure, REST Design, Architecture and Isomorphic code.</blockquote>
<h3>Favourite Quote:</h3>
<blockquote>Nothing in this world can take the place of persistence. Talent will not: nothing is more common than unsuccessful people with talent. Genius will not; unrewarded genius is almost a proverb. Education will not: the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan Press On! has solved and will always solve the problems of the human race.<p>- Calvin Coolidge</p></blockquote>
<h3>Describe Yourself In 3 Words:</h3>
<blockquote>Determined. Unyielding. Autodidact.</blockquote>
<h3>Favourite Place On Earth:</h3>
<blockquote>Wherever my family is; watching them smile.</blockquote>
<h3>Two Things You're Great At:</h3>
<blockquote>Abstraction and distraction.</blockquote>
<h3>Elevator Pitch:</h3>
<blockquote>Highly technical software engineer; passionate about secure, performant and reactive REST systems. I have an insatiable thirst for knowledge and challenging myself. I've worked in roles from building services from the ground up; to complete service architectural overhaul. I want to surround myself with smart, motivated and like-minded people in a work environment that can be fun and challenging while creating something wonderful.</blockquote>
<blockquote>I mentor. I sing (poorly). I help bring out the best in my peers and myself through understanding and determination.</blockquote>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
</body>
</html>