-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (81 loc) · 3.79 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content=" ">
<meta name="author" content=" ">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/main_.css">
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<title>Zank Framework</title>
<!--[if lt IE 9]>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<![endif]-->
</head>
<body>
<a href="https://github.com/zank-framework"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div class="dd-code hideurself"><div class="center"><span class="coderun"></span><span class="blink"></span></div></div>
<div class="container">
<header><h1 class="title">Zank_Framework</h1></header>
<div class="row">
<h3>run</h3>
<p class="code links">
<a href="index.html" class="cd">index (@)</a>
<a href="blog.html" class="cd">blog</a>
<a href="contact.html" class="cd">contact</a>
<span class="coderun"></span><span class="blink"></span>
<br />
</p>
</div>
<div class="row">
<div class="column two-thirds main">
<div class="app">
<h3>contribute</h3>
<p>
We appreciate submissions and tips or feedback (<a href="mailto:[email protected]">[email protected]</a>). We create zank for create static website from database driven website. Here's some website example to <strong>use zank framework</strong>:
</p>
<ul>
<li>News Portals</li>
<li>Ads Portals</li>
<li>Shopping websites</li>
<li>CMS based websites</li>
<li>Commenting systems</li>
</ul>
<p>
The best way to contribute is to fork the repo, then make a new branch and submit a pull request.
</p>
<code>
<pre>$ cd work-directory
$ git clone https://github.com/your-awesome-username/zank.git
$ git branch my_version
$ git push origin my_version
$ git checkout my_version</pre>
</code>
<p>Then you can start working locally, commit and push as you normally would. When you are happy with your contribution,
you can submit a pull request</p>
<p>We will then personally review the request and add it (and your name) to the project</p>
</div>
<div class="app">
<h3>License</h3>
<p>Use or modify this in any way you want wherever you want for whatever purpose you want.</p>
</div>
</div>
<div class="column one-third sidebar">
<h3>About</h3>
<p class="code">
Thanks for checking out <strong>Zank_Framework</strong>! If you want to learn more about this, use it or contribute to it - it's right <a href="https://github.com/zank-framework/zank">here</a> on GitHub
<br /><br />
<iframe src="http://ghbtns.com/github-btn.html?user=zank-framework&repo=zank&type=fork"
allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=zank-framework&repo=zank&type=watch"
allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=zank-framework&repo=zank&type=follow"
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
</p>
</div>
</div>
</div>
<script src="./js/scripts.js"></script>
</body>
</html>