File tree Expand file tree Collapse file tree 4 files changed +32
-13
lines changed
Expand file tree Collapse file tree 4 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 1717 </ head >
1818
1919 < body >
20- < header class ="navbar ">
21- < h1 class ="brand "> Anujit Singh</ h1 >
22- < h1 class ="title "> Projects</ h1 >
23- < div class ="nav-link ">
24- < a href ="https://github.com/Anujit1 " target ="_blank " class ="nav-icon ">
25- < i class ="fa-brands fa-github fa-2xl std-icon " style ="color: #FFD43B; "> </ i >
26- < i class ="fa-brands fa-github fa-flip fa-2xl hover-icon " style ="color: #FFD43B; "> </ i >
27- </ a >
28- </ div >
29-
30- </ header >
20+
21+ <!-- navbar -->
22+ < header class ="navbar ">
23+ < h1 class ="brand "> Anujit Singh</ h1 >
24+ < h1 class ="title "> Projects</ h1 >
25+ < div class ="nav-link ">
26+ < a href ="https://github.com/Anujit1 " target ="_blank " class ="nav-icon ">
27+ < i class ="fa-brands fa-github fa-2xl std-icon " style ="color: #FFD43B; "> </ i >
28+ < i class ="fa-brands fa-github fa-flip fa-2xl hover-icon " style ="color: #FFD43B; "> </ i >
29+ </ a >
30+ </ div >
31+
32+ </ header >
3133
3234 < div id ="navbarMargin "> < div >
3335
36+ <!-- main body -->
3437 < div class ="canvas ">
3538 < div class ="projects-container ">
3639
40+ <!-- card -->
41+ < div class ="project-card ">
42+ < div class ="project-snapshot ">
43+ < img src ="project_Snapshot/GitHub_Profile_Card.png " alt ="Project Snapshot ">
44+ </ div >
45+ < div class ="project-info ">
46+ < h2 > < a href ="github_profile_card/index.html " class ="project-link " target ="_blank " rel ="noopener noreferrer "> GitHub Profile Card</ a > </ h2 >
47+ < p > Makes a card of your github profile and copy user, followers and profile image link api data.</ p >
48+ </ div >
49+ </ div >
3750
3851 <!-- card -->
3952 < div class ="project-card ">
Original file line number Diff line number Diff line change @@ -26,5 +26,10 @@ _Fork it and try it!_
2626
2727---
2828
29- ## 5. Keyboard Check - [ Code File] ( https://github.com/Anujit1/JavaScript_Projects/tree/main/keyboard_check )
30- ![ BMI Color webpage snapshot] ( project_Snapshot/keyboard-check.png )
29+ ## 6. Keyboard Check - [ Code File] ( https://github.com/Anujit1/JavaScript_Projects/tree/main/keyboard_check )
30+ ![ BMI Color webpage snapshot] ( project_Snapshot/keyboard-check.png )
31+
32+ ---
33+
34+ ## 7. Github Profile Card - [ Code File] ( https://github.com/Anujit1/JavaScript_Projects/tree/main/github_profile_card )
35+ ![ BMI Color webpage snapshot] ( project_Snapshot/GitHub_Profile_Card.png )
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ header {
133133.project-info p {
134134 font-size : 1rem ;
135135 color : whitesmoke;
136+ text-align : center;
136137}
137138
138139.project-link {
You can’t perform that action at this time.
0 commit comments