Skip to content

Instantly share code, notes, and snippets.

View jalexy12's full-sized avatar

Josh Alexy jalexy12

  • GitHub Staff
  • Pittsburgh, PA
View GitHub Profile
@jalexy12
jalexy12 / projects_old.md
Last active August 30, 2016 18:33 — forked from nizaroni/projects.md
How to approach your Ironhack final project.

Final Projects

Idea

  • Something you care about
  • Enough work for 6 weeks
  • Too big isn't a problem

Example Final Projects

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</head>
<body>
<div class="container" style="margin-top: 50px;">
<button class="btn btn-primary hello-button">Do Something</button>
</div>