-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (97 loc) · 4.55 KB
/
index.html
File metadata and controls
105 lines (97 loc) · 4.55 KB
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
103
104
105
---
layout: default
---
<style>
a:hover { text-decoration: none; color: #777;}
.sample {
padding: 10px;
color: #777;
font-size: 16px;
}
</style>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="header" style="padding-bottom: 20px;">
<h1 class="text-center" style="font-size: 32pt;">PROGRAMMING BEYOND PRACTICES</h1>
<big>
<p class="text-muted text-center" style="font-size: 16pt;">
A practical book on the non-code aspects of software development
</p>
</big>
<hr />
<h2 class="text-center">Pick any chapter you'd like as your free sample. Yes, really.</h2>
<hr />
</div>
<div class="row text-center">
<div class="col-md-4">
<a class="thumbnail" href="samples/1" class="sample">
<strong>Using prototypes to<br/> explore project ideas<br/></strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Fill me in, please</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" class="sample">
<strong>Spotting hidden dependencies in incremental changes</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Fill me in, please</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" class="sample">
<strong>Identifying the pain points of service integrations</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Fill me in, please</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
<div class="col-md-4">
<a class="thumbnail" href="#" style="padding: 10px; color: #777;">
<strong>Developing a rigorous approach toward problem solving</strong>
<img class="img-responsive" style="padding: 10px 0px 10px 0px;" src="http://placehold.it/300">
<div>Breaking down problems in a precise and methodical fashion is a learned skill that needs to be practiced, not a natural talent.</div>
</a>
</div>
</div>
</div>
<div class="col-md-1"></div>
</div>