Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobReynolds committed Mar 15, 2024
1 parent 0f63729 commit 7b8871e
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

18 changes: 18 additions & 0 deletions favicon-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions favicon-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
30 changes: 27 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
<html>
<head>
<link
media="(prefers-color-scheme: light)"
rel="icon"
href="/favicon-black.svg"
sizes="any"
/>
<link
media="(prefers-color-scheme: dark)"
rel="icon"
href="/favicon-white.svg"
sizes="any"
/>
<title>misty research</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>

<body>
<div
class="min-h-screen min-w-screen flex items-center flex-col justify-center"
class="min-h-screen dark:bg-black bg-white min-w-screen flex items-center flex-col justify-center"
>
<h1 class="text-2xl font-bold">mistysec</h1>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<img
src="./logo-words-black.svg"
alt="Misty Research Logo"
class="w-full dark:hidden h-32"
/>
<img
src="./logo-words-white.svg"
alt="Misty Research Logo"
class="w-full hidden dark:block h-32"
/>
<h2 class="text-black mt-8 text-2xl dark:text-white">
<a href="mailto:[email protected]">[email protected]</a>
</h2>
</div>
</body>
</html>
20 changes: 20 additions & 0 deletions logo-words-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b8871e

Please sign in to comment.