Skip to content

Commit d2f6a49

Browse files
committed
Remove green header name and add white name under profile image across all pages
1 parent c4a25e9 commit d2f6a49

5 files changed

Lines changed: 19 additions & 22 deletions

File tree

assets/css/minimal.css

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,16 @@ a {
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;

beyondBio.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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>

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
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>
@@ -39,6 +38,9 @@
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>

publications.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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>
@@ -31,6 +30,9 @@
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>

tools.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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>
@@ -31,6 +30,9 @@
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>

0 commit comments

Comments
 (0)