-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.shtml
70 lines (57 loc) · 2.85 KB
/
index.shtml
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
<!doctype html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<!-- Welcome to choose your own adventure, 'the internet' edition! You get to literally choose where to navigate! Like a ship on the high seas! -->
<head>
<title>Marshall Styczinski</title>
<base href="https://moosh.run/" />
<link rel="icon" href="logos/vectoricon.ico" />
<link rel="stylesheet" href="supporting/styles.css" />
<script src="supporting/scripts.js"></script>
<meta name="description" content="Personal web page of Marshall Styczinski. Marshall is a Software Engineer with Covisus Inc." />
<meta name="author" content="Marshall Styczinski" />
<meta charset="UTF-8" />
<meta property="og:title" content="Marshall Styczinski" />
<meta property="og:url" content="https://moosh.run/" />
<meta property="og:description" content="Personal web page of Marshall Styczinski. Marshall is a Software Engineer with Covisus Inc." />
<meta property="og:image" content="https://moosh.run/images/preview.jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="200" />
</head>
<body>
<!--#include virtual="/supporting/header.shtml" -->
<div class="overall">
<!--#include virtual="/supporting/navpane.shtml" -->
<script>selfNav();</script>
<div id="maincontent" class="main">
<p>
This is the personal website of Marshall "Moosh" Styczinski, a Software Engineer with Covisus Inc. Marshall previously studied magnetic interactions between the giant planets and their moons, especially Jupiter's moon Europa. Click the links at left to find out more.
<noscript>
<br /><strong>Note: JavaScript is currently disabled in your browser. Please enable JavaScript to get the full experience from this website.</strong>
</noscript>
</p>
<hr>
<p>
For a terse introduction, please see my <a href="documents/Styczinski_CV.pdf">Curriculum Vitae.</a>
</p>
<div class="portrait" style="width:534px; height:653px;">
<a href="images/galaxy_portrait.jpg"><img src="images/galaxy_portrait.jpg" style="width:534px; height:653px;" class="portrait" title="The author" alt="A portrait of Marshall Styczinski" /></a>
</div>
<p>
Also see my social media pages!
<ul>
<li><a href="http://www.linkedin.com/in/moosh-link/">LinkedIn</a></li>
<li><a href="https://www.researchgate.net/profile/Marshall_Styczinski/">ResearchGate</a></li>
<li><a href="https://twitter.com/moosh_in_space/">Twitter</a></li>
<li><a href="https://www.instagram.com/moosh.in.space/">Instagram</a></li>
</ul>
</p>
</div>
<hr style="max-width:1024px;" />
<!--#include virtual="/supporting/logospane.shtml" -->
<hr style="max-width:1024px;" />
</div>
<div class="footer">
<!--#include virtual="/supporting/footer.shtml" -->
</div>
</body>
</html>