my main site

This commit is contained in:
Ari Yeger
2025-07-03 12:34:35 -04:00
parent 12e2f0b7a3
commit a7069f6e55

View File

@ -67,13 +67,13 @@
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid transparent;
padding: 0.2em 0.4em;
transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
a.project-link:hover {
color: white;
background-color: var(--accent-light);
padding: 0.2em 0.4em;
border-radius: 6px;
}
@ -82,6 +82,10 @@
margin-top: 3em;
}
h2 {
padding: 0.2em;
}
.social a {
color: var(--accent-light);
text-decoration: none;
@ -144,12 +148,12 @@
<body>
<header>
<h1>Ari Yeger</h1>
<p class="bio">Hi! I'm a developer working on cool personal and open source projects. Here are some of the things I've built and worked on.</p>
<p class="bio" style="text-align: justify">Hi! I'm a developer working on cool personal and open source projects. Here are some of the things I've built and worked on.</p>
</header>
<section class="projects">
<section class="projects" style="max-width:615px; margin:3em auto; text-align:left;">
<h2>Projects</h2>
<ul>
<ul style="text-align:left; display:inline-block;">
<li><a class="project-link" href="https://talnajman.com">Website for an Animator</a></li>
<li><a class="project-link" href="https://git.li0nhunter.com">My personal Gitea installation, with Dokku deployment server</a></li>
<li><a class="project-link" href="https://cantor.li0nhunter.com">Website for a Cantor to share his music library</a></li>