remove extra html templates

This commit is contained in:
jc 2023-10-22 00:25:47 -04:00
commit 55dfafe7ed
No known key found for this signature in database
3 changed files with 0 additions and 61 deletions

View file

@ -1,28 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Juan Wu software developer about me page"
/>
<meta name="author" content="Juan Wu" />
<meta
name="keywords"
content="software developer, fullstack developer, projects"
/>
<link rel="stylesheet" href="/static/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
<title>Juan Wu | About Me</title>
</head>
<body>
<h1>About me not implemented</h1>
</body>
</html>

View file

@ -1,5 +0,0 @@
<div class="w-full h-full">
<div class="bg-gradient-to-r from-purple-500 to-pink-500">
<h1 class="text-8xl text-white uppercase font-bold p-8">PROJECTS!</h1>
</div>
</div>

View file

@ -1,28 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Juan Wu software developer projects"
/>
<meta name="author" content="Juan Wu" />
<meta
name="keywords"
content="software developer, fullstack developer, projects"
/>
<link rel="stylesheet" href="/static/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
<title>Juan Wu | Projects</title>
</head>
<body>
<h1>Projects not implemented</h1>
</body>
</html>