summaryrefslogtreecommitdiff
path: root/frontend/src/components/home/ContactSection.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/home/ContactSection.js')
-rw-r--r--frontend/src/components/home/ContactSection.js42
1 files changed, 16 insertions, 26 deletions
diff --git a/frontend/src/components/home/ContactSection.js b/frontend/src/components/home/ContactSection.js
index 1ac2202c..095fb939 100644
--- a/frontend/src/components/home/ContactSection.js
+++ b/frontend/src/components/home/ContactSection.js
@@ -8,54 +8,44 @@ const ContactSection = () => (
<div className="row justify-content-center">
<div className="col-4">
<a href="https://github.com/atlarge-research/opendc">
- <FontAwesome name="github" size="3x" className="mb-2"/>
- <div className="w-100"/>
+ <FontAwesome name="github" size="3x" className="mb-2" />
+ <div className="w-100" />
atlarge-research/opendc
</a>
</div>
<div className="col-4">
<a href="mailto:opendc@atlarge-research.com">
- <FontAwesome name="envelope" size="3x" className="mb-2"/>
- <div className="w-100"/>
+ <FontAwesome name="envelope" size="3x" className="mb-2" />
+ <div className="w-100" />
opendc@atlarge-research.com
</a>
</div>
</div>
<div className="row">
<div className="col text-center">
- <img
- src="img/tudelft-icon.png"
- className="img-fluid tudelft-icon"
- alt="TU Delft"
- />
+ <img src="img/tudelft-icon.png" className="img-fluid tudelft-icon" alt="TU Delft" />
</div>
</div>
<div className="row">
<div className="col text-center">
A project by the &nbsp;
- <a
- href="http://atlarge.science"
- target="_blank"
- rel="noopener noreferrer"
- >
+ <a href="http://atlarge.science" target="_blank" rel="noopener noreferrer">
<strong>@Large Research Group</strong>
- </a>.
+ </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{' '}
+ <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.
+ <a href="https://github.com/atlarge-research/opendc/blob/master/LICENSE.md">license</a>
+ </strong>
+ ). Sorry for the inconvenience.
</div>
</div>
</ContentSection>