-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
148 additions
and
114 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//! data-dashboard v0.5.0 ~~ https://data-dashboard.js.org ~~ MIT License | ||
var about=function(){"use strict";const about={setup(){console.log("DataDashboard");console.log(">>> About page")}};about.setup();return about}(); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/*! data-dashboard v0.5.0 ~~ https://data-dashboard.js.org ~~ MIT License */ | ||
main{color:#fff}main>section{padding-top:20px}main>section>h2{font-size:2rem} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!doctype html> | ||
<!-- data-dashboard v0.5.0 ~~ https://data-dashboard.js.org ~~ MIT License --> | ||
<html lang=en> | ||
<head> | ||
<meta charset=utf-8> | ||
<meta name=viewport content="width=device-width, initial-scale=1"> | ||
<meta name=robots content="index, follow"> | ||
<meta name=description content="DataDashboard - A data-driven dashboard console for report widgets"> | ||
<meta name=apple-mobile-web-app-title content="Dashboard"> | ||
<meta property=og:title content="DataDashboard"> | ||
<meta property=og:description content="A data-driven dashboard console for report widgets"> | ||
<meta property=og:type content="website"> | ||
<meta property=og:image content="https://data-dashboard.js.org/../assets/graphics/logo-card.69748146.png"> | ||
<meta property=og:image:alt content="Logo"> | ||
<title>DataDashboard</title> | ||
<link rel=icon href=../assets/graphics/bookmark.28c5fc61.png> | ||
<link rel=apple-touch-icon href=../assets/graphics/mobile-home-screen.37dfb8de.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css> | ||
<link rel=stylesheet href=../libraries.5319636e.css> | ||
<link rel=stylesheet href=../style.51fdd90c.css> | ||
<link rel=stylesheet href=about.a4533dd2.css> | ||
<script defer src=../libraries.1d839cab.js></script> | ||
<script defer src=about.02988658.js></script> | ||
</head> | ||
<body> | ||
|
||
|
||
<header> | ||
<div> | ||
<figure> | ||
<img src=../assets/graphics/logo.c729e9de.png alt=logo> | ||
</figure> | ||
<h1>DataDashboard</h1> | ||
</div> | ||
<nav> | ||
<ul class=dna-menu data-menu-nav=main-web-app-panels data-callback=webApp.controller.showPanel> | ||
<li id=web-app-menu-item class=dna-template data-code=~~code~~>~~header~~</li> | ||
</ul> | ||
<div> | ||
<a href=..><i data-icon=home></i></a> | ||
<a href=../about><i data-icon=circle-info></i></a> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<main> | ||
<section> | ||
<h2>About</h2> | ||
<p>Info...</p> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<span class=external-site> | ||
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a> | ||
</span> | ||
</footer> | ||
|
||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.