summaryrefslogtreecommitdiff
path: root/src/components/home/ContactSection.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-25 12:29:48 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-25 12:29:48 +0200
commit84f817d8bd8b0f1e1e75a84e73cadea0b5d5f966 (patch)
tree5bfffbcd7e2d67e9c91858ea2fdb8b9923482a78 /src/components/home/ContactSection.js
parentd8576899f9b82f3d8a84886b586966a233ec0f5f (diff)
Add experimental tool disclaimer to entry page
Diffstat (limited to 'src/components/home/ContactSection.js')
-rw-r--r--src/components/home/ContactSection.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/home/ContactSection.js b/src/components/home/ContactSection.js
index 1ec5e9c7..fd65b31c 100644
--- a/src/components/home/ContactSection.js
+++ b/src/components/home/ContactSection.js
@@ -35,6 +35,17 @@ const ContactSection = () => (
</a>.
</div>
</div>
+ <div className="row">
+ <div className="col text-center disclaimer mt-5 small">
+ <FontAwesome name="exclamation-triangle" size="2x" className="mr-2"/>
+ <br/>
+ OpenDC is an experimental tool. Your data may get lost, overwritten, or otherwise become unavailable.
+ <br/>
+ The OpenDC authors should in no way be liable in the event this happens (see our <strong><a
+ href="https://github.com/atlarge-research/opendc/blob/master/LICENSE.md">license</a></strong>). Sorry
+ for the inconvenience.
+ </div>
+ </div>
</ContentSection>
);