From 18685c14a86b0a16c26f0485f50725ef35ef1589 Mon Sep 17 00:00:00 2001 From: avantGardenedu <122831890+avantGardenedu@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:45:51 -0400 Subject: [PATCH] Create turnkey graph TD; A[Beachfront Villa] --> B[TurnKeyinPuntaCana.com]; B --> C[Effortless Purchase]; B --> D[Expert Guidance]; B --> E[Premier Punta Cana Properties]; style A fill:#f9f,stroke:#333,stroke-width:4px; style B fill:#9f9,stroke:#333,stroke-width:4px; style C fill:#ff6,stroke:#333,stroke-width:4px; style D fill:#ff6,stroke:#333,stroke-width:4px; style E fill:#ff6,stroke:#333,stroke-width:4px; --- turnkey | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 turnkey diff --git a/turnkey b/turnkey new file mode 100644 index 0000000000..5c01e65a06 --- /dev/null +++ b/turnkey @@ -0,0 +1,10 @@ +graph TD; + A[Beachfront Villa] --> B[TurnKeyinPuntaCana.com]; + B --> C[Effortless Purchase]; + B --> D[Expert Guidance]; + B --> E[Premier Punta Cana Properties]; + style A fill:#f9f,stroke:#333,stroke-width:4px; + style B fill:#9f9,stroke:#333,stroke-width:4px; + style C fill:#ff6,stroke:#333,stroke-width:4px; + style D fill:#ff6,stroke:#333,stroke-width:4px; + style E fill:#ff6,stroke:#333,stroke-width:4px;