-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmysite.html
128 lines (103 loc) · 3.94 KB
/
mysite.html
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
120
121
122
123
124
125
126
127
128
<!-- saved from url=(0044)file:///C:/Users/Cyril/Documents/mysite.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="mysite_files/mysite.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="mysite_files/css2.css" rel="stylesheet">
<script src="mysite_files/site.js"></script></head><body style="
background-color: black;
">
<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;
" src="mysite_files/IMG_20190904_124449c.jpg">
<h2 style="
color: white;
font-family: Ultra;
text-align: center;
">CyrilCommando</h2>
<div style="
text-align: center;
">
<div class="button">
<div style="">
<h3 style="color: white;">Home</h3>
</div></div><div class="button">
<div style="">
<h3 style="color: white;">Software Projects</h3>
</div>
</div><div class="button">
<div style="">
<h3 style="color: white;">Music</h3>
</div>
</div><div class="button">
<div style="">
<h3 style="color: white;">Blender</h3>
</div>
</div><div class="button">
<div style="">
<h3 style="color: white;">etc.</h3>
</div>
</div></div> </div>
</div><div style="
" class="imgc">
<div style=""> <h3 style="
">SankakuCacher</h3><h4 style="
">A JavaScript browser extension for downloading images from booru
websites. Has a fully functional in-browser image history menu
& mass-downloader.
</h4>
<img style="
" src="mysite_files/Screen%20Shot%202024-05-10%20at%2018.45.25.png"></div>
</div><div style="
" class="imgc">
<div style="width: 100%;"> <h3 style="
">abooru</h3><h4 style="
">In development image board platform, written with Node.js & Handlebars.</h4>
<img style="
" src="mysite_files/Screenshot%202024-07-24%20at%2017-48-14%20on%20abooru.png"></div>
</div>
<div style="" class="imgc">
<div>
<h3 style="
">Chronos</h3><h4 style="
">A backup tool that I've had to put off because C#/WPF has proven too finicky & difficult for me to work
with. I will be moving it to C++, but unfortunately I don't have the time for that right now.</h4>
<div style="width: 33%;margin-right: 3%;overflow: hidden;white-space: nowrap;height: 100%;align-content: center;display: block;">
<img src="mysite_files/chronosscr.png" style="display: inline;margin: 0;margin-left: 0;transition: margin-left 0.5s cubic-bezier(.77,0,.18,1);width: 100%;max-height: 100%;"><img src="mysite_files/chronosscr2.png" style="display: inline;margin: 0;width: 100%;max-height: 100%;margin-left: 0;transition: margin-left 0.5s cubic-bezier(.77,0,.18,1);">
</div>
</div>
</div><div style="" class="imgc">
<div>
<h3 style="
">ToMMovementTweaker</h3><h4 style="
">A small tool for changing the movement speed in the 2020 remake of Trials of Mana.</h4>
<img src="mysite_files/1rs.png" style="">
</div>
</div><div style="
" class="imgc">
<div style="">
<h3 style="
">Output Determiner circuit</h3><h4 style="
">This is a circuit built and designed in minecraft many years ago. I
wasn't really sure what this was when I was building it. It's actually
more of a protocol than anything, and it can be done with a
microcontroller or something pretty easily so you may not often see a circuit for this. What it does is receive a number of
inputs within a given window of time &
sends an output to a different pin depending on how many times the input fired.
Pretty cool! </h4>
<img src="mysite_files/2018-01-17_02.15.51.png" style="
"></div>
</div></div>
</body></html>