-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>More Than 2 Dimensions</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Spline Design -->
<section class="hide-bg">
<!-- learn more about why adding the sandbox attribute to iframe disrupts the spline fxnality -->
<iframe
src="https://my.spline.design/untitled-5da366b96084439196e7df48c53dd490/"
frameborder="0"
width="100%"
height="100%"
data-author="Anthony Chavis"
sandbox
></iframe>
</section>
<section class="show-bg">
<img src="img/spline/frame-showbg.jpg" alt="3-D whatsapp icon" />
</section>
<section class="hide-bg">
<img src="img/spline/frame-hidebg.jpg" alt="3-D whatsapp icon" />
</section>
<section class="bg-removal">
<figure class="img__bg-removal">
<img
src="img/spline/frame-hidebg-removebg.png"
alt="3-D whatsapp icon"
/>
</figure>
</section>
<footer>© 2022-2023 Anthony Chavis</footer>
</body>
</html>