Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jul 18, 2023
2 parents 4610216 + 16b3e2c commit 0976750
Show file tree
Hide file tree
Showing 18 changed files with 443 additions and 19,279 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# OpenQ-Frontend
# OpenQ-Frontend

## Boot Locally

If the work you are engaged in doesn't require the Fullstack, you can boot just the OpenQ-Frontend by following these instructions. We normally work on the 'staging' branch, so make sure have all latest changes from it and do your Pull Requests to 'staging' unless instructed otherwise.

Note: the instructions should work if you are using Mac OS, Linux, but if you are on Windows, make sure to be using (Windows Sublinux System (WSL))[https://learn.microsoft.com/en-us/windows/wsl/install].
Note: the instructions should work if you are using Mac OS, Linux, but if you are on Windows, make sure to be using (Windows Sublinux System (WSL))[https://learn.microsoft.com/en-us/windows/wsl/install].

### 1 Get the right .env variables

Expand All @@ -26,6 +26,13 @@ yarn json-server
### 3 Boot the App

```bash
For Powershell Users:
$env:DEPLOY_ENV = "staging"

yarn next dev

OR

yarn boot:local-targeting-staging
```

Expand Down
34 changes: 23 additions & 11 deletions components/Sales/drm/devrel-hero.jsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
import React from 'react';
import UpperAnim from '../../animations/UpperAnim';
import LeftAnim from '../../animations/LeftAnim';
import RightAnim from '../../animations/rightAnim';

const DevRelHero = () => {
return (
<div className='flex flex-col justify-content-center items-center bg-white'>
<div className='pt-16 pr-96'>
<UpperAnim />
</div>
<div className='flex flex-col justify-center items-center text-center'>
<div className='text-gray-400 text-sm font-normal'>Developer Relationship Management Platform</div>
<div className='text-black text-4xl font-extrabold pt-3 w-[40rem]'>
Supercharge developer relations without manual work.
<div className=' bg-white pt-16'>
<div className='flex flex-row items-center justify-between'>
<div className='mt-48 ml-44'>
<LeftAnim />
</div>
<div className='flex flex-col justify-content-center items-center '>
<div className=''>
<UpperAnim />
</div>
<div className='flex flex-col justify-center items-center text-center'>
<div className='text-gray-400 text-sm font-normal'>Developer Relationship Management Platform</div>
<div className='text-black text-4xl font-extrabold pt-3 w-[40rem]'>
Supercharge developer relations without manual work.
</div>
<div className='text-gray-800 text-lg pt-5 w-[32rem]'>
OpenQ's DRM Platform offers real-time insights into developer activities, tracks project relevance, and
enhances interactions for efficient and informed collaborations. It's time to calculate and validate ROI.
</div>
</div>
</div>
<div className='text-gray-800 text-lg pt-5 w-[32rem]'>
OpenQ's DRM Platform offers real-time insights into developer activities, tracks project relevance, and
enhances interactions for efficient and informed collaborations. It's time to calculate and validate ROI.
<div className='mt-48 mr-44'>
<RightAnim />
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions components/Sales/drm/elements/step-two-content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import TableRow from './table-row.jsx';
const StepTwoContent = () => {
const [tableData, setTableData] = useState(null);
const [, setIsVisibleStates] = useState([false, false, false, false, false, false, false]);

const parentRef = useRef(null);

useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion components/animations/LeftAnim.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect } from 'react';
export default function UpperAnim() {
return (
<object
data='/left-anim.svg'
data='/left-anim-6.svg'
style={{
width: '528px', // set the width
height: '209px', // set the height
Expand Down
13 changes: 13 additions & 0 deletions components/animations/RightAnim.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* eslint-disable */
import { useEffect } from 'react';
export default function RightAnim() {
return (
<object
data='/right-anim-4.svg'
style={{
width: '528px', // set the width
height: '209px', // set the height
}}
/>
);
}
2 changes: 1 addition & 1 deletion components/animations/UpperAnim.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect } from 'react';
export default function UpperAnim() {
return (
<object
data='/original-infite-2.svg'
data='/upper-anim-2.svg'
style={{
width: '528px', // set the width
height: '209px', // set the height
Expand Down
16 changes: 8 additions & 8 deletions public/left-animation.svg → public/left-anim-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/left-anim-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/left-anim-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/left-anim-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/left-anim-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/left-anim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions public/right-anim-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions public/right-anim-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions public/right-anim-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions public/right-anim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/upper-anim-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0976750

Please sign in to comment.