move blog to publications
This commit is contained in:
23
app/page.tsx
23
app/page.tsx
@@ -5,7 +5,7 @@ export default async function Index() {
|
|||||||
<img src="stan.jpg" alt="Stan Runge" className="rounded-xl size-64" />
|
<img src="stan.jpg" alt="Stan Runge" className="rounded-xl size-64" />
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h1 className="text-5xl my-3">Stan Runge</h1>
|
<h1 className="text-5xl my-3">Stan Runge</h1>
|
||||||
<p>stan@stanrunge.dev</p>
|
<a href="mailto:stan@stanrunge.dev">stan@stanrunge.dev</a>
|
||||||
<p>The Hague, Netherlands</p>
|
<p>The Hague, Netherlands</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30,6 +30,27 @@ export default async function Index() {
|
|||||||
<p>Minor: Deep Learning</p>
|
<p>Minor: Deep Learning</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="text-center my-10">
|
||||||
|
<h2 className="text-3xl">Skills</h2>
|
||||||
|
<div className="text-center my-10">
|
||||||
|
<b>Programming Languages</b>
|
||||||
|
<p>JavaScript, TypeScript, Python, C#, SQL</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="text-center my-10">
|
||||||
|
<b>Frameworks/Libraries</b>
|
||||||
|
<p>
|
||||||
|
React, Next.js, Node.js, .NET, SvelteKit, SQL Server, PostgreSQL,
|
||||||
|
MySQL
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="text-center my-10">
|
||||||
|
<b>Natural Languages</b>
|
||||||
|
<p>English, Dutch, Spanish, Papiamentu, Korean</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="text-center my-10">
|
<div className="text-center my-10">
|
||||||
<h2 className="text-3xl">Certificates</h2>
|
<h2 className="text-3xl">Certificates</h2>
|
||||||
<b>Mathematics for Machine Learning: Linear Algebra</b>
|
<b>Mathematics for Machine Learning: Linear Algebra</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user