Skip to content

Commit

Permalink
added the base index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
notMONGCHAW committed Jan 4, 2025
1 parent 371b6e5 commit a0d4345
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Code with Vincent Bootcamp">
<title>UIUDH-First Contribution</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="px-4 py-5 my-5 text-center">
<h1 class="display-5 fw-bold">UIUDH- First Contribution</h1>
<h2 class="display-5>">Your First Contribution as a Developer</h2>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Add your details to the table :)</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a class="btn btn-primary btn-lg px-4 gap-3" href="https://github.com/UIU-Developers-Hub" target="_blank" role="button">Github Organization</a>
<a class="btn btn-outline-secondary btn-lg px-4 gap-3" href="https://github.com/UIU-Developers-Hub/First-Contribution-UIUDH" target="_blank" role="button">This Projects Repo</a>
</div>
</div>
</div>
<div class="px-2 py-3 my-5 text-center">
<h2 class="display-5>">Participants</h2>
<p>copy the "tr" tag, and add your own row :)</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Handle</th>
<th scope="col">Your Hosted GitHub Site?</th>
<th scope="col">Trimester/Semester</th>
<th scope="col">which Stack?</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a href="https://github.com/notmongchaw" target="_blank">notMONGCHAW</a></td>
<td>https://notmongchaw.framer.website/</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>

0 comments on commit a0d4345

Please sign in to comment.