From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- frontend/src/components/home/ContactSection.js | 54 -------------------------- 1 file changed, 54 deletions(-) delete mode 100644 frontend/src/components/home/ContactSection.js (limited to 'frontend/src/components/home/ContactSection.js') diff --git a/frontend/src/components/home/ContactSection.js b/frontend/src/components/home/ContactSection.js deleted file mode 100644 index 42bdab8a..00000000 --- a/frontend/src/components/home/ContactSection.js +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import FontAwesome from 'react-fontawesome' -import './ContactSection.sass' -import ContentSection from './ContentSection' - -const ContactSection = () => ( - -
-
- - -
- atlarge-research/opendc - -
-
- - - -
-
-
- TU Delft -
-
-
-
- A project by the   - - @Large Research Group - - . -
-
-
-
- -
- OpenDC is an experimental tool. Your data may get lost, overwritten, or otherwise become unavailable. -
- The OpenDC authors should in no way be liable in the event this happens (see our{' '} - - license - - ). Sorry for the inconvenience. -
-
- -) - -export default ContactSection -- cgit v1.2.3