-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.21 KB
/
Copy pathindex.html
File metadata and controls
31 lines (28 loc) · 1.21 KB
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
<!DOCTYPE html>
<html lang="en" data-theme="cs-light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intense</title>
<link rel="stylesheet" href="frameworks/daisyui.min.css">
<link rel="stylesheet" href="frameworks/daisyui-themes.min.css">
<link rel="stylesheet" href="frameworks/fontawesome/css/all.min.css">
<link rel="stylesheet" href="src/main.css">
<script src="frameworks/tailwind.min.js"></script>
<script src="frameworks/gsap.min.js"></script>
<script src="src/main.js" type="module"></script>
</head>
<body>
<div id="header"></div>
<main class="site-main-content">
<div class="showcase-card" href="#6387BF" style='background-image: url("assets/test/hero_large.jpg"); color:white;'>
<div class="showcase-text">
<p class="text-2xl">Apple Event Sept. 2026</p>
<p class="text-sm">Introducing iPhone Duo, iPhone 18 Pro, Apple Watch Series 12,<br> Apple Watch Ultra 4, and AirPods 5.</p>
<button href="" class="btn btn-wide text-center">Watch the Event</button>
</div>
</div>
</main>
<div id="footer"></div>
</body>
</html>