This website is optimized for desktop.{' '}
@@ -163,7 +210,9 @@ const Element = () => (
)
const Space = () => {
- const { currentFloatingSpaces } = useContext(FloatingSpaceContext)
+ const { currentFloatingSpaces, addFloatingSpace } = useContext(
+ FloatingSpaceContext
+ )
const space = currentFloatingSpaces
@@ -194,33 +243,52 @@ const Space = () => {
return (
-
+
+
-
addFloatingSpace('Calendar')}
/>
-
+
+
+ addFloatingSpace('Apply')}
/>
diff --git a/src/components/integrations/CalendarInstance.js b/src/components/integrations/CalendarInstance.js
index cb19c12..b03df22 100644
--- a/src/components/integrations/CalendarInstance.js
+++ b/src/components/integrations/CalendarInstance.js
@@ -1,12 +1,56 @@
-import React from 'react'
+import React, { useState } from 'react'
+import TimezonePicker from 'react-timezone'
+import styled from '@emotion/styled'
+
+const InstanceContainer = styled.div`
+ grid-template-rows: 1fr auto;
+ li {
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
+ Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ background-color: #aaaaaa;
+ color: '#310C4FDD';
+ }
+`
function CalendarInstance () {
+ const [timezone, changeTimezone] = useState('Europe/London')
return (
-
+
+
+ We will be adding more events in the upcoming days. Make sure to check the calendar frequently
+
+
+
+ Please select your timezone
+
+ changeTimezone(picktimezone)}
+ inputProps={{
+ placeholder: 'Select your Timezone...',
+ name: 'picktimezone'
+ }}
+ style={{
+ position: 'relative',
+ left: 0,
+ marginRight: 'auto',
+ width: '70%'
+ }}
+ />
+
)
}
diff --git a/src/img/zeppelin.png b/src/img/zeppelin.png
new file mode 100644
index 0000000..5ddc48b
Binary files /dev/null and b/src/img/zeppelin.png differ
diff --git a/src/img/zeppelin.svg b/src/img/zeppelin.svg
new file mode 100644
index 0000000..8757f51
--- /dev/null
+++ b/src/img/zeppelin.svg
@@ -0,0 +1,56 @@
+
diff --git a/yarn.lock b/yarn.lock
index ec9ea58..4bd9dc0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -9029,6 +9029,13 @@ react-starfield-animation@^1.0.1:
raf "^3.4.0"
react-sizeme "^2.4.2"
+react-timezone@^2.4.0:
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/react-timezone/-/react-timezone-2.4.0.tgz#abdc57d4075dd5cda09db155967f64f65af598cb"
+ integrity sha512-8s1lcqN0npbo7qDheCeNym6sCraMyEKeusdHl0//CDbRv+g3Iip9ceseAGM+ZuxsGQtN8h37GRmKI37PpSNy5g==
+ dependencies:
+ prop-types "^15.6.1"
+
react@^16.10.2, react@^16.13.1:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"