-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (49 loc) · 1.96 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
<!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>Contact</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<script src="https://kit.fontawesome.com/1cbc8a94bf.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="navbar">
<div class="navbar1">
<div class="lang">
<span class="material-symbols-outlined">language</span>
<tr>
<td>
<select class="sel1">
<option>English</option>
<option>French</option>
<option>Chineese</option>
</select>
</td>
</tr>
<span class="material-symbols-outlined" id="mcon">people</span>
<a href="contact.html">Contact Sales</a>
</div>
<div class="login">
<span class="material-symbols-outlined">search</span>
<a href="login.html">Log in</a>
</div>
<p class="custsup"><a href="customer.html">Customer Support</a></p>
<p class="custsup1"><a href="about.html">About</a></p>
</div>
<div class="navbar2">
<div class="hubspot">
<img class="img1a" src="img/1.png" alt="">
<p class="ptwo"><a href="software.html">Software</a></p>
<p class="ptwo"><a href="">Pricing</a></p>
<p class="ptwo"><a href="">Resources</a></p>
<button class="btn1"><a class="subbtn" href="demo.html">Start free or get a demo</a></button>
</div>
<div class="start">
</div>
</div>
</div>
</body>
</html>