-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
28 lines (25 loc) · 1.11 KB
/
Copy pathwork.html
File metadata and controls
28 lines (25 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="/js/main.js"></script>
<title>Jay's Work Experience</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<site-nav data-active="work"></site-nav>
<div class="columns pl-5 has-text-white is-centered">
<div class="column">
<img src="https://www.baesystems.com/.resources/bae-systems-theme/img/logo-red.svg" alt="BAE System" title="BAE System">
</div>
<div class="column is-two-thirds">
<h2 class="title has-text-white">BAE Systems</h2>
<p><i class="subtitle has-text-white">Technical Intern III, Present</i> <br/> Worked as a software engineer on an Angular frontend for an internal system. Can't really talk specifics, but worked on a small team in an agile environment. Also working on a C++ native Windows application. </p>
</div>
</div>
</main>
</body>
</html>