forked from manvi0107/equibond-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvestment.html
94 lines (87 loc) · 4.04 KB
/
investment.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="invest.css">
<link rel="stylesheet" href="det.css">
</head>
<body bgcolor="#100d28">
<div class="navbar">
<img class="logo" src="logofinal.png">
<div class="menu_items">
<ul type="none" class="menu_list">
<li><a href="about.html" class="menu_option">ABOUT</a></li>
<li><a href="project.html" class="menu_option">PROJECTS</a></li>
<li><a href="sibs.html" class="menu_option">SIBs</a></li>
<li><a href="index.html" class="menu_option"><button onclick="window.location.href='index';" style="padding-inline: 15px;padding-top: 10px;padding-bottom: 10px;border-radius: 20px;background-color: #7c7dd6;border-style: none;">SIGN OUT</button></a></li>
<LI><a href="profile.html" class="menu_option"><img src="pfp2.jpg" class="profile-launch"></a></LI>
</ul>
</div>
</div>
<div class="container">
<div class="project-details" >
<div class="image-wrapper">
<IMG src="market-trends-analysis.jpg" class="image">
</div>
<div class="text-det">
<h2 style="font-size: 64px;">25% Avg. Growth</h2>
<p style="font-size: 18px;">Powerpool has seen an average of 25% success in the last few years while providing customer satisfaction.</p>
<button class="rounded">INVEST</button>
</div>
</div>
</div>
<div class="container">
<div class="project-details">
<div class="agreement">
<p class="subheader">AGREEMENT</p>
<form>
<textarea name="agreement" id="nego" placeholder="Draft your agreement"></textarea>
</form>
</div>
<div class="chat">
<p class="subheader">CHAT WITH DEVELOPER</p>
<div class="chat-container">
<div class="message sender">
<img src="pfp2.jpg" alt="User 1" class="avatar">
<div class="message-content">
<p>Hello! How are you today?</p>
</div>
</div>
<div class="message receiver">
<img src="pfp.jpg" alt="User 2" class="avatar">
<div class="message-content">
<p style="color: black;;">I'm good, thanks! What about you?</p>
</div>
</div>
<div class="message sender">
<img src="pfp2.jpg" alt="User 1" class="avatar">
<div class="message-content">
<p>Can we schedule a meet for today?</p>
</div>
</div>
<div class="input-area">
<input type="text" class="message-input" placeholder="Type your message...">
<button class="send-button">Send</button>
</div>
</div>
<div class="schedule">
<button class="rounded" style="padding-inline: 225px;">SCHEDULE A MEET</button>
</div>
</div>
</div>
</div>
<div class="container" style="margin-inline: 10%;display: flex;gap: 150px;">
<div class="payment-section">
<button type="submit" class="rounded" onclick="window.location.href='payment.html'">Pay Now</button>
</div>
<div class="img">
<img src="pay.png" style="height: 200px;width: auto;">
</div>
</div>
<div id="gradient1"></div>
<div id="gradient2"></div>
<div id="gradient3"></div>
</body>
</html>