forked from uc-love-data-week/uc-love-data-week.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (27 loc) · 702 Bytes
/
about.html
File metadata and controls
37 lines (27 loc) · 702 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
31
32
33
34
35
36
37
---
layout: 2016_default
permalink: /2016/about
title: About the Conference
---
<!--background color-->
<script type="text/javascript">
document.write ('<body style="background: Gainsboro; background-attachment: fixed;">')
</script>
<div class="black-frame about">
<h1>{{ page.title }}</h1>
<div class="icon-about">
<img src="../css/2016_style/img/TBD.jpg" alt="icon-about">
</div>
<h2 class="first">Theme</h2>
<p>
Your Theme
</p>
<h2 class="second">Vision</h2>
<p>
Your Vision
</p>
<h2 class="third">Mission</h2>
<p>
Your Mission
</p>
</div>