Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanenckevort-hp authored and github-actions[bot] committed Mar 8, 2024
1 parent a43b0ef commit 493fb56
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 31 deletions.

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions dist/assets/index-C3AdR1K8.js

This file was deleted.

39 changes: 39 additions & 0 deletions dist/assets/index-DRTbQGB0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/bootstrap-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<link rel="icon" type="image/svg+xml" href="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Circular Tech Map</title>
<script type="module" crossorigin src="/assets/index-C3AdR1K8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-rNyy3JU1.css">
<script type="module" crossorigin src="/assets/index-DRTbQGB0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BKdeYrt1.css">
</head>
<body class="h-100">
<div class="container h-100 px-3 mx-auto d-flex flex-column">
<header class="d-flex justify-content-between align-items-md-center py-3 mb-3 border-bottom">
<header class="d-flex align-items-md-center py-3 mb-3 border-bottom">
<h1>Circular Tech Map</h1>
<span class="ms-2 fs-6 badge rounded-pill text-bg-secondary">beta</span>
</header>
<main class="flex-fill">
<main class="flex-fill align-items-end">
<div class="d-flex mb-3">
<div class="me-3">
<label for="ce-tech-filter-tech-type" class="form-label">Tech Type</label>
Expand All @@ -26,7 +27,15 @@ <h1>Circular Tech Map</h1>
<select id="ce-tech-filter-sector" class="form-select">
<option value="">All</option>
</select>
</div>
</div>
<div class="ms-auto align-self-end">
<button type="button" id="ce-tech-map-download" class="btn btn-outline-secondary btn-sm d-flex align-items-center">
<svg class="bi me-1" width="14" height="14" fill="currentColor">
<use xlink:href="/bootstrap-icons.svg#download"/>
</svg>
Download
</button>
</div>
</div>
<div class="d-flex mb-3">
<div id="ce-tech-map" class="w-100 border"></div>
Expand Down

0 comments on commit 493fb56

Please sign in to comment.