From fdfc24b8fcd9622ef3aa2711e3eb182b20af672c Mon Sep 17 00:00:00 2001 From: Emma Date: Fri, 14 Apr 2023 22:55:22 -0600 Subject: [PATCH] I did things --- .vscode/settings.json | 24 +++ battlelog copy.svg | 1 + battlelog icon.svg | 418 +++++++++++++++++++++++++++++++++++++ battlelog short.svg | 352 +++++++++++++++++++++++++++++++ battlelog.svg | 472 ++++++++++++++++++++++++++++++++++++++++++ client | 1 + index.html | 28 +++ 7 files changed, 1296 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 battlelog copy.svg create mode 100644 battlelog icon.svg create mode 100644 battlelog short.svg create mode 100644 battlelog.svg create mode 160000 client create mode 100644 index.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2ed3695 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,24 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#c3bc9e", + "activityBar.background": "#c3bc9e", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#558a80", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#c3bc9e", + "statusBar.background": "#afa67f", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#9a9061", + "statusBarItem.remoteBackground": "#afa67f", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#afa67f", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#afa67f99", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.remoteColor": "#afa67f", + "deno.enable": true, + "deno.unstable": true +} \ No newline at end of file diff --git a/battlelog copy.svg b/battlelog copy.svg new file mode 100644 index 0000000..bba1a36 --- /dev/null +++ b/battlelog copy.svg @@ -0,0 +1 @@ +Conquer the tabletop \ No newline at end of file diff --git a/battlelog icon.svg b/battlelog icon.svg new file mode 100644 index 0000000..f0c1b24 --- /dev/null +++ b/battlelog icon.svg @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/battlelog short.svg b/battlelog short.svg new file mode 100644 index 0000000..50ff6bd --- /dev/null +++ b/battlelog short.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/battlelog.svg b/battlelog.svg new file mode 100644 index 0000000..2871161 --- /dev/null +++ b/battlelog.svg @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Conquer the tabletop + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client b/client new file mode 160000 index 0000000..1714aa5 --- /dev/null +++ b/client @@ -0,0 +1 @@ +Subproject commit 1714aa535100d7003b5662549848c28d13982029 diff --git a/index.html b/index.html new file mode 100644 index 0000000..580d255 --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + + + + BattleLog + + + + + + + + +

BattleLog

+

BATTLELOG

+ + + \ No newline at end of file