Skip to content

Commit 9a922e7

Browse files
committed
Update index.htm
1 parent 5ebbf0d commit 9a922e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.htm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@
220220
}
221221

222222
// LABEL: More Examples button.
223-
box.homePage.footer.btnGroup.btn1 = createLabel(0, 0, 166, 44)
223+
box.homePage.footer.btnGroup.btn1 = createLabel(0, 0, 186, 44)
224224
box.homePage.footer.btnGroup.add(that)
225-
that.text = "More Examples"
225+
that.text = "MORE EXAMPLES"
226226
footerButtonStyle(that)
227227
that.onClick(function() {
228-
go("https://github.com/bug7a/basic.js-examples", "_blank")
228+
go("https://bug7a.github.io/basic.js-examples/", "_blank")
229229
})
230230
/*
231231
that.onResize(function(self) {
@@ -237,7 +237,7 @@
237237
// LABEL: Project #1 button.
238238
box.homePage.footer.btnGroup.btn2 = createLabel(0, 0, 121, 44)
239239
box.homePage.footer.btnGroup.add(that)
240-
that.text = "Project 1"
240+
that.text = "PROJECT 1"
241241
footerButtonStyle(that)
242242
that.element.style.marginLeft = "10px"
243243
that.onClick(function() {
@@ -254,7 +254,7 @@
254254
// LABEL: Project #2 button.
255255
box.homePage.footer.btnGroup.btn3 = createLabel(0, 0, 121, 44)
256256
box.homePage.footer.btnGroup.add(that)
257-
that.text = "Project 2"
257+
that.text = "PROJECT 2"
258258
footerButtonStyle(that)
259259
that.element.style.marginLeft = "10px"
260260
that.onClick(function() {
@@ -270,7 +270,7 @@
270270
// LABEL: ShowCase #1 button.
271271
box.homePage.footer.btnGroup.btn4 = createLabel(0, 0, 148, 44)
272272
box.homePage.footer.btnGroup.add(that)
273-
that.text = "ShowCase 1"
273+
that.text = "SHOWCASE 1"
274274
footerButtonStyle(that)
275275
that.element.style.marginLeft = "10px"
276276
that.onClick(function() {
@@ -286,7 +286,7 @@
286286
// LABEL: ShowCase #2 button.
287287
box.homePage.footer.btnGroup.btn5 = createLabel(0, 0, 148, 44)
288288
box.homePage.footer.btnGroup.add(that)
289-
that.text = "ShowCase 2"
289+
that.text = "SHOWCASE 2"
290290
footerButtonStyle(that)
291291
that.element.style.marginLeft = "10px"
292292
that.onClick(function() {

0 commit comments

Comments
 (0)