Done some stuff
This commit is contained in:
24
index.html
24
index.html
@@ -1,6 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ayabusa club</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
@@ -56,7 +57,7 @@
|
||||
</div>
|
||||
<div class="mt-[3vw] flex flex-row space-x-[3vw] w-full">
|
||||
<div class="w-[55vw] font-[sftr] leading-[5vw] text-[7vw] flex flex-col">
|
||||
<a href="projects.html" class="group flex flex-row w-full justify-between">
|
||||
<a href="projects" class="group flex flex-row w-full justify-between">
|
||||
<svg class="opacity-0 group-hover:opacity-100 mt-[-0.5vw] mb-[0.5vw] ms-[0.3vw]" xmlns="http://www.w3.org/2000/svg" height="5vw" fill="currentColor" class="bi bi-caret-right-fill" viewBox="5 0 8 16">
|
||||
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
|
||||
</svg>
|
||||
@@ -80,7 +81,26 @@
|
||||
<path d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<script src="sphere.js"></script>
|
||||
<div class="flex flex-row w-full mt-[3vw]">
|
||||
<div>
|
||||
<canvas id="cvs" class="outline-[0.7vw]"></canvas>
|
||||
<script src="sphere.js"></script>
|
||||
</div>
|
||||
<div class="flex flex-col w-full ms-[3vw] justify-between">
|
||||
<a href="about" class="group flex flex-row w-full justify-between">
|
||||
<svg class="opacity-0 group-hover:opacity-100 mt-[-0.5vw] mb-[0.5vw] ms-[0.3vw]" xmlns="http://www.w3.org/2000/svg" height="5vw" fill="currentColor" class="bi bi-caret-right-fill" viewBox="5 0 8 16">
|
||||
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
|
||||
</svg>
|
||||
<p class="">About</p>
|
||||
</a>
|
||||
<a href="contact" class="group flex flex-row w-full justify-between">
|
||||
<p class="">Contact</p>
|
||||
<svg class="opacity-0 group-hover:opacity-100 mt-[-0.5vw] mb-[0.5vw] ms-[0.3vw]" xmlns="http://www.w3.org/2000/svg" height="5vw" fill="currentColor" class="bi bi-caret-left-fill" viewBox="3 0 10 16">
|
||||
<path d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-[45vw] space-y-[3vw]">
|
||||
<div class="outline-[0.7vw] p-[0.7vw]">
|
||||
|
||||
Reference in New Issue
Block a user