1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width ">
6+ < meta name ="description " content ="Code with Vincent Bootcamp ">
7+ < title > UIUDH-First Contribution</ title >
8+ < link href ="style.css " rel ="stylesheet " type ="text/css " />
9+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3 "
10+ crossorigin ="anonymous ">
11+ </ head >
12+ < body >
13+ < div class ="container ">
14+ < div class ="px-4 py-5 my-5 text-center ">
15+ < h1 class ="display-5 fw-bold "> UIUDH- First Contribution</ h1 >
16+ < h2 class ="display-5> "> Your First Contribution as a Developer</ h2 >
17+ < div class ="col-lg-6 mx-auto ">
18+ < p class ="lead mb-4 "> Add your details to the table :)</ p >
19+ < div class ="d-grid gap-2 d-sm-flex justify-content-sm-center ">
20+ < 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 >
21+ < 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 >
22+ </ div >
23+ </ div >
24+ </ div >
25+ < div class ="px-2 py-3 my-5 text-center ">
26+ < h2 class ="display-5> "> Participants</ h2 >
27+ < p > copy the "tr" tag, and add your own row :)</ p >
28+ < table class ="table table-striped ">
29+ < thead >
30+ < tr >
31+ < th scope ="col "> #</ th >
32+ < th scope ="col "> Handle</ th >
33+ < th scope ="col "> Your Hosted GitHub Site?</ th >
34+ < th scope ="col "> Trimester/Semester</ th >
35+ < th scope ="col "> which Stack?</ th >
36+ </ tr >
37+ </ thead >
38+ < tbody >
39+ < tr >
40+ < th scope ="row "> 1</ th >
41+ < td > < a href ="https://github.com/notmongchaw " target ="_blank "> notMONGCHAW</ a > </ td >
42+ < td > https://notmongchaw.framer.website/</ td >
43+ < td > Yes</ td >
44+ < td > Yes</ td >
45+ </ tr >
46+ </ tr >
47+ </ tbody >
48+ </ table >
49+ </ div >
50+ </ div >
51+ </ body >
52+ </ html >
0 commit comments