Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions public/assets/background/camera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/components/Landing/Sections/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ class Home extends Component {
src={"./assets/background/circle_green.svg"}
height={window.innerHeight / 3}
/>
<img
alt="background"
src={"./assets/background/camera.svg"}
height={window.innerHeight / 5}
/>

</div>
<div
style={{
Expand Down Expand Up @@ -287,6 +293,26 @@ class Home extends Component {
src={"./assets/background/cross_green.svg"}
height={window.innerHeight / 10}
/>

</div>
<div
style={{
opacity,
position: "absolute",
bottom: window.innerHeight / 2.5,
left: window.innerWidth / 10 - movement / 10,
userSelect: "none",
pointerEvents: "none",
zIndex: 10,
transform: "rotate(-30deg)",
}}
>
<img
alt="background"
src={"./assets/background/camera.svg"}
height={window.innerHeight / 5}
/>

</div>
<div
style={{
Expand Down