forked from iluwatar/java-design-patterns
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpattern.html
More file actions
30 lines (29 loc) · 764 Bytes
/
pattern.html
File metadata and controls
30 lines (29 loc) · 764 Bytes
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
---
layout: default
---
<div class="row">
<div id="myArticle" class="col-sm-9">
<div class="post-area post">
<header>
<a id="viewSourceOnGithub" class="btn btn-primary" href="{{ site.repo_url }}/tree/master/{{ page.folder }}" target="_blank">
<span class="glyphicon glyphicon-new-window"></span>
View Source on Github
</a>
<h1>{{ page.title }}</h1>
</header>
<hr>
<article>
{{ content }}
</article>
<hr>
</div>
</div>
<div id="content" class="col-sm-3">
<div id="myAffix" class="shadow-bottom-center hidden-xs" >
<div class="categories-list-header">
Content
</div>
<div class="content-text"></div>
</div>
</div>
</div>