From 91e88329be36880d63b537af86c6a3a2e5917c95 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Wed, 27 May 2020 18:40:13 +0300 Subject: [PATCH] Adds contact page --- dmp-frontend/src/assets/splash/contact.html | 127 ++++++++++++++++++ .../src/assets/splash/css/contact.css | 42 ++++++ 2 files changed, 169 insertions(+) create mode 100644 dmp-frontend/src/assets/splash/contact.html create mode 100644 dmp-frontend/src/assets/splash/css/contact.css diff --git a/dmp-frontend/src/assets/splash/contact.html b/dmp-frontend/src/assets/splash/contact.html new file mode 100644 index 000000000..dda08f836 --- /dev/null +++ b/dmp-frontend/src/assets/splash/contact.html @@ -0,0 +1,127 @@ + + + + + + Argos + + + + + + + + + + + + + + + + + + +
+
+
+
Contact
+
+
+
Contact us to learn more
+
* Required fields
+
+ +
Full name
 
*
+
+ +
E-mail
 
*
+
+ +
Affiliation
 
*
+
+ +
Message
 
*
+
+ +
+
+
+ + + + + + + + + + diff --git a/dmp-frontend/src/assets/splash/css/contact.css b/dmp-frontend/src/assets/splash/css/contact.css new file mode 100644 index 000000000..224c1e49e --- /dev/null +++ b/dmp-frontend/src/assets/splash/css/contact.css @@ -0,0 +1,42 @@ +.contact-title { + text-align: center; + font-weight: 700; + font-size: 2.375rem; + font-family: 'Roboto', sans-serif; + letter-spacing: -0.95px; + color: #212121; + opacity: 1; +} + +.contact-subtitle { + text-align: left; + font-weight: 300; + font-size: 2.375rem; + font-family: 'Roboto', sans-serif; + letter-spacing: 0px; + color: #212121; + opacity: 1; +} + +.main-contact { + padding: 3rem 16.5rem; +} + +.required { + color: #E54242; + font-weight: 400; + font-family: 'Roboto', sans-serif; + font-size: 1rem; +} + +.form { + padding-top: 3.5rem; +} + +.form-title { + text-align: left; + font-weight: 700; + font-family: 'Roboto', sans-serif; + font-size: 1.12rem; + color: #212121; +} \ No newline at end of file