mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-25 07:41:22 +00:00
new splash page since im employed now
This commit is contained in:
28
index.html
28
index.html
@@ -8,14 +8,40 @@
|
||||
name="description"
|
||||
content="Anson Biggs is an undergraduate Aerospace Engineering student with a focus on Aerospace (Astro) Engineering and a minor in Computer Science at Embry-Riddle Aeronautical University"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="awsm.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="awsm_theme_black.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>"
|
||||
/>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.sound.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<meta charset="utf-8" />
|
||||
<script src="mover.js"></script>
|
||||
<script src="sketch.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hi I'm Anson</h1>
|
||||
<p>
|
||||
I'm Astronautical Engineer writing software at United Launch Alliance.
|
||||
</p>
|
||||
<!--sse-->
|
||||
<hr />
|
||||
|
||||
<p>
|
||||
To see what I'm currently working on, check out my
|
||||
<a href="https://gitlab.com/MisterBiggs">Gitlab</a> or my
|
||||
<a href="https://projects.ansonbiggs.com">Projects Website</a>. You can
|
||||
reach me on <a href="https://t.me/MisterBiggs" rel="me">Telegram</a>,
|
||||
<a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a>, or by
|
||||
<a href="mailto:anson@ansonbiggs.com" rel="me">Email</a>. If you're really
|
||||
curious you check out my
|
||||
<a href="https://ansonbiggs.com/resume">Resume</a>.
|
||||
</p>
|
||||
<!--/sse-->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user