Skip to content

Commit 9d83be1

Browse files
authored
Merge pull request #21 from davidgao7/main
No 3d object for faster loading
2 parents 3cfe477 + 5bd19a1 commit 9d83be1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# Hello, I'm David Gao! 👋
2+
23
~~If you find this website interesting, kindly smash the star button 😳~~
4+
5+
Please use a **WebGL-friendly** browser to view this website. Safari is not supported.
6+
7+
Recommended browsers:
8+
9+
- Firefox
10+
- Brave
11+
- Zen

src/components/Contact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const Contact = () => {
128128
variants={slideIn("right", "tween", 0.2, 1)}
129129
className="xl:flex-1 xl:h-auto md:h-[550px] h-[350px]"
130130
>
131-
<EarthCanvas />
131+
{/* <EarthCanvas /> */}
132132
</motion.div>
133133
</div >
134134
)

src/components/Hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Hero = () => {
2323
</p>
2424
</div>
2525
</div>
26-
<ComputersCanvas />
26+
{/* <ComputersCanvas /> */}
2727

2828
{/*a scoll indicator button*/}
2929
<div className="absolute xs:bottom-10 bottom-32 w-full flex justify-center items-center">

0 commit comments

Comments
 (0)