tweak project links
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
bfd174b664
commit
17caf11a6c
|
@ -74,7 +74,7 @@ h1 {
|
||||||
text-shadow: var(--text-shadow);
|
text-shadow: var(--text-shadow);
|
||||||
background: var(--hl-med);
|
background: var(--hl-med);
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
border-radius: 0 0 3rem 3rem;
|
border-radius: 3rem 3rem 0.2rem 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -90,6 +90,10 @@ h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.container h3 {
|
||||||
|
font-size: 7rem;
|
||||||
|
}
|
||||||
|
|
||||||
#this-website {
|
#this-website {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
@ -143,7 +147,7 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1rem;
|
margin: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -252,4 +256,5 @@ li::marker {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 3rem;
|
gap: 3rem;
|
||||||
width: full;
|
width: full;
|
||||||
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,7 +103,9 @@
|
||||||
<li class="ghost-container">
|
<li class="ghost-container">
|
||||||
</li>
|
</li>
|
||||||
<li class="container">
|
<li class="container">
|
||||||
|
<a href="https://subman.ajstepien.xyz">
|
||||||
<h3>Subman</h3>
|
<h3>Subman</h3>
|
||||||
|
</a>
|
||||||
<p>A self-hosted literary submission management system comprising a
|
<p>A self-hosted literary submission management system comprising a
|
||||||
Nextjs web-app with Sqlite back-end. Styled with Tailwind.
|
Nextjs web-app with Sqlite back-end. Styled with Tailwind.
|
||||||
</p>
|
</p>
|
||||||
|
@ -124,7 +126,9 @@
|
||||||
<!-- </li> -->
|
<!-- </li> -->
|
||||||
<li class="container">
|
<li class="container">
|
||||||
|
|
||||||
|
<a href="https://demos.ajstepien.xyz/movie-explorer">
|
||||||
<h3>Movie-Explorer</h3>
|
<h3>Movie-Explorer</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
An app for when you don't know what movie to watch, written in
|
An app for when you don't know what movie to watch, written in
|
||||||
Typescript/React and vanilla CSS.
|
Typescript/React and vanilla CSS.
|
||||||
|
@ -137,7 +141,9 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="container">
|
<li class="container">
|
||||||
|
|
||||||
|
<a href="https://demos.ajstepien.xyz/calculator">
|
||||||
<h3>Calculator</h3>
|
<h3>Calculator</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
A simple calculator app written in React and vanilla CSS.
|
A simple calculator app written in React and vanilla CSS.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue