-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some CSS to make people page look nicer
- Loading branch information
Showing
2 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,8 +70,6 @@ function HostList() { | |
</table> | ||
*/} | ||
|
||
|
||
|
||
<div class="nav-bar-container"> | ||
<Link to="/create-host" className="host-button">Join now</Link> | ||
<div class="account-search-bar"> | ||
|
@@ -80,10 +78,8 @@ function HostList() { | |
</div> | ||
</div> | ||
|
||
|
||
<div class="peopleSection"> | ||
|
||
|
||
<div class="peopleSection-container"> | ||
<div class="peopleSection"> | ||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
|
@@ -97,67 +93,80 @@ function HostList() { | |
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
|
||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
<div class="accountContainer"> | ||
<div class="accountInfo"> | ||
<img src={profileImage1} alt="Profile picture" className="profile-image" /> | ||
</div> | ||
<p>John Doe</p> | ||
<p>Attendee</p> | ||
<h2>John Doe</h2> | ||
<h2>[email protected]</h2> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
); | ||
|
||
} | ||
|