diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-01-25 11:35:26 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-01-25 11:35:26 -0500 |
| commit | f3dab2a56db5e4a6a3dca58185d94e1ff7d1dc32 (patch) | |
| tree | a7bc895266b53bb620dbd2dd71bad2e83b555446 /deploy | |
| parent | b5c5410b4af5d2c68d2107d3f064f6e3ec4ac3f2 (diff) | |
| parent | 136f3d9f349d54e8bdd73b6380ea47c19e5edebf (diff) | |
Merge branch 'master' into sophie-ai-images
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/assets/dash-colon-menu.gif | bin | 0 -> 348794 bytes | |||
| -rw-r--r-- | deploy/assets/dash-create-link-board.gif | bin | 0 -> 167854 bytes | |||
| -rw-r--r-- | deploy/assets/dash-pin-with-view.gif | bin | 0 -> 695946 bytes | |||
| -rw-r--r-- | deploy/assets/dataVizBox.png | bin | 0 -> 161695 bytes | |||
| -rw-r--r-- | deploy/assets/documentation.png | bin | 0 -> 4526 bytes | |||
| -rw-r--r-- | deploy/index.html | 2 |
6 files changed, 2 insertions, 0 deletions
diff --git a/deploy/assets/dash-colon-menu.gif b/deploy/assets/dash-colon-menu.gif Binary files differnew file mode 100644 index 000000000..b5512afb1 --- /dev/null +++ b/deploy/assets/dash-colon-menu.gif diff --git a/deploy/assets/dash-create-link-board.gif b/deploy/assets/dash-create-link-board.gif Binary files differnew file mode 100644 index 000000000..354188fd9 --- /dev/null +++ b/deploy/assets/dash-create-link-board.gif diff --git a/deploy/assets/dash-pin-with-view.gif b/deploy/assets/dash-pin-with-view.gif Binary files differnew file mode 100644 index 000000000..b0896d5c7 --- /dev/null +++ b/deploy/assets/dash-pin-with-view.gif diff --git a/deploy/assets/dataVizBox.png b/deploy/assets/dataVizBox.png Binary files differnew file mode 100644 index 000000000..2c216dfb6 --- /dev/null +++ b/deploy/assets/dataVizBox.png diff --git a/deploy/assets/documentation.png b/deploy/assets/documentation.png Binary files differnew file mode 100644 index 000000000..95c76b198 --- /dev/null +++ b/deploy/assets/documentation.png diff --git a/deploy/index.html b/deploy/index.html index b345e193f..5e564e648 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1,6 +1,8 @@ <html style="overflow: hidden"> <head> <title>Dash</title> + <script src='https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.js'></script> + <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.css' rel='stylesheet' /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link |
