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