mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
feat: collab
This commit is contained in:
BIN
public/collab-highres.webp
Normal file
BIN
public/collab-highres.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
BIN
public/collab.webp
Normal file
BIN
public/collab.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 492 KiB |
17
src/Collab.tsx
Normal file
17
src/Collab.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
export default function Collab() {
|
||||
return (
|
||||
<div>
|
||||
<img src="/collab.webp" useMap="#image-map" />
|
||||
|
||||
<map name="image-map">
|
||||
<area target="_blank" alt="Sr Izan" title="Sr Izan" href="https://srizan.dev" coords="0,0,280,316" shape="rect" />
|
||||
<area target="_blank" alt="Willysuna" title="Willysuna" href="https://willysuna.dev" coords="716,0,1050,317" shape="rect" />
|
||||
<area target="_blank" alt="Aleandro" title="Aleandro" href="https://www.youtube.com/watch?v=G7QME0bzZuA" coords="663,319,355,0" shape="rect" />
|
||||
<area target="_blank" alt="Nerticel" title="Nerticel" href="https://www.youtube.com/shorts/-uAZdIJIl8o" coords="1,340,307,633" shape="rect" />
|
||||
<area target="_blank" alt="Orchuna" title="Orchuna" href="https://www.tumblr.com/orchunaxd" coords="333,328,679,637" shape="rect" />
|
||||
<area target="_blank" alt="XaviXE" title="XaviXE" href="https://srizan.dev/xavixe" coords="761,403,1045,571" shape="rect" />
|
||||
</map>
|
||||
<p>click on each person haha yes </p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
@@ -7,6 +7,7 @@ import { ThemeProvider, createTheme } from '@mui/material/styles';
|
||||
import Blog from "./Blog.tsx";
|
||||
import {BlogPost} from "./BlogPost.tsx";
|
||||
import AnalyticsNotice from "./AnalyticsNotice.tsx";
|
||||
import Collab from './Collab.tsx';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -20,6 +21,10 @@ const router = createBrowserRouter([
|
||||
{
|
||||
path: "/blog/:id",
|
||||
element: <BlogPost />
|
||||
},
|
||||
{
|
||||
path: '/collab',
|
||||
element: <Collab />
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user