File tree Expand file tree Collapse file tree 1 file changed +48
-3
lines changed
Expand file tree Collapse file tree 1 file changed +48
-3
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 ">
5- < title > My Portfolio </ title >
5+ < title > Faculty Profile </ title >
66 < link rel ="stylesheet " href ="styles.css ">
77</ head >
88< body >
9- < h1 > Welcome to My Portfolio</ h1 >
10- < p > Showcasing my projects and skills.</ p >
9+ < header >
10+ < h1 > Dr. [Your Name] - Faculty Profile</ h1 >
11+ < nav >
12+ < ul >
13+ < li > < a href ="#details "> Details</ a > </ li >
14+ < li > < a href ="#projects "> Projects</ a > </ li >
15+ < li > < a href ="#publications "> Publications</ a > </ li >
16+ < li > < a href ="#research "> Research</ a > </ li >
17+ < li > < a href ="#coursework "> Coursework</ a > </ li >
18+ </ ul >
19+ </ nav >
20+ </ header >
21+
22+ <!-- Tabbed Sections (Alternative: Use pure CSS tabs below) -->
23+ < section id ="details ">
24+ < h2 > Personal Details</ h2 >
25+ < p > Biography: [Your bio here]. Contact: [Email/Phone].</ p >
26+ </ section >
27+
28+ < section id ="projects ">
29+ < h2 > Projects</ h2 >
30+ < ul >
31+ < li > Project 1: [Description]. Link: < a href ="[repo] "> GitHub</ a > .</ li >
32+ <!-- Add more -->
33+ </ ul >
34+ </ section >
35+
36+ < section id ="publications ">
37+ < h2 > Publications</ h2 >
38+ < ul >
39+ < li > [Title], [Journal], [Year]. DOI: [Link].</ li >
40+ <!-- Add more -->
41+ </ ul >
42+ </ section >
43+
44+ < section id ="research ">
45+ < h2 > Research</ h2 >
46+ < p > Interests: [Areas]. Grants: [Details].</ p >
47+ </ section >
48+
49+ < section id ="coursework ">
50+ < h2 > Coursework</ h2 >
51+ < ul >
52+ < li > Course 1: [Description], [Semester].</ li >
53+ <!-- Add more -->
54+ </ ul >
55+ </ section >
1156</ body >
1257</ html >
You can’t perform that action at this time.
0 commit comments