From 6fa3d04aad627ffa4786b91acc24e4f3e8b70312 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 8 Jun 2023 06:41:20 -0400 Subject: Update API to use open-meteo. Further frontend development. --- static/icons/directions/east.svg | 1 + static/icons/directions/north-east.svg | 1 + static/icons/directions/north-west.svg | 1 + static/icons/directions/north.svg | 1 + static/icons/directions/south-east.svg | 1 + static/icons/directions/south-west.svg | 1 + static/icons/directions/south.svg | 1 + static/icons/directions/west.svg | 1 + 8 files changed, 8 insertions(+) create mode 100644 static/icons/directions/east.svg create mode 100644 static/icons/directions/north-east.svg create mode 100644 static/icons/directions/north-west.svg create mode 100644 static/icons/directions/north.svg create mode 100644 static/icons/directions/south-east.svg create mode 100644 static/icons/directions/south-west.svg create mode 100644 static/icons/directions/south.svg create mode 100644 static/icons/directions/west.svg (limited to 'static/icons/directions') diff --git a/static/icons/directions/east.svg b/static/icons/directions/east.svg new file mode 100644 index 0000000..e708757 --- /dev/null +++ b/static/icons/directions/east.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/north-east.svg b/static/icons/directions/north-east.svg new file mode 100644 index 0000000..a5b842c --- /dev/null +++ b/static/icons/directions/north-east.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/north-west.svg b/static/icons/directions/north-west.svg new file mode 100644 index 0000000..e18211c --- /dev/null +++ b/static/icons/directions/north-west.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/north.svg b/static/icons/directions/north.svg new file mode 100644 index 0000000..cb15d38 --- /dev/null +++ b/static/icons/directions/north.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/south-east.svg b/static/icons/directions/south-east.svg new file mode 100644 index 0000000..b8fb1c9 --- /dev/null +++ b/static/icons/directions/south-east.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/south-west.svg b/static/icons/directions/south-west.svg new file mode 100644 index 0000000..dba0fe1 --- /dev/null +++ b/static/icons/directions/south-west.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/south.svg b/static/icons/directions/south.svg new file mode 100644 index 0000000..4be2792 --- /dev/null +++ b/static/icons/directions/south.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/directions/west.svg b/static/icons/directions/west.svg new file mode 100644 index 0000000..4de4b71 --- /dev/null +++ b/static/icons/directions/west.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3