-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
68 lines (58 loc) · 1.96 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wesley Eddy - wesley-eddy.github.io</title>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/indigo-white.css">
</head>
<body>
<main>
<div class="intro">Wesley Eddy</div>
<div class="tagline">Space Internet | Network Transport | Satellite Routing</div>
<div class="icons-social">
<a target="_blank" href="https://github.com/wesley-eddy">
<i class="fab fa-github" aria-hidden="true" title="Github"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/wesley-eddy-17983a4">
<i class="fab fa-linkedin" aria-hidden="true" title="LinkedIn"></i>
</a>
<a target="_blank" href="https://scholar.google.com/citations?user=IV57ZR4AAAAJ&hl=en">
<i class="fa-brands fa-google-scholar" aria-hidden="true" title="Google Scholar"></i>
</a>
</div>
<!--
<table style="border:1px solid black;margin-left:auto;margin-right:auto;border-collapse: collapse;" width=50% rows=4 columns=1>
<tr>
<td style="border:1px solid black;padding: 5px;">
-->
<br />
<div class="interests">
<h3>Interests & Expertise:</h3>
<ul>
<li>Network Protocols</li>
<li>Software Defined Networking</li>
<li>Space Communications & Networks</li>
<li>Satellite Constellations</li>
<li>Model-Based Systems Engineering</li>
</ul>
</div>
<br />
<!--
</td>
</tr>
<tr>
<td style="border:1px solid black;padding: 5px;">
-->
<h3>Contact:</h3>
<p>wesley . m . eddy @ gmail.com<br/>
</td>
</tr>
</table>
</main>
</body>
</html>