- Create your own
index.html
(file below) on your computer and view it in Chrome - Open
index.html
in your favorite editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" | |
crossorigin="anonymous"> |
this is the requirements.
- Mercury http://cnn.com
- Venus
- Earth (Orbit/Moon)
- Mars
Firebase database and authentication with Vue.js experience.
Working Vue.js App based exactly on:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html ⚡> | |
<head> | |
<meta charset="utf-8"> | |
<title>AMP using MUI example</title> | |
<link rel="canonical" href="index.html"> | |
<meta name="viewport" content="width=device-width,minimum-scale=1"> | |
<meta name="description" content="MUI css framework and AMP"> | |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {Button, fs, TextInput, ui} = require('tabris') | |
const FILE = fs.filesDir + '/' + 'names.json' | |
const RIGHT_MARGIN = 10 | |
const LEFT_MARGIN = 10 | |
let names = [ | |
{ | |
'firstName': 'Bob', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {fs, Button, TextView, TextInput, ui} = require('tabris') | |
const FILENAME = 'helloxxppp.txt' | |
const FILEPATH = fs.filesDir | |
const FULLFILEPATH = FILEPATH + '/' + FILENAME | |
console.log('FILENAME: \n ' + FILENAME) | |
console.log('FILEPATH: \n ' + FILEPATH) | |
console.log('FULLFILEPATH \n: ' + FULLFILEPATH) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>KaiKi_KiBeta</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>KaiKi_KiBeta</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
TabFolder, Tab and WebView | |
@version:2.4 | |
Snippet url: | |
- http:// | |
References: | |
- https://tabrisjs.com/documentation/latest/api/TabFolder.html | |
*/ | |
const {Button, Tab, TextInput, TabFolder, TextView, ImageView, ui} = require('tabris'); |
NewerOlder