Resume download + some wording changes
This commit is contained in:
parent
7ea3b36e85
commit
2644133091
28
index.html
28
index.html
@ -11,19 +11,23 @@
|
|||||||
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
|
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
|
||||||
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
|
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
|
||||||
|
|
||||||
<h2>About me</h2>
|
<p>Download a copy of <a href="./resume/Greg Shuflin resume.pdf">my resume</a>.
|
||||||
<p>I'm an industry programmer with broad expertise across several different
|
|
||||||
disciplines of industry software development, particularly network
|
|
||||||
programming, full-stack web development, and modern devops. I
|
|
||||||
dabble in 3d graphics, programming language design, and mucking about with
|
|
||||||
microcontrollers on the side, which occasionally comes in handy. I've
|
|
||||||
shipped code in Rust, Python, C, C++, Ruby on Rails, Scala, Elm, and Haskell.
|
|
||||||
My educational credentials are a BA in Linguistics, Computer Science and
|
|
||||||
Japanese from the University of California, Berkeley (2007-2012).
|
|
||||||
|
|
||||||
<p> I used to have a line here that said "Also if you're hiring for a Rust
|
<h2>About me</h2>
|
||||||
position I'd love to talk to you.", but since I now have a position where I
|
|
||||||
spend a lot of my time writing Rust, I suppose it worked.
|
<p>I'm a software engineer with broad expertise across several different
|
||||||
|
disciplines of industry software development, particularly network
|
||||||
|
programming, full-stack web development, and modern cloud-focused devops/Unix
|
||||||
|
systems administration. I dabble in 3d graphics, functional programming/type
|
||||||
|
theory, programming language design, and mucking about with microcontrollers
|
||||||
|
on the side, and one or another of these skillsets has come in handy before.
|
||||||
|
|
||||||
|
<p>I've shipped code in Rust, Python, C, C++, Ruby on Rails, Scala, Elm, and
|
||||||
|
Haskell. My educational credentials are a BA in Linguistics, Computer
|
||||||
|
Science and Japanese from UC Berkeley. I used to have a line here that said
|
||||||
|
"Also if you're hiring for a Rust position I'd love to talk to you.", but
|
||||||
|
since I now have a position where I spend a lot of my time writing Rust, I
|
||||||
|
suppose it worked.
|
||||||
|
|
||||||
<h2>Open-source work</h2>
|
<h2>Open-source work</h2>
|
||||||
|
|
||||||
|
1
justfile
1
justfile
@ -2,3 +2,4 @@
|
|||||||
deploy:
|
deploy:
|
||||||
scp index.html greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/"
|
scp index.html greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/"
|
||||||
scp style.css greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/"
|
scp style.css greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/"
|
||||||
|
scp -r resume greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/"
|
||||||
|
BIN
resume/Greg Shuflin resume.pdf
Normal file
BIN
resume/Greg Shuflin resume.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user