diff --git a/app/assets/img/screenshot.png b/app/assets/img/screenshot.png index 4bfa7ef..ba141b1 100644 Binary files a/app/assets/img/screenshot.png and b/app/assets/img/screenshot.png differ diff --git a/app/components.html b/app/components.html new file mode 100644 index 0000000..dbc45c1 --- /dev/null +++ b/app/components.html @@ -0,0 +1,314 @@ +
+
+
+ + +
+
+

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

+ +
+
+ +
+
+
+
+
Repo list
+
+
+
+
+
+ + + 123 + + + +
+ Repo 1 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 2 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 3 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 4 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
Repo list
+
+
+
+
+
+ + + 123 + + + +
+ Repo 5 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 6 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 7 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ + + 123 + + + +
+ Repo 8 +
+
This is one of my coolest repos.
+
+
+
+
+
+
+
+
+
+ Form to fill in +
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
\ No newline at end of file diff --git a/app/index.js b/app/index.js index 730acbf..20f9d53 100644 --- a/app/index.js +++ b/app/index.js @@ -81,6 +81,16 @@ Router.add('/notepad', function(render) { document.getElementById("useragent").innerHTML = window.navigator.userAgent; }); +Router.add('/components', function(render) { + render("app\\components.html", {}); + + console.log("log message"); + console.warn("warning message"); + console.info("information message"); + console.error("information message"); +}); + + // clear Browser.setContent(""); diff --git a/app/signin.html b/app/signin.html index f0b9a1b..a8d6161 100644 --- a/app/signin.html +++ b/app/signin.html @@ -81,6 +81,7 @@