1<!doctype html>
 2<html lang="en">
 3    <!--
 4    ___      _____     _
 5   / _ \ _ _|_   _|_ _| | _____
 6  | | | | '_ \| |/ _` | |/ / _ \
 7  | |_| | | | | | (_| |   <  __/
 8   \___/|_| |_|_|\__,_|_|\_\___|
 9
10  Copyright 2024. Louis Dalibard
11  -->
12
13    <head>
14        <!-- Stylesheet-->
15        <link
16            rel="stylesheet"
17            type="text/css"
18            href="https://dms.ontake.dev/style.css"
19        />
20        <!-- Title Element-->
21        <title>gallery | ontake.dev</title>
22        <!-- Icon-->
23        <link rel="icon" type="image/webp" href="/assets/images/icon.png" />
24        <!-- Metadata-->
25        <meta property="og:type" content="website" />
26        <meta property="og:url" content="https://ontake.dev/gallery" />
27        <meta property="og:title" content="gallery | ontake.dev" />
28        <meta name="viewport" content="width=device-width, initial-scale=0.1" />
29        <!-- Scripts-->
30        <script src="/assets/js/draggable.js"></script>
31    </head>
32
33    <body>
34        <div id="content">
35            Prepare to enter a virtual gallery where you can see all the art I
36            have made over the years.<br />
37            バーチャル・ギャラリーに入る準備をし、そこで私が長年にわたって制作してきたすべてのアートをご覧ください。<br /><br />
38
39            <!-- Platelet from Cells at Work! here to indicate WIP --->
40            <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
41            <div class="window" id="gallery-wip-window">
42                <div class="window-decorations">
43                    <div class="window-title">platelet.png</div>
44                    <div class="window-decorations-spacer-container">
45                        <div class="window-decorations-spacer"></div>
46                        <div class="window-decorations-spacer"></div>
47                        <div class="window-decorations-spacer"></div>
48                    </div>
49                    <div class="window-button">_</div>
50                    <div class="window-button"></div>
51                    <div class="window-button window-button-close"></div>
52                </div>
53                <img src="/assets/images/platelet.png" id="gallery-platelet-image" />
54            </div>
55            <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
56            <div>
57                The gallery is still under construction and might have issues
58                such as unstable walls and glitchy floors.<br />
59                ギャラリーはまだ建設中で、不安定な壁やグリッチーのある床などの問題があるかもしれない。
60            </div>
61            <br /><br />
62            <div class="link-container">
63                <a href="/gallery/visit/">Enter | 入る</a>
64            </div>
65        </div>
66
67        <div id="topbar">
68            <a class="topbar-link" href="/">home</a>
69            <a class="topbar-link" href="/about/">about</a>
70            <a class="topbar-link" href="/gallery/">gallery</a>
71            <a class="topbar-link" href="/projects/">projects</a>
72            <a class="topbar-link" href="/guestbook/">guestbook</a>
73            <a class="topbar-link" href="/ascii/">ascii</a>
74            <a class="topbar-link" href="/experiments/">experiments</a>
75            <a class="topbar-link" href="/garden/">garden</a>
76            <a class="topbar-link" href="/mixes/">mixes</a>
77            <a class="topbar-link" href="https://leech.ontake.dev">leech</a>
78        </div>
79    </body>
80</html>