done
This commit is contained in:
parent
a481e47580
commit
98707b20fc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
|||
|
||||
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-Dgc6KglD.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CMK2z1zZ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
||||
</head>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -40,6 +40,7 @@ const ProfileView = () => {
|
|||
<div className="card">
|
||||
<div className="card-body">
|
||||
<div className="d-flex flex-column align-items-center text-center">
|
||||
|
||||
<img
|
||||
// src="https://bootdey.com/img/Content/avatar/avatar7.png"
|
||||
src={user.profileImage}
|
||||
|
@ -63,6 +64,7 @@ const ProfileView = () => {
|
|||
</span>
|
||||
{/* <button className="btn btn-outline-primary">Message</button> */}
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -72,7 +74,7 @@ const ProfileView = () => {
|
|||
<div className="card-body">
|
||||
<h1
|
||||
className="d-flex align-items-center mb-3"
|
||||
style={{ color: "#F74B02", fontSize: "26px" }}
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
<i
|
||||
className="material-icons text-info mr-2"
|
||||
|
@ -82,6 +84,7 @@ const ProfileView = () => {
|
|||
</i>
|
||||
Project investments
|
||||
</h1>
|
||||
<hr />
|
||||
<img
|
||||
src={propertydummy}
|
||||
alt="Admin"
|
||||
|
@ -108,7 +111,6 @@ const ProfileView = () => {
|
|||
25% completed
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<img
|
||||
|
@ -146,11 +148,12 @@ const ProfileView = () => {
|
|||
<div className="card-body">
|
||||
<h1
|
||||
className="d-flex align-items-center mb-3"
|
||||
style={{ color: "#F74B02", fontSize: "26px" }}
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
<i className="material-icons text-info mr-2">Projects</i>
|
||||
Seeking investments
|
||||
</h1>
|
||||
<hr />
|
||||
<img
|
||||
src={propertydummy}
|
||||
alt="Admin"
|
||||
|
@ -183,41 +186,60 @@ const ProfileView = () => {
|
|||
<div className="col-md-4">
|
||||
<div className="card mb-3">
|
||||
<div className="card-body">
|
||||
This is about me content
|
||||
<br /> <br />
|
||||
<br />
|
||||
<br />
|
||||
<br /> <br />
|
||||
<br />
|
||||
<br />
|
||||
<br /> <br />
|
||||
<br />
|
||||
<br />
|
||||
<h1
|
||||
className="d-flex align-items-center mb-3"
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
<i
|
||||
className="material-icons text-info mr-2"
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
About
|
||||
</i>
|
||||
me :
|
||||
</h1> <hr />
|
||||
{user.aboutme}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div className="col-md-4 mb-3">
|
||||
<div className="card">
|
||||
<div className="card-body">
|
||||
<div className="d-flex flex-column align-items-center text-center">
|
||||
<div className="mt-3">
|
||||
<h2
|
||||
|
||||
|
||||
|
||||
<h1
|
||||
className="d-flex align-items-center mb-3"
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
<i
|
||||
className="material-icons text-info mr-2"
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
Willing to
|
||||
</i>
|
||||
invest:
|
||||
</h1>
|
||||
<hr />
|
||||
|
||||
<h2 className="d-flex flex-column align-items-center text-center"
|
||||
style={{
|
||||
color: "#fda417",
|
||||
border: "#fda417",
|
||||
fontSize: "40px",
|
||||
fontWeight: "bold",
|
||||
fontSize: "60px",
|
||||
fontWeight: "normal",
|
||||
}}
|
||||
>
|
||||
$ 500,000
|
||||
</h2>
|
||||
<span className="text-secondary mb-1">
|
||||
I am willing to invest {" "}
|
||||
</span>
|
||||
<span className="text-muted font-size-sm">
|
||||
|
||||
<span className="d-flex flex-column align-items-center text-center">
|
||||
<button
|
||||
className="btn btn-primary btn-lg"
|
||||
className="btn btn-primary btn-lg "
|
||||
type="submit"
|
||||
style={{
|
||||
backgroundColor: "#fda417",
|
||||
|
@ -243,7 +265,7 @@ const ProfileView = () => {
|
|||
<div className="col-sm-3">
|
||||
<span className="mb-0">Phone</span>
|
||||
</div>
|
||||
6765746584687
|
||||
67656584687
|
||||
<div className="col-sm-9 text-secondary"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -252,8 +274,8 @@ const ProfileView = () => {
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -264,7 +286,7 @@ const ProfileView = () => {
|
|||
<div className="card-body">
|
||||
<h1
|
||||
className="d-flex align-items-center mb-3"
|
||||
style={{ color: "#F74B02", fontSize: "26px" }}
|
||||
style={{ color: "#fda417", fontSize: "26px" }}
|
||||
>
|
||||
<i className="material-icons text-info mr-2">Suggested</i>
|
||||
Borrowers
|
||||
|
|
Loading…
Reference in New Issue