Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,28 @@ <h2 class="card-title">Harsh Vardhan</h2>

<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>

<h2 class="card-title">abhishek</h2>
<p class="card-text">the event is fun</p>
<p class="card-user">GitHub Username: tfabhi</p>
<!-- Please Copy the above div and paste it in the next line after the comment and change the details accordingly -->
</div>


<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
<h2 class="card-title">sneha singh</h2>
<p class="card-text">I really enjoyed the event</p>
<p class="card-user">GitHub Username: snehaa-singh</p>
</div>

<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>

<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
<h2 class="card-title">CodeNinja06</h2>
<p class="card-text">I am really enjoying the event</p>
<p class="card-user">GitHub Username: CodeNija06</p>
</div>

<div class="card">
<!-- Please Copy the above div and paste it in the next line after the comment and change the details accordingly -->
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
Expand All @@ -40,6 +50,7 @@ <h2 class="card-title">Animesh Jain</h2>
<p class="card-user">GitHub Username: Animesh-02</p>
</div>


<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
<h2 class="card-title">Octocat's Bestie!!</h2>
Expand All @@ -55,13 +66,15 @@ <h2 class="card-title">Amir Sohail</h2>
<p class="card-user">GitHub Username: amirsohail22</p>
<!-- Please Copy the above div and paste it in the next line after the comment and change the details accordingly -->
</div>

<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
<h2 class="card-title">Isha Verma</h2>
<p class="card-text">Got to learn many new things, wonderful experience</p>
<p class="card-user">GitHub Username: isha-verma23</p>
<!-- Please Copy the above div and paste it in the next line after the comment and change the details accordingly -->
</div>

<div class="card">
<img class="card-image" src="./git-logo.jpg" alt="an image"></img>
<h2 class="card-title">khushi chudasama</h2>
Expand Down