-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUser.html
54 lines (54 loc) · 2.15 KB
/
User.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DemandIntel-AI/User-Profile</title>
<link rel="stylesheet" href="CSS/User-Profile.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav>
<div class="icon-text"><h1>DemandIntel-AI</h1></div>
<div class="option">
<a href="main-page.html">Prediction</a>
<a href="mailto:[email protected]">Support</a>
</div>
<a href="landingpage.html"><button class="log-out">Log Out</button></a>
</nav>
<div class="card">
<div class="primary">
<h3>Name of Company</h3>
<p>Company description</p>
<div class="call">
<div class="call-sign"><i class="fa-solid fa-phone"></i></div>
<p>+91-123-456-7890</p>
</div>
<div class="mail">
<div class="mail-sign"><i class="fa-solid fa-envelope"></i></div>
<a href="#">yourcompanymailhere.com</a>
</div>
<div class="location">
<div class="location-sign"><i class="fa-solid fa-location-dot"></i></div>
<p>Company Address</p>
</div>
</div>
<div class="secondary">
<div class="logo"><img src="depositphotos_626754468-stock-illustration-your-logo-here-placeholder-symbol.jpg" alt="sorry for inconvinience" srcset=""></div>
</div>
</div>
<footer>
<div class="foot1">
<p>Quick Links</p>
<p> About Us</p>
<p>Privacy Policy</p>
<p>Terms of Service</p>
</div>
<div class="foot2">
<p>Contact Us</p>
<p>Email: [email protected]</p>
<p>Phone: 123-467-8905</p>
</div>
</footer>
</body>
</html>