@@ -70,8 +70,6 @@ function HostList() {
7070 </table>
7171*/ }
7272
73-
74-
7573 < div class = "nav-bar-container" >
7674 < Link to = "/create-host" className = "host-button" > Join now</ Link >
7775 < div class = "account-search-bar" >
@@ -80,10 +78,8 @@ function HostList() {
8078 </ div >
8179 </ div >
8280
83-
84- < div class = "peopleSection" >
85-
86-
81+ < div class = "peopleSection-container" >
82+ < div class = "peopleSection" >
8783 < div class = "accountContainer" >
8884 < div class = "accountInfo" >
8985 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
@@ -97,67 +93,80 @@ function HostList() {
9793 < div class = "accountInfo" >
9894 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
9995 </ div >
100- < p > John Doe</ p >
96+ < p > Attendee</ p >
97+ < h2 > John Doe</ h2 >
98+ < h2 > fake@gmail.com</ h2 >
10199 </ div >
102100
103101 < div class = "accountContainer" >
104102 < div class = "accountInfo" >
105103 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
106104 </ div >
107- < p > John Doe</ p >
105+ < p > Attendee</ p >
106+ < h2 > John Doe</ h2 >
107+ < h2 > fake@gmail.com</ h2 >
108108 </ div >
109109
110110 < div class = "accountContainer" >
111111 < div class = "accountInfo" >
112112 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
113113 </ div >
114- < p > John Doe</ p >
114+ < p > Attendee</ p >
115+ < h2 > John Doe</ h2 >
116+ < h2 > fake@gmail.com</ h2 >
115117 </ div >
116118
117119 < div class = "accountContainer" >
118120 < div class = "accountInfo" >
119121 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
120122 </ div >
121- < p > John Doe</ p >
123+ < p > Attendee</ p >
124+ < h2 > John Doe</ h2 >
125+ < h2 > fake@gmail.com</ h2 >
122126 </ div >
123127
124128 < div class = "accountContainer" >
125129 < div class = "accountInfo" >
126130 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
127131 </ div >
128- < p > John Doe</ p >
129-
132+ < p > Attendee</ p >
133+ < h2 > John Doe</ h2 >
134+ < h2 > fake@gmail.com</ h2 >
130135 </ div >
131136
132137 < div class = "accountContainer" >
133138 < div class = "accountInfo" >
134139 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
135140 </ div >
136- < p > John Doe</ p >
141+ < p > Attendee</ p >
142+ < h2 > John Doe</ h2 >
143+ < h2 > fake@gmail.com</ h2 >
137144 </ div >
138145
139146 < div class = "accountContainer" >
140147 < div class = "accountInfo" >
141148 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
142149 </ div >
143- < p > John Doe</ p >
150+ < p > Attendee</ p >
151+ < h2 > John Doe</ h2 >
152+ < h2 > fake@gmail.com</ h2 >
144153 </ div >
145154
146155 < div class = "accountContainer" >
147156 < div class = "accountInfo" >
148157 < img src = { profileImage1 } alt = "Profile picture" className = "profile-image" />
149158 </ div >
150- < p > John Doe</ p >
159+ < p > Attendee</ p >
160+ < h2 > John Doe</ h2 >
161+ < h2 > fake@gmail.com</ h2 >
151162 </ div >
152-
153-
154-
155163 </ div >
156164
157165
158166
159167
160168 </ div >
169+ </ div >
161170 ) ;
162171
163172}
0 commit comments