-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact1.html
65 lines (51 loc) · 2.74 KB
/
contact1.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
<!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>SAFET.AI</title>
<link rel="icon" href='images/about.png' type="image/png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0" />
<script src="script1.js" defer></script>
<!-- box icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo"><img src="images/about.jpeg" alt="" style="width: 40px;height: 40px; border-radius: 33px; position: absolute;"> SAFETY.AI<span class="animate" style="--i:1;"></span></a>
<div class="bx bx-menu" id="menu-icon"><span class="animate" style="--i:2;"></span></div>
<nav class="navbar">
<a href="index.html#home" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#aboutt-us">Features</a>
<a href="index.html#work">Working</a>
<a href="index.html#portfolio">Developers</a>
<a href="index.html#contact">Contact</a>
<span class="active-nav"></span>
<span class="animate" style="--i:2;"></span>
</nav>
</header>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading" >Contact <span>Me</span><span class="animate scroll" style="--i:1;"></span></h2>
</section>
<sectin class="aboutt" id="aboutt">
<div class="about-img" style="align-items: center;">
<img src="images/OIP.jpg" alt="" >
<span clss="circle-spin"></span>
<span class="animate scroll" style="--i:2;"></span>
</div>
</sectin>
<h1 style="text-align: center;">Message Send successfully <span>!</span></h1>
<span class="lnr lnr-clock"></span><br><p style="text-align: center;">Thanks for contact us </p><br>
<a href="index.html#contact" class="btn" style="font-size: 14px;">Submit Another Response</a>
<a href="index.html" class="btn" style="font-size: 14px;">Go to Home</a>
</div>
</section>
<script src="script.js"></script>
</body>
</html>