Skip to content

Instantly share code, notes, and snippets.

@mikejakobsen
Last active May 27, 2016 09:30
Show Gist options
  • Save mikejakobsen/192572799c993b4694dc619f295126ba to your computer and use it in GitHub Desktop.
Save mikejakobsen/192572799c993b4694dc619f295126ba to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: center, middle
![Squares](squares.png)
---
# How did we approach Squares?
The first iteration - To validate the concept.
1. The Layout
2. Colors
3. Elements/Priorities
4. Basic Usability
*Proof of concept*
---
# How will it contribute to Kong Orange..
A real life concept.
Provide Foundation
Functional layout
*“First hand experience”* for the users
---
# What now?
Develop further on that feedback.
---
# What did we learn?
* Team management.
* Split the task.
* Burndown chart.
* Priorities.
</textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment