-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
68 lines (55 loc) · 3.3 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
<!DOCTYPE html>
<html>
<head>
<title>Bernard</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
</head>
<body>
<div class="ribbon">
<a href="https://github.com/bernardphp/bernard">Fork me on GitHub!</a>
</div>
<div class="container text-center">
<a class="logo" href="http://bernardphp.com">Bernard</a>
</div>
<hr />
<div class="container">
<div class="row">
<div class="col-md-3">
<ul class="toc nav">
<li><strong>Getting Started</strong></li>
<li><a href="#">Welcome</a></li>
<li><a href="#">Benefits</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">License</a></li>
<li><strong>Customizing</strong></li>
<li><a href="#">View Type</a></li>
<li class="active"><a href="#">Animation Styles</a></li>
<li><a href="#">Bars Text</a></li>
<li><a href="#">Vote Counter</a></li>
<li><a href="#">Rating Icons</a></li>
<li><a href="#">Rating Titles</a></li>
</ul>
</div>
<div class="col-md-9 body">
<h1>Getting Started</h1>
<p>Are you listening to your customers?</p>
<p>As they say: You cannot improve what you cannot measure; but the paradox is you cannot measure everything – happiness, hatred, anger… but you can measure customer satisfaction. Yes, you can measure customer satisfaction by analyzing likes and dislikes of your customers. You can gauge popularity of your website or products. You can also:</p>
<ul>
<li>See how many visitors like the new design of your website or logo.</li>
<li>See how many visitors like the new design of your website or logo.</li>
<li>See how many visitors like the new design of your website or logo.</li>
<li>See how many visitors like the new design of your website or logo.</li>
<li>See how many visitors like the new design of your website or logo.</li>
<li>See how many visitors like the new design of your website or logo.</li>
</ul>
<h2>License</h2>
<p>This Feedback Collection and Polling widget is free for personal and commercial projects as long as you are providing a link back to this page. If you don’t want to provide a link back, simply contribute to the development and improvement of this tool. To contribute to this and many other interesting projects, go to Support Efforts and become a patron.</p>
<script src="https://gist.github.com/4505639.js?file=macroBuild.scala" type="text/javascript"></script>
</div>
</div>
</div>
</body>
</html>