forked from cassidoo/cassidoo-v5
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
97 lines (86 loc) · 4.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<title>Mason Rowe | Software Engineer & Data Analyst</title>
<meta name="description" content="Mason Rowe, Software Engineer and Data Analyst for the U.S. Army. Combat Capabilities Development Command. Developer of open-source software and Linux enthusiast." />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-53287707-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-53287707-3');
</script>
<!-- Open Graph data -->
<meta property="og:title" content="Mason Rowe" />
<meta property="og:url" content="https://rowe.sh/" />
<meta property="og:image" content="https://rowe.sh/img/Mason.png" />
<meta property="og:description" content="Mason Rowe, Software Engineer and Data Analyst for the U.S. Army. Combat Capabilities Development Command. Developer of open-source software and Linux enthusiast." />
<meta property="og:site_name" content="Mason Rowe's personal website" />
<!-- Favicon/theme -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#24d05a">
<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="msapplication-config" content="/img/browserconfig.xml">
<meta name="theme-color" content="#24252d">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script type='text/javascript' src='js/fetch.js'></script>
<script type='text/javascript' src='js/content.js'></script>
</head>
<body>
<div class="container">
<h1>Mason Rowe</h1>
<h2>Software Engineer from Delaware</h2>
<div class="links">
<a target="_blank" href="http://github.com/masonr">github</a>
<a target="_blank" href="http://linkedin.com/in/masonrowe">linkedin</a>
<a href="mailto:[email protected]">email</a>
</div>
<div class="intro">
Hello, I'm Mason, and I am a Computer Scientist with the
<span style="color:#EB4888;">U.</span><span style="color:#FFFFFF;">S. </span><span style="color:#10A2F5;">Army</span> Combat Capabilities Development Command Data and Analysis Center (CCDC DAC) in Maryland! <br><br>
Computer Scientist is just a fancy title that the government gives out to us code monkeys. More specifically, I develop
network analysis M&S and geospatial-driven data visualization tools. <br><br>
In my spare time, I like to develop open-source software in Bash and Python, explore self-hosted projects and software for Linux, and play video games and the drums.
</div>
<div class="changelog">
<div class="title flash">Academic and Professional Happenings</div>
Here are some highlights from my academic and professional career.
<div class="exp">
<div class="loading">Loading (javascript must be enabled)...</div>
<ul id="happenings">
</ul>
More details and specifics can be viewed on my
<a target="_blank" href="http://linkedin.com/in/masonrowe">LinkedIn profile</a>.
</div>
</div>
<div class="projects">
<div class="title flash">Projects</div>
Some projects I've worked on over the years.
<div class="exp">
<div class="loading">Loading (javascript must be enabled)...</div>
<ul id="projects">
</ul>
Check out the code for some of my projects on <a target="_blank" href="https://github.com/masonr">my GitHub page</a>.
</div>
</div>
<div class="interests">
<div class="title flash">Hobbies and Interests</div>
Some of my favorite leisure activities and areas of interest.
<div class="exp">
<div class="loading">Loading (javascript must be enabled)...</div>
<ul id="interests">
</ul>
</div>
</div>
<div class="end">
Thanks for taking a look at my page! If you have any questions or want to chat feel free to give me a shout via the linkedin or email links above!
</div>
</div>
</body>
</html>