-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
68 lines (68 loc) · 3.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yash12007 | Contact</title>
<link rel="icon" href="https://icons.getbootstrap.com/assets/icons/box.svg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<style>
iframe{
height: 720px;
position: absolute;
top: 0;
left: 0;
right: 0;
}
nav{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
#load{
position: absolute;
top: 58px;
left: 0;
background-image: linear-gradient(to right, rgb(153,0,255), blue);
height: 3px;
width: 100%;
}
</style>
<body data-bs-theme="dark">
<iframe src="https://yash12007.anvil.app" width="100%" frameborder="0"></iframe>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="">
<i class="bi bi-box"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-box" viewBox="0 0 16 16">
<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>
</svg>
Yash12007
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://yash12007.github.io">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://yash12007.github.io/Max#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://yash12007.github.io/Max#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://yash12007.github.io/Max/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="load"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>