-
Notifications
You must be signed in to change notification settings - Fork 0
/
process-book.php
38 lines (32 loc) · 1.27 KB
/
process-book.php
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
<?php include 'includes/head.html'; ?>
<body id="process-book">
<?php include 'includes/header.html'; ?>
<style>
#process_main {
margin-top: 50px;
}
</style>
<div class="content cf">
<header class="tab_header">
<div class="overview_title">Process Book And Related</div>
<div class="tip">PDF and Markdown(MD) formats, if problem with links use MD.</div>
</header>
<div id="process_main">
<ul>
<li>Process Book <a href="assets/process-book.pdf">(PDF)</a> <a href="process-book.md">(MD)</a></li>
<li>Design Studio Feedback <a href="assets/design_studio_feedback.pdf">(PDF)</a> <a
href="assets/design_studio_feedback.md">
(MD)</a></li>
<li>Google API Concept <a href="assets/google-api-concept.pdf">(PDF)</a> <a href="assets/google-api-concept.md">(MD)
</a></li>
<li>Data Processing Overview <a href="assets/data-overview.pdf">(PDF)</a> <a
href="productiondata/data-overview.md">(MD)</a></li>
<li>Historical Data Processing <a href="assets/process-data-history.pdf">(PDF)</a> <a
href="assets/process-data-history.md">(MD)</a></li>
</ul>
</div>
</div>
<!-- footer -->
<?php include 'includes/footer.html'; ?>
</body>
</html>