forked from evert0n/Firepoker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (48 loc) · 4.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Firepoker.io - Agile Planning Poker® built with Firebase and AngularJS</title>
<!-- Default metatags -->
<meta name="description" content="Planning poker®, also called Scrum poker, is a consensus-based technique for estimating, mostly used to estimate effort or relative size of user stories in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed.">
<meta name="keywords" content="planning poker,scrum poker,estimate,agile,scrum,agile estimation,poker,firebase,angularjs,angular">
<!-- Facebook metatags -->
<meta property="og:title" content="Firepoker.io - Agile Planning Poker® built with Firebase and AngularJS">
<meta property="og:image" content="https://firepoker.io/images/icon_23936.png">
<meta property="og:site_name" content="Firepoker">
<meta property="og:url" content="https://firepoker.io/">
<meta property="og:description" content="Planning poker®, also called Scrum poker, is a consensus-based technique for estimating, mostly used to estimate effort or relative size of user stories in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed.">
<!-- Twitter metatags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://firepoker.io">
<meta name="twitter:title" content="Firepoker.io - Agile Planning Poker® built with Firebase and AngularJS">
<meta name="twitter:description" content="Planning poker®, also called Scrum poker, is a consensus-based technique for estimating, mostly used to estimate effort or relative size of user stories in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed.">
<meta name="twitter:image" content="https://firepoker.io/images/icon_23936.png">
<!-- Google plus metatags -->
<meta itemprop="name" content="Firepoker.io - Agile Planning Poker® built with Firebase and AngularJS">
<meta itemprop="description" content="Planning poker®, also called Scrum poker, is a consensus-based technique for estimating, mostly used to estimate effort or relative size of user stories in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed.">
<meta itemprop="image" content="https://firepoker.io/images/icon_23936.png">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/55e23755.main.css">
</head>
<body ng-app="firePokerApp" ng-cloak="" itemscope="" itemtype="https://schema.org/Product">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!--[if lt IE 9]>
<script src="components/es5-shim/es5-shim.js"></script>
<script src="components/json3/lib/json3.min.js"></script>
<![endif]-->
<!-- Add your site or application content here -->
<div class="container" ng-view=""></div>
<script src="scripts/578b24de.vendors.js"></script>
<script src="scripts/44b856a0.scripts.js"></script>
</body>
</html>