|
220 | 220 | } |
221 | 221 |
|
222 | 222 | // 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) |
224 | 224 | box.homePage.footer.btnGroup.add(that) |
225 | | - that.text = "More Examples" |
| 225 | + that.text = "MORE EXAMPLES" |
226 | 226 | footerButtonStyle(that) |
227 | 227 | that.onClick(function() { |
228 | | - go("https://github.com/bug7a/basic.js-examples", "_blank") |
| 228 | + go("https://bug7a.github.io/basic.js-examples/", "_blank") |
229 | 229 | }) |
230 | 230 | /* |
231 | 231 | that.onResize(function(self) { |
|
237 | 237 | // LABEL: Project #1 button. |
238 | 238 | box.homePage.footer.btnGroup.btn2 = createLabel(0, 0, 121, 44) |
239 | 239 | box.homePage.footer.btnGroup.add(that) |
240 | | - that.text = "Project 1" |
| 240 | + that.text = "PROJECT 1" |
241 | 241 | footerButtonStyle(that) |
242 | 242 | that.element.style.marginLeft = "10px" |
243 | 243 | that.onClick(function() { |
|
254 | 254 | // LABEL: Project #2 button. |
255 | 255 | box.homePage.footer.btnGroup.btn3 = createLabel(0, 0, 121, 44) |
256 | 256 | box.homePage.footer.btnGroup.add(that) |
257 | | - that.text = "Project 2" |
| 257 | + that.text = "PROJECT 2" |
258 | 258 | footerButtonStyle(that) |
259 | 259 | that.element.style.marginLeft = "10px" |
260 | 260 | that.onClick(function() { |
|
270 | 270 | // LABEL: ShowCase #1 button. |
271 | 271 | box.homePage.footer.btnGroup.btn4 = createLabel(0, 0, 148, 44) |
272 | 272 | box.homePage.footer.btnGroup.add(that) |
273 | | - that.text = "ShowCase 1" |
| 273 | + that.text = "SHOWCASE 1" |
274 | 274 | footerButtonStyle(that) |
275 | 275 | that.element.style.marginLeft = "10px" |
276 | 276 | that.onClick(function() { |
|
286 | 286 | // LABEL: ShowCase #2 button. |
287 | 287 | box.homePage.footer.btnGroup.btn5 = createLabel(0, 0, 148, 44) |
288 | 288 | box.homePage.footer.btnGroup.add(that) |
289 | | - that.text = "ShowCase 2" |
| 289 | + that.text = "SHOWCASE 2" |
290 | 290 | footerButtonStyle(that) |
291 | 291 | that.element.style.marginLeft = "10px" |
292 | 292 | that.onClick(function() { |
|
0 commit comments