mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Wording change
This commit is contained in:
+8
-8
@@ -67,15 +67,15 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
|
||||
<h2 class="display-4">Count your page views in seconds</h2>
|
||||
<h2 class="display-4">Show your page views in seconds</h2>
|
||||
<div><img :src="defaultBadge" class="my-badge" /></div>
|
||||
<p class="lead">
|
||||
Badges generates a unique SVG image for a web page, every request gets
|
||||
Badges generates a unique SVG image for a web page, requests gets
|
||||
calcaulted and reflected on the value of the Badge. <br />
|
||||
It's super handy when you want to know how many people viewed your web
|
||||
page but you can't enable a Google Analytics script on it. <br />
|
||||
Think about this is simplifed Goolge Analytics on a static page without JS script, isn't this handy?
|
||||
<br />
|
||||
In the near future, we will allow you to display data from various
|
||||
data source like HTTP API.
|
||||
data source like HTTP API and so on.
|
||||
</p>
|
||||
</div>
|
||||
<b-row>
|
||||
@@ -88,7 +88,7 @@
|
||||
/>
|
||||
<h2>Just a image</h2>
|
||||
<p>
|
||||
No need to make any API call, go Google analytics required. As long
|
||||
No need to make any API calls, no Google analytics required. As long
|
||||
as the web page allow you to display a svg image.
|
||||
</p>
|
||||
</div>
|
||||
@@ -115,7 +115,7 @@
|
||||
/>
|
||||
<h2>Data comes realtime</h2>
|
||||
<p>
|
||||
The page view count data get calculated in realtime. <br />And it
|
||||
The page view count data gets calculated in realtime. <br />And it
|
||||
will be refreshed on your web page automatically.
|
||||
</p>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@ import { mapMutations, mapActions } from "vuex";
|
||||
export default Vue.extend({
|
||||
data() {
|
||||
return {
|
||||
buttonText: "Get your Badge",
|
||||
buttonText: "Generate your Badge",
|
||||
text: "",
|
||||
canGenerate: true,
|
||||
activeBadgeColor: "green"
|
||||
|
||||
Reference in New Issue
Block a user