-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
49 lines (46 loc) · 1.76 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>Propoplex: Your Freelancing Partner</title>
<link rel="icon" href="Images/Favicon.svg" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="aboutus.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="navbar">
<img src="Images/Logo.svg" alt="Logo" class="logo" />
<a href="#" class="home"><i class="fas fa-home"></i>Home</a>
<a href="contactus.html"><i class="fas fa-mobile"></i>Contact</a>
<a href="#"><i class="fas fa-user"></i>About</a>
<a href="#"><i class="fas fa-pen"></i>Request New Tool</a>
<a href="login.html"><i class="fas fa-user"></i> Login</a>
<button class="premium_button">
<i class="fas fa-crown"></i>GO PREMIUM
</button>
<a href="#" style="margin-top: 70px"
><span class="icon"></span>Settings</a
>
<a href="#"><span class="icon"></span>Get Help</a>
<a href="#"><span class="icon"></span>Logout</a>
</div>
<h1 class="title"><span class="propoplex">About Propoplex:</span> Empowering Freelancers with AI-Powered Proposal Writing</h1>
<!--Product Card-->
<div class="card">
<div class="card-image">
<img src="your-image-url.jpg" alt="Card Image">
</div>
<div class="card-content">
<h3 class="card-title">Card Title</h3>
<p class="card-description">Card Description</p>
</div>
</div>
</body>
</html>