-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (114 loc) · 4.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!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>Sweet Registry - Creating registry has never be so simple</title>
<meta name="keywords" content="Sweet Registry, sweetregistry.com, event registry, wedding registry, babdy registry, myregistry, wedding gift, wedding registry tool, sync wedding registry, Canada wedding registry, The Knot Wedding Registry, Barrel Canada">
<meta name="description" content="Sweet Registry is the best event registry for choosing and waitlisting gift">
<!-- Use emoji as favicon: https://css-tricks.com/emoji-as-a-favicon/ -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📝</text></svg>">
<!-- <link rel="canonical" href="https://loki.trentu.ca"> -->
<link rel="stylesheet" href="assets/style.min.css">
<!-- Preconnect for cross-origin assets -->
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.cdnfonts.com" crossorigin="anonymous">
<link rel="preconnect" href="https://files.yyz.design" crossorigin="anonymous">
<link rel="preload" href="https://fonts.cdnfonts.com/css/calibre" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/swiper-bundle.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/swiper-bundle.min.js" as="script">
<noscript>
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/calibre">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/swiper-bundle.min.css">
</noscript>
</head>
<body>
<!-- Top navbar -->
<header>
<nav class="container">
<h1><a href="/">Sweet Registry</a></h1>
<ul>
<li><a title="Sweet Registry homepage" href="/">Home</a></li>
<li><a title="Explore popular registry" href="#explore">Explore</a></li>
<li><a title="See our amazing features" href="feature.html">Feature</a></li>
<li><div></div><a class="btn dark" title="Sign up to create your own registry" href="signup.php">Create Now</a></li>
</ul>
<details>
<summary>
<span></span>
</summary>
<ul>
<li><a title="Sweet Registry homepage" href="/">Home</a></li>
<li><a title="Explore popular registry" href="#explore">Explore</a></li>
<li><a title="See our amazing features" href="feature.html">Feature</a></li>
<li><a title="Sign up to create your own registry" href="signup.php">Create Now</a></li>
</ul>
</details>
</nav>
</header>
<!-- Main content -->
<main>
<div class="container hero">
<video playsinline autoplay muted loop>
<source src="https://files.yyz.design/loki/heroanimation.mp4" type="video/mp4">
<source src="https://files.yyz.design/loki/heroanimation.webm" type="video/webm">
</video>
<div>
<div class="float">
<p><i>Sweet Registry</i> tool is free, easy & convenient for all parties. Register for wedding, baby, home items, cash funds & more that meet everyone's budget.</p>
</div>
<div class="float">
<div>
<a href="signup.php" class="btn dark">Sign Up</a>
<a href="login.php" class="btn">Login</a>
</div>
<a class="btn" href="feature.html">Learn More</a>
</div>
</div>
</div>
<div class="container swiper" id="explore">
<div class="swiper-wrapper">
<div class="swiper-slide">
<p>Explore</p>
<span>Explore our popular registry</span>
<a class="btn dark" href="feature.html">Learn more</a>
</div>
<div class="swiper-slide">
<div>
<img src="https://avatars.dicebear.com/api/initials/sampleuser.svg" alt="sample user">
<div>
<span>Sample User<br/>
<i>This guy is too lazy to write something here</i>
</span>
</div>
</div>
<div>
<a class="btn" href="posts/sample.html">View</a>
</div>
</div>
<div class="swiper-slide">Slide 3</div>
<div class="swiper-slide">Slide 4</div>
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
</div>
<div class="swiper-scrollbar"></div>
</div>
</main>
<!-- Footer -->
<footer>
<div class="container">
<ul>
</ul>
<ul>
</ul>
</div>
<p><span>©</span>2022 Sweet Registry</p>
</footer>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/swiper-bundle.min.js"></script>
<script defer src="assets/main.script.js"></script>
</body>
</html>