From 1e63c909cf79c1e30ec9598d8742b905ff19a010 Mon Sep 17 00:00:00 2001 From: k88hudson-cfa Date: Mon, 29 Jul 2024 14:56:16 -0400 Subject: [PATCH] Create gh-pages in docs and move logos --- README.md | 2 +- docs/index.html | 165 ++++++++++++++++++++++++++++++ ixa_logo.png => docs/ixa_logo.png | Bin ixa_logo.svg => docs/ixa_logo.svg | 0 4 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 docs/index.html rename ixa_logo.png => docs/ixa_logo.png (100%) rename ixa_logo.svg => docs/ixa_logo.svg (100%) diff --git a/README.md b/README.md index 85c8f937..4f09c390 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Ixa (Interactive eXecution of ABMs) is a framework for building modular agent-based models in Rust. -ixa crab +ixa crab It's named after the [Ixa crab](https://www.crabdatabase.info/en/crabs/brachyura/eubrachyura/heterotremata/leucosioidea/leucosiidae/ixa/ixa-cylindrus-5874), a genus of Indo-Pacific pebble crabs from the family Leucosiidae. diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..11730ab7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,165 @@ + + + + + + Document + + + +
+
+
+ + + + + + + + + +
+
+
+

IXA

+
+
+ + diff --git a/ixa_logo.png b/docs/ixa_logo.png similarity index 100% rename from ixa_logo.png rename to docs/ixa_logo.png diff --git a/ixa_logo.svg b/docs/ixa_logo.svg similarity index 100% rename from ixa_logo.svg rename to docs/ixa_logo.svg