-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowledge.html
More file actions
23 lines (22 loc) · 959 Bytes
/
Copy pathknowledge.html
File metadata and controls
23 lines (22 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Knowledge
layout: default
description: keep hungry keep foolish
header-img: "img/post-bg-rwd.jpg"
---
<!-- Page Header -->
<header class="intro-header" style="margin-bottom: 0px; background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container" style="overflow: hidden;">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading" id="tag-heading">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
<span class="subheading">{{ page.description }}</span>
</div>
</div>
</div>
</div>
</header>
<div style="width: auto;height:1300px">
<iframe name="myframe" src="knowledge.html" frameborder="0" scrolling="auto" width="100%" height="100%"></iframe>
</div>