-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
119 lines (116 loc) · 4.89 KB
/
software.html
File metadata and controls
119 lines (116 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" href="mysite.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link rel="stylesheet" href="font.css" />
<link rel="stylesheet" href="mysite.css" />
</head>
<body style="background-color: black">
<script src="scroll.js"></script>
<div style="outline: 1px solid red">
<div style="outline: 1px solid red" id="headerbar">
<div style="padding-top: 8px; padding-bottom: 6px">
<img style="max-width: 201px; margin-left: auto; margin-right: auto; display: block; border-radius: 130px" src="44797228.jpg" />
<h2 style="color: white; font-family: Ultra; text-align: center">CyrilCommando</h2>
<div style="font-size: small; text-align: center; font-family: Ultra, Helvetica, sans-serif">
<div class="button">
<a href="/">
<div>
<h3 style="color: white">Home</h3>
</div>
</a>
</div>
<div class="button">
<a href="/software">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Software</h3>
</div>
</a>
</div>
<div class="button">
<a href="/music">
<div>
<h3 style="color: white">Music</h3>
</div>
</a>
</div>
<div class="button">
<a href="/photography">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Photography</h3>
</div>
</a>
</div>
<div class="button">
<a href="/blogs">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Blogs</h3>
</div>
</a>
</div>
<div class="button">
<a href="/etc">
<div>
<h3 style="color: white">etc.</h3>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="imgc">
<div>
<h3>SankakuCacher</h3>
<h4>A JavaScript browser extension for downloading images from booru websites. Has an in-browser image history menu & mass-downloader. <a href="https://github.com/CyrilCommando/SankakuCacher">github</a></h4>
<div style="width: 33%; margin-right: 3%; height: 100%; align-content: center; display: block">
<img style="display: inline; margin: 0; width: 100%; max-height: 100%; margin-left: 0; transition: margin-left 0.5s cubic-bezier(0.77, 0, 0.18, 1)" src="screenshots/Screenshot 2026-05-21 090616.png" />
<img style="display: inline; margin: 0; margin-left: 0; transition: margin-left 0.5s cubic-bezier(0.77, 0, 0.18, 1); width: 100%; max-height: 100%" src="screenshots/Screen Shot 2024-05-10 at 18.45.25.png" />
</div>
</div>
</div>
<div class="imgc">
<div>
<h3>ToMMovementTweaker</h3>
<h4>A small tool for changing the movement speed in the 2020 remake of Trials of Mana. You can find it on <a href="https://www.nexusmods.com/trialsofmana/mods/93">NexusMods</a>.</h4>
<img src="screenshots/1rs.png" />
</div>
</div>
<div class="imgc">
<div style="width: 100%">
<h3>abooru</h3>
<h4>A booru-like image board/sharing platform, written with Node.js, Svelte, MongoDB & WebTorrent. Nearly complete, remaining issues are logistical.</h4>
<img src="screenshots/Screenshot 2026-05-22 150123.png" />
</div>
</div>
<div class="imgc">
<div>
<h3>Chronos</h3>
<h4>A backup tool, written in C#/WPF. Unfortunately I lost a lot of progress on this and it's been postponed.</h4>
<div style="width: 33%; margin-right: 3%; height: 100%; align-content: center; display: block">
<img style="display: inline; margin: 0; margin-left: 0; transition: margin-left 0.5s cubic-bezier(0.77, 0, 0.18, 1); width: 100%; max-height: 100%" src="screenshots/chronosscr.png" />
<img style="display: inline; margin: 0; width: 100%; max-height: 100%; margin-left: 0; transition: margin-left 0.5s cubic-bezier(0.77, 0, 0.18, 1)" src="screenshots/chronosscr2.png" />
<img style="display: inline; margin: 0; width: 100%; max-height: 100%; margin-left: 0; transition: margin-left 0.5s cubic-bezier(0.77, 0, 0.18, 1)" src="screenshots/subsection.png" />
<!-- <div style="align-self: flex-start; margin-left: 30px; opacity: 0; " class="lrbuttons">
<div style="width: 70%;height: 80%;clip-path: polygon(50% 22%, 100% 68%, 100% 78%, 50% 32%, 0 78%, 0 68%);background-color: grey;rotate: -90deg;position: relative;left: 15%;top: 11%;">
</div>
</div> -->
</div>
</div>
</div>
</div>
</body>
<script></script>
<style>
.lrbuttons {
width: 80px;
height: 80px;
background-color: #ffc761;
border-radius: 52px;
cursor: pointer;
position: absolute;
transition: opacity 1s cubic-bezier(0.17, 0.84, 0.44, 1);
}
</style>
</html>