1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Projects</ title >
8+
9+ <!-- css -->
10+ < link rel ="stylesheet " href ="styles.css ">
11+
12+ <!-- fonts -->
13+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
14+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
15+ < link href ="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playwrite+RO:wght@100..400&display=swap " rel ="stylesheet ">
16+
17+ </ head >
18+
19+ < body >
20+ < header class ="navbar ">
21+ < h1 class ="brand "> Anujit Singh</ h1 >
22+ < h1 class ="title "> Projects</ h1 >
23+ </ header >
24+
25+ < div id ="navbarMargin "> < div >
26+
27+ < div class ="canvas ">
28+ < div class ="projects-container ">
29+
30+ <!-- card 1 -->
31+ < div class ="project-card ">
32+ < div class ="project-snapshot ">
33+ < img src ="project_Snapshot/color_changer.png " alt ="Project Snapshot ">
34+ </ div >
35+ < div class ="project-info ">
36+ < h2 > < a href ="colorChanger/index.html " class ="project-link " target ="_blank " rel ="noopener noreferrer "> Color Changer</ a > </ h2 >
37+ < p > Test vibrant colors.</ p >
38+ </ div >
39+ </ div >
40+
41+ <!-- card 2 -->
42+ < div class ="project-card ">
43+ < div class ="project-snapshot ">
44+ < img src ="project_Snapshot/bmi_calculator.png " alt ="Project Snapshot ">
45+ </ div >
46+ < div class ="project-info ">
47+ < h2 > < a href ="BMI_Calculator/index.html " class ="project-link " target ="_blank " rel ="noopener noreferrer "> Bmi CalCulator</ a > </ h2 >
48+ < p > Calculate your Bmi.</ p >
49+ </ div >
50+ </ div >
51+
52+ <!-- card 3 -->
53+ < div class ="project-card ">
54+ < div class ="project-snapshot ">
55+ < img src ="project_Snapshot/Ticker_clock.png " alt ="Project Snapshot ">
56+ </ div >
57+ < div class ="project-info ">
58+ < h2 > < a href ="Clock/index.html " class ="project-link " target ="_blank " rel ="noopener noreferrer "> Ticker</ a > </ h2 >
59+ < p > Time is money, so I built a clock.</ p >
60+ </ div >
61+ </ div >
62+
63+ <!-- card 4 -->
64+ < div class ="project-card ">
65+ < div class ="project-snapshot ">
66+ < img src ="project_Snapshot/Number_Guess.png " alt ="Project Snapshot ">
67+ </ div >
68+ < div class ="project-info ">
69+ < h2 > < a href ="guess_number/index.html " class ="project-link " target ="_blank " rel ="noopener noreferrer "> Guess Number</ a > </ h2 >
70+ < p > Try and guess the number.</ p >
71+ </ div >
72+ </ div >
73+
74+ </ div >
75+
76+ </ div >
77+ </ body >
78+
79+ </ html >
0 commit comments