my main site
This commit is contained in:
@ -67,13 +67,13 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
|
padding: 0.2em 0.4em;
|
||||||
transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.project-link:hover {
|
a.project-link:hover {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: var(--accent-light);
|
background-color: var(--accent-light);
|
||||||
padding: 0.2em 0.4em;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,6 +82,10 @@
|
|||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
padding: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.social a {
|
.social a {
|
||||||
color: var(--accent-light);
|
color: var(--accent-light);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -144,12 +148,12 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Ari Yeger</h1>
|
<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>
|
</header>
|
||||||
|
|
||||||
<section class="projects">
|
<section class="projects" style="max-width:615px; margin:3em auto; text-align:left;">
|
||||||
<h2>Projects</h2>
|
<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://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://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>
|
<li><a class="project-link" href="https://cantor.li0nhunter.com">Website for a Cantor to share his music library</a></li>
|
||||||
|
Reference in New Issue
Block a user