File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 border-bottom : none;
8383}
8484
85- # header .name {
86- position : fixed;
87- top : 0 ;
88- left : 2rem ;
89- height : 60px ;
90- display : flex;
91- align-items : center;
92- font-family : 'Courier New' , Courier, monospace;
93- font-size : 1rem ;
94- color : # 00ff00 ;
95- text-transform : uppercase;
96- letter-spacing : 0.1em ;
97- z-index : 1001 ;
85+ /* Profile Name - under profile image */
86+ .profile-name {
87+ font-size : 1.2rem ;
88+ font-weight : 400 ;
89+ color : # ffffff ;
90+ text-align : center;
91+ margin-top : 1rem ;
92+ margin-bottom : 1rem ;
93+ text-transform : none;
94+ letter-spacing : normal;
9895}
9996
10097# header nav {
@@ -892,11 +889,6 @@ section:last-child {
892889 justify-content : center;
893890 }
894891
895- # header .name {
896- left : 1rem ;
897- font-size : 0.85rem ;
898- height : 50px ;
899- }
900892
901893 # header nav a {
902894 padding : 15px 20px ;
Original file line number Diff line number Diff line change 1212
1313 <!-- Header -->
1414 < header id ="header ">
15- < div class ="name "> Christian Nielsen Garcia</ div >
1615 < nav >
1716 < a href ="index.html "> About</ a >
1817 < a href ="publications.html "> Publications</ a >
Original file line number Diff line number Diff line change 2020
2121 <!-- Header -->
2222 < header id ="header ">
23- < div class ="name "> Christian Nielsen Garcia</ div >
2423 < nav >
2524 < a href ="index.html " class ="active "> About</ a >
2625 < a href ="publications.html "> Publications</ a >
3938 <!-- Profile Image -->
4039 < img src ="images/UCLA_HS_CNG.JPG " alt ="Christian Nielsen Garcia " class ="profile-image " />
4140
41+ <!-- Name -->
42+ < h2 class ="profile-name "> Christian Nielsen Garcia</ h2 >
43+
4244 <!-- Introduction Text -->
4345 < div class ="intro-text ">
4446 < p class ="intro-prefix "> I am an Information Scientist with a passion for</ p >
Original file line number Diff line number Diff line change 1212
1313 <!-- Header -->
1414 < header id ="header ">
15- < div class ="name "> Christian Nielsen Garcia</ div >
1615 < nav >
1716 < a href ="index.html "> About</ a >
1817 < a href ="publications.html " class ="active "> Publications</ a >
3130 <!-- Profile Image -->
3231 < img src ="images/UCLA_HS_CNG.JPG " alt ="Christian Nielsen Garcia " class ="profile-image " />
3332
33+ <!-- Name -->
34+ < h2 class ="profile-name "> Christian Nielsen Garcia</ h2 >
35+
3436 <!-- Introduction Text -->
3537 < div class ="intro-text ">
3638 < p class ="intro-prefix "> I am an Information Scientist with a passion for</ p >
Original file line number Diff line number Diff line change 1212
1313 <!-- Header -->
1414 < header id ="header ">
15- < div class ="name "> Christian Nielsen Garcia</ div >
1615 < nav >
1716 < a href ="index.html "> About</ a >
1817 < a href ="publications.html "> Publications</ a >
3130 <!-- Profile Image -->
3231 < img src ="images/UCLA_HS_CNG.JPG " alt ="Christian Nielsen Garcia " class ="profile-image " />
3332
33+ <!-- Name -->
34+ < h2 class ="profile-name "> Christian Nielsen Garcia</ h2 >
35+
3436 <!-- Introduction Text -->
3537 < div class ="intro-text ">
3638 < p class ="intro-prefix "> I am an Information Scientist with a passion for</ p >
You can’t perform that action at this time.
0 commit comments