mvaloatto commited on
Commit
786a576
·
verified ·
1 Parent(s): 139c05e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -24
index.html CHANGED
@@ -18,32 +18,16 @@
18
  <li>
19
  <div>
20
  <img src="https://via.placeholder.com/50x50" alt="User avatar">
21
- <div>
22
- <b><a href="#">John Doe</a></b>
23
- <span class="mx-2">|</span>
24
- <a href="#">johndoe.com</a>
25
- <span class="mx-2">|</span>
26
- <a href="#">@johndoe</a>
27
- <span class="mx-2">|</span>
28
- <a href="#">johndoe/github</a>
29
- </div>
30
- </div>
31
- </li>
32
- <li>
33
- <div>
34
- <img src="https://via.placeholder.com/50x50" alt="User avatar">
35
- <div>
36
- <h3>John Doe</h3>
37
-
38
- <a href="#">johndoe.com</a>
39
- <span class="mx-2">|</span>
40
- <a href="#">@johndoe</a>
41
- <span class="mx-2">|</span>
42
- <a href="#">johndoe/github</a>
43
-
44
- </div>
45
  </div>
46
  </li>
 
47
  <!-- Add more user entries here -->
48
  </ul>
49
  </section>
 
18
  <li>
19
  <div>
20
  <img src="https://via.placeholder.com/50x50" alt="User avatar">
21
+ <b><a href="#">John Doe</a></b>
22
+ <span class="mx-2">|</span>
23
+ <a href="#">johndoe.com</a>
24
+ <span class="mx-2">|</span>
25
+ <a href="#">@johndoe</a>
26
+ <span class="mx-2">|</span>
27
+ <a href="#">johndoe/github</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  </div>
29
  </li>
30
+
31
  <!-- Add more user entries here -->
32
  </ul>
33
  </section>