/source/layouts/_about.erb

https://gitlab.com/myrrlyn/myrrlyn.net · Ruby HTML · 57 lines · 56 code · 1 blank · 0 comment · 3 complexity · 56c759edd0e7f46b8e8eeefb9185eb5c MD5 · raw file

  1. <aside id="about"
  2. class="flex-item">
  3. <div class="logo gravatar">
  4. <% link_to "/" do %>
  5. <img id="gravatar"
  6. src="<%= gravatar_for "appayne@outlook.com", size: 192 %>"
  7. alt="My Gravatar"
  8. title="Headshot taken in October 2016" />
  9. <% end %>
  10. </div>
  11. <h1>
  12. Alexander Payne
  13. </h1>
  14. <h2>
  15. Introduction
  16. </h2>
  17. <p>
  18. Im a software engineer at Space Dynamics Laboratory, working on embedded
  19. software for satellite missions. I work primarily in C, and have hopes to
  20. introduce the Rust language into aerospace.
  21. </p>
  22. <p>
  23. Im a bigger Taylor Swift fan than you.
  24. </p>
  25. <h2>
  26. Contact Info
  27. </h2>
  28. <p>
  29. Feel free to reach me at
  30. <%= link_to "appayne@outlook.com", "mailto:appayne@outlook.com" %>. My cell
  31. number is on some spam lists, so I dont give that out or answer unknown calls;
  32. I dont often answer unsolicited email either but if you look like a real person
  33. and not a mass market script I probably will. But if youre reading this, its
  34. likely because weve already begun speaking.
  35. </p>
  36. <p>
  37. My public key is hosted locally <%= link_to "here", "/myrrlyn.asc" %> and at
  38. <%= link_to "my Keybase profile", "//keybase.io/myrrlyn" %>. Encryption probably
  39. isnt <em>that</em> important to talk to me, but good habits are good habits.
  40. </p>
  41. <p>
  42. <small>
  43. This site is a work in progress. I would greatly appreciate reports of bugs, and
  44. equally appreciate patience as I build it.
  45. </small>
  46. </p>
  47. <div id="about-logos">
  48. <p class="text-center">
  49. <%= link_to image_tag("arch-logo.png", height: 32, alt: "Arch Linux"), "https://www.archlinux.org" %>
  50. <%= link_to h5logo("css3", "semantics", height: 32, alt: "HTML5"), "https://www.w3.org/html/logo/" %>
  51. </p>
  52. <div class="logo glider">
  53. <%= partial "layouts/glider", locals: { scale: 16 } %>
  54. </div>
  55. </div>
  56. </aside>