add research,

change around how styles are specified for each page's overlay content
This commit is contained in:
2025-03-08 23:34:41 +00:00
parent 1e9bcb1bd3
commit 413ac7c7ab
9 changed files with 96 additions and 12 deletions

View File

@@ -24,6 +24,15 @@
margin-left: auto;
margin-right: auto;
}
.gallery .overlay-content {
text-align: center;
padding-left: 15%;
padding-right: 15%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
</style>
</head>
<body>
@@ -31,6 +40,7 @@
<h1><b><a aria-label="Arthur Lu" href="https://root.tronnet.net" class="site-header">ARTHUR LU</a></b></h1>
<nav>
<a aria-label="Projects" href="/index.html">PROJECTS</a>
<a aria-label="Research" href="/research.html">RESEARCH</a>
<a aria-current="page" aria-label="Photography" href="/photography.html">PHOTOGRAPHY</a>
<a aria-label="About Me" href="/about.html">ABOUT ME</a>
<a aria-label="Notes" href="/notes.html">CLASS NOTES</a>