forked from ZjuulOWOW/motion-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
51 lines (50 loc) · 1.74 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="src/output.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="lib/css/createPageTransition.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<header>
<a href="index.html">index</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="secondOrderDynamics.html">secondOrderDynamics </a>
</header>
<div class="barba-wrapper" data-barba="wrapper">
<div id="motion-transition">
<span class="clip">
<h1 class="transition-title">lorem ipsum</h1>
</span>
</div>
<main
class="barba-main"
data-barba="container"
data-barba-namespace="project"
>
<section class="section--landing">
<span class="clip">
<h1 class="title">Project</h1>
</span>
<a href="" class="">
<img
src="img/placeholder.jpg"
class="img--full"
alt=""
/>
</a>
</section>
</main>
</div>
</body>
<script type="module" src="/main.js"></script>
</html>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
/>