add projects page
This commit is contained in:
parent
10617c4557
commit
4bdafb6e40
30
views/projects.ejs
Normal file
30
views/projects.ejs
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>aidxn.fun | projects</title>
|
||||
<link href="/css/main.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="bg-gradient-to-br from-slate-900 to-black text-white">
|
||||
<%- include('shards/header.ejs', { req: req }) %>
|
||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||
<h1 class="text-5xl font-bold mb-2 text-center">Projects</h1>
|
||||
<p class="text-lg text-gray-300 max-w-xl text-center mt-3">Looking to learn more about my projects?</p>
|
||||
</header>
|
||||
<div class="bg-gradient-to-br from-slate-800/80 to-slate-900/80 border border-slate-800 backdrop-blur-md shadow-xl rounded-2xl p-8 mx-4">
|
||||
<h3 class="text-2xl font-bold mb-4 text-white">Currently working on</h3>
|
||||
<p class="text-slate-300 mb-4">You can check out my GitHub account right <a href="https://github.com/ihatenodejs">here</a>.</p>
|
||||
<p class="text-slate-300 mb-4">I am currently working on the following projects:</p>
|
||||
<ul class="list-disc pl-5 space-y-2">
|
||||
<li class="text-white">
|
||||
<strong>Overseer</strong><br>
|
||||
<span class="text-gray-300">Repo currently private</span><br>
|
||||
<span class="text-gray-300">Manage your server from an easy-to-use and responsive interface</span>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="text-2xl font-bold mb-4 mt-4 text-white">Finished projects</h3>
|
||||
<p class="text-slate-300 mb-4">I currently have only one public project which is in finished state. It's my old website, which is now being hosted at <a class="underline" href="https://old.aidxn.fun/">old.aidxn.fun</a>. It features a 2000s design and flashy graphics!</p>
|
||||
</div>
|
||||
<script src="js/main.js"></script>
|
||||
<%- include('shards/footer.ejs') %>
|
Loading…
x
Reference in New Issue
Block a user