mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-15 17:06:39 +00:00
lots of small changes
This commit is contained in:
parent
2764b03ca8
commit
695df83f6a
0
awsm.min.css → css/awsm.min.css
vendored
0
awsm.min.css → css/awsm.min.css
vendored
22
index.html
22
index.html
@ -8,24 +8,27 @@
|
||||
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_theme_black.min.css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="css/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" />
|
||||
<script src="p5/p5.min.js"></script>
|
||||
<script src="p5/p5.dom.min.js"></script>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<script src="mover.js"></script>
|
||||
<script src="sketch.js"></script>
|
||||
<script src="p5/mover.js"></script>
|
||||
<script src="p5/sketch.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hi I'm Anson</h1>
|
||||
<h1>Hi, I'm Anson.</h1>
|
||||
<p>
|
||||
I'm Astronautical Engineer writing software at United Launch Alliance.
|
||||
</p>
|
||||
@ -39,8 +42,7 @@
|
||||
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>.
|
||||
curious you check out my <a href="/resume">Resume</a>.
|
||||
</p>
|
||||
<!--/sse-->
|
||||
</body>
|
||||
|
1
p5/p5.dom.min.js
vendored
Normal file
1
p5/p5.dom.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
15
p5/p5.min.js
vendored
Normal file
15
p5/p5.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
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="../css/awsm.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
|
||||
<link
|
||||
|
Loading…
x
Reference in New Issue
Block a user