Skip to content

Instantly share code, notes, and snippets.

@millerbyte
millerbyte / index.html
Created February 21, 2018 17:07
Updated Resume
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<div class="resume-container">
<header id="resume-header">
<div id="left"></div>
<div id="title">
<h2>Matthew Anderson</h2>
<h4>Junior Software Engineer</h4>
</div>
<div id="contact">

Section 2: Introduction to Front End Dev

  • Restaurant Analogy: The backend is everything that happens in the kitchen; the front end is what is is plated and sent to the table

Section 7: Bootstrap

  • Mobile first, grid-based system
  • Can write nested grids
  • Sizes: xs s m lg xl
  • Works well with FontAwesome icons

Section 13: DOM Manipulation

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->