Skip to content

Commit ec3192a

Browse files
authored
Update contact.html
1 parent 18fe2e9 commit ec3192a

File tree

1 file changed

+51
-75
lines changed

1 file changed

+51
-75
lines changed

contact.html

Lines changed: 51 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2,91 +2,67 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
65
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Yash12007</title>
6+
<title>Yash12007 | Contact</title>
87
<link rel="icon" href="https://icons.getbootstrap.com/assets/icons/box.svg">
9-
<link href="https://cdn.jsdelivr.net/npm/[email protected].0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
8+
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
109
</head>
1110
<style>
12-
body{
13-
background-color: black;
11+
iframe{
12+
height: 720px;
13+
position: absolute;
14+
top: 0;
15+
left: 0;
16+
right: 0;
1417
}
15-
.btn{
16-
color:white;
18+
nav{
19+
position: absolute;
20+
top: 0;
21+
left: 0;
22+
width: 100%;
1723
}
18-
.card text-center{
19-
background: black;
20-
color: white;
21-
}
22-
.card-header{
23-
background:black;
24-
color: white;
25-
}
26-
.card-body{
27-
background:black;
28-
color: white;
29-
}
30-
.btn-1{
31-
background: black;
32-
color: cyan;
33-
border-radius: 0px;
34-
border-color: black;
35-
border-width: 0px;
24+
#load{
25+
position: absolute;
26+
top: 58px;
27+
left: 0;
28+
background-image: linear-gradient(to right, rgb(153,0,255), blue);
29+
height: 3px;
30+
width: 100%;
3631
}
3732
</style>
38-
<body>
39-
<nav class="navbar navbar-expand-lg">
33+
<body data-bs-theme="dark">
34+
<iframe src="https://yash12007.anvil.app" width="100%" frameborder="0"></iframe>
35+
<nav class="navbar navbar-expand-lg bg-body-tertiary">
4036
<div class="container-fluid">
41-
<a class="navbar-brand" href="" style="color: white;">
42-
<i class="bi bi-box"></i>
43-
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-box" viewBox="0 0 16 16">
44-
<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"/>
45-
</svg>
46-
Yash12007
47-
</a>
48-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
49-
<span class="navbar-toggler-icon"></span>
50-
</button>
51-
<div class="collapse navbar-collapse" id="navbarNav">
52-
<ul class="navbar-nav">
53-
<li class="nav-item">
54-
<a href="https://yash12007.github.io/home" class="btn">Home</a>
55-
</li>
56-
<li class="nav-item">
57-
<a href="https://yash12007.github.io/Max#about" class="btn">About</a>
58-
</li>
59-
<li class="nav-item">
60-
<a href="https://yash12007.github.io/Max#services" class="btn">Services</a>
61-
</li>
62-
<li class="nav-item">
63-
<a href="https://yash12007.github.io/Max/contact.html" class="btn">Contact</a>
64-
</li>
65-
<li class="nav-item">
66-
<a href="https://yash12007.github.io/Max#privacy-policy" class="btn">Privacy & Policy</a>
67-
</li>
68-
<li class="nav-item">
69-
<a class="btn" href="https://yash12007.github.io/Max#terms-conditions">Terms & Conditions</a>
70-
</li>
71-
</ul>
72-
</div>
37+
<a class="navbar-brand" href="">
38+
<i class="bi bi-box"></i>
39+
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-box" viewBox="0 0 16 16">
40+
<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"/>
41+
</svg>
42+
Yash12007
43+
</a>
44+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
45+
<span class="navbar-toggler-icon"></span>
46+
</button>
47+
<div class="collapse navbar-collapse" id="navbarNav">
48+
<ul class="navbar-nav">
49+
<li class="nav-item">
50+
<a class="nav-link active" aria-current="page" href="https://yash12007.github.io">Home</a>
51+
</li>
52+
<li class="nav-item">
53+
<a class="nav-link" href="https://yash12007.github.io/Max#about">About</a>
54+
</li>
55+
<li class="nav-item">
56+
<a class="nav-link" href="https://yash12007.github.io/Max#services">Services</a>
57+
</li>
58+
<li class="nav-item">
59+
<a class="nav-link" href="https://yash12007.github.io/Max/contact.html">Contact</a>
60+
</li>
61+
</ul>
62+
</div>
7363
</div>
7464
</nav>
75-
<iframe src="https://forms.gle/JBsb6snMsusuTQmt6" frameborder="0" width="100%" height="1280px"></iframe>
76-
<div class="card text-center">
77-
<div class="card-header">
78-
Powered by Yash12007
79-
</div>
80-
<div class="card-body">
81-
<h5 class="card-title">External links</h5>
82-
<a href="https://www.github.com/Yash12007" class="btn btn-1">Github</a>
83-
<a href="https://www.replit.com/@Yash12007" class="btn btn-1">Replit</a>
84-
<a href="https://yash12007.blogspot.com" class="btn btn-1">Blog</a>
85-
<a href="https://www.medium.com/@Yash12007" class="btn btn-1">Medium</a>
86-
<a href="https://www.youtube.com/@Yash12007" class="btn btn-1">YouTube</a>
87-
<a href="https://www.fiverr.com/yash12007/create-a-flask-server-using-python-html-css-and-javascript" class="btn btn-1">Fiverr</a>
88-
</div>
89-
</div>
90-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
65+
<div id="load"></div>
66+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
9167
</body>
9268
</html>

0 commit comments

Comments
 (0)