forked from fheisler/techhire-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (92 loc) · 4.99 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>TechHire Playbook</title>
<meta charset='UTF-8'/>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link href='//fonts.googleapis.com/css?family=Montserrat:400,300,700|Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' href='{{site.baseurl}}/assets/images/favicon.ico' type='image/x-icon' />
<link rel="icon" type="image/png" href="{{site.baseurl}}/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{site.baseurl}}/assets/images/favicon-16x16.png" sizes="16x16" />
<link href='{{site.baseurl}}/assets/css/styles.css' rel='stylesheet' />
</head>
<body>
<div id="navigation_bar">
<div class="outer_container">
<div class="inner_container">
<a href="#introduction"><h3>TechHire Playbook</h3></a>
<ul class="nav">
{% for play in site.plays %}
<li class="play_square"><a href="#play{{ play.num }}" title="View Play {{ play.num }}: {{ play.title }}">{{ play.num }}</a></li>
{% endfor %}
</ul>
<div id="menu_icon">
<a href="#plays_index_anchor" title="Return to Index"></a>
</div>
</div>
</div>
</div>
<div class="header">
<div class="logo-container">
<div class="logo">
<a href="http://techhire.org">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 336.06 51.68"><defs><style>.a{fill:#222023;}.b{fill:#0090c8;}</style></defs><polygon class="a" points="16.21 31.64 16.15 37.49 0 25.84 16.15 14.19 16.2 20.06 8.17 25.84 16.21 31.64"></polygon><polygon class="a" points="314.7 26.34 298.55 37.99 298.49 32.14 306.52 26.34 298.49 20.55 298.55 14.69 314.7 26.34"></polygon><polygon class="a" points="188.52 0 168.02 51.68 161.46 51.68 182.08 0 188.52 0"></polygon><path class="b" d="M174.36,0L153.74,51.68H25V0H174.36ZM148.78,39.15V11.41h-6.1v11H131.42v-11h-6.1V39.15h6.1V28h11.26V39.15h6.1Zm-29.92-4.48L115,30.75c-2.17,2-4.12,3.25-7.29,3.25-4.75,0-8.05-4-8.05-8.72V25.2c0-4.75,3.37-8.64,8.05-8.64,2.78,0,5,1.19,7.1,3.13l3.88-4.48a14.35,14.35,0,0,0-10.94-4.28A14.1,14.1,0,0,0,93.26,25.28v0.08a14,14,0,0,0,14.23,14.27A14.18,14.18,0,0,0,118.86,34.67ZM87.47,39.15V33.72H72.41V27.89H85.49V22.46H72.41V16.84H87.27V11.41H66.34V39.15H87.47ZM60.09,17V11.41h-23V17h8.44V39.15h6.11V17h8.44Z"></path><polygon class="a" points="287.69 33.72 287.69 39.15 266.57 39.15 266.57 11.41 287.49 11.41 287.49 16.83 272.63 16.83 272.63 22.46 285.71 22.46 285.71 27.89 272.63 27.89 272.63 33.72 287.69 33.72"></polygon><path class="a" d="M253.52,29.24l6.78,9.91h-7.13l-5.94-8.88h-4.79v8.88h-6.11V11.41H249c3.53,0,6.27,1,8.09,2.81a8.73,8.73,0,0,1,2.37,6.34v0.08A8.62,8.62,0,0,1,253.52,29.24ZM253.29,21V20.88c0-2.62-1.82-4-4.8-4h-6.06v8h6.18C251.58,24.88,253.29,23.3,253.29,21Z"></path><rect class="a" x="221.7" y="11.41" width="6.1" height="27.74"></rect><polygon class="a" points="213.18 11.41 213.18 39.15 207.08 39.15 207.08 28.01 195.82 28.01 195.82 39.15 189.72 39.15 189.72 11.41 195.82 11.41 195.82 22.38 207.08 22.38 207.08 11.41 213.18 11.41"></polygon><rect class="a us" x="314.48" y="37.58" width="21.58" height="5.47"></rect></svg>
</a>
</div>
</div>
<div class="backlink">
<a href="http://techhire.org">
Return to TechHire
</a>
</div>
</div>
<div id="introduction">
<div class="intro_container">
{% capture introduction %}{% include introduction.md %}{% endcapture %}
{{ introduction | markdownify }}
<div class="button">
<a href="#plays_index_anchor" title="View the Plays">See the plays</a>
</div>
</div>
</div>
<div id="plays_index">
<div class="outer_container">
<div class="inner_container">
<a class="anchor_offset" id="plays_index_anchor"></a>
<h2>TechHire Plays</h2>
<div class="columns">
<ol>
{% for play in site.plays %}
<li><a href="#play{{ play.num }}" title="View Play {{ play.num }}">{{ play.title }}</a></li>
{% endfor %}
</ol>
</div>
<div class="button">
<a href="#play1" title="View the In Detail">In detail</a>
</div>
</div>
</div>
</div>
<div id="plays" class="outer_container">
{% for play in site.plays %}
<div class="inner_container">
<a class="anchor_offset" id="play{{ play.num }}"></a>
<h6>
PLAY {{ play.num }}
<a class="edit-play" target="_blank" href="https://github.com/fheisler/techhire-playbook/edit/master/_plays/0{{ play.num }}.md">Suggest an improvement</a>
</h6>
<h2 class="display">{{ play.title }}</h2>
{{ play.output }}
</div>
{% endfor %}
</div>
<script src='{{site.baseurl}}/assets/js/jquery-1.11.1.min.js'></script>
<script src='{{site.baseurl}}/assets/js/scrollspy.js'></script>
<script src='{{site.baseurl}}/assets/js/simple-expand.js'></script>
<script src='{{site.baseurl}}/assets/js/site.js'></script>
<script src='{{site.baseurl}}/assets/js/ga.js'></script>
<script type="text/javascript" src="http://getaninsight.com/id/wi/927/jq/1/b/0790D5/p/r/t/y/"></script>
</body>
</html>