-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (201 loc) · 4.72 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE HTML>
<html>
<head>
<title>
</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport"/>
<link href="assets/css/main.css" rel="stylesheet"/>
<link href="assets/css/custom.css" rel="stylesheet"/>
<noscript>
<link href="assets/css/noscript.css" rel="stylesheet"/>
</noscript>
</head>
<body class="is-preload-0 is-preload-1 is-preload-2">
<div id="main">
<header id="header">
<h1>
Nikolaus Gullotta
</h1>
<p>
... is making software and generative AI content
</p>
<ul class="icons">
<li>
<a class="icon brands fa-mastodon" href="https://mastodon.social/@nikg">
<span class="label">
Mastodon
</span>
</a>
</li>
<li>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/nikolaus-gullotta-6ab61a193/">
<span class="label">
LinkedIn
</span>
</a>
</li>
<li>
<a class="icon brands fa-github" href="https://www.github.com/ngullotta">
<span class="label">
Github
</span>
</a>
</li>
<li>
<a class="icon fa-envelope" href="https://mail.ouroboros.audio/webmail/">
<span class="label">
Email
</span>
</a>
</li>
</ul>
<a class="button" href="mailto:jobs@ouroboros.audio">
<span>
Contact
</span>
</a>
</header>
<div style="text-align: center;">
<h4>
Selected AI Art
</h4>
<p style="font-size: 50%">
Uses
<a href="https://github.com/ngullotta/stable-diffusion-webui">
<i>
a personal fork of
Stable Diffusion
</i>
</a>
to generate images (along with various models)
</p>
</div>
<section id="thumbnails">
<article>
<a class="thumbnail" href="images/fulls/00015.png">
<img alt="" src="images/thumbs/00015.png"/>
</a>
<h2>
Truth
</h2>
<p>
There are three things that cannot long be hidden: the sun, the moon and the truth.
</p>
<a href="images/fulls/00015.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00005.png">
<img alt="A tall white lotus fountain" src="images/thumbs/00005.png"/>
</a>
<h2>
The Border
</h2>
<p>
... And dreadfully distinct against the dark, a tall white fountain played.
</p>
<a href="images/fulls/00005.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00010.jpg">
<img alt="" src="images/thumbs/00010.jpg"/>
</a>
<h2>
Vana
</h2>
<a href="images/fulls/00010.jpg">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00023.png">
<img alt="" src="images/thumbs/00023.png"/>
</a>
<h2>
Saṃsāra
</h2>
<a href="images/fulls/00023.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00012.png">
<img alt="" src="images/thumbs/00012.png"/>
</a>
<h2>
Healing Waters
</h2>
<a href="images/fulls/00012.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00030.png">
<img alt="" src="images/thumbs/00030.png"/>
</a>
<h2>
Five and a Half Minute Hallway
</h2>
<p>
This is not for you.
</p>
<a href="images/fulls/00030.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
<article>
<a class="thumbnail" href="images/fulls/00021.png">
<img alt="" src="images/thumbs/00021.png"/>
</a>
<h2>
Luveh-Keraphf
</h2>
<p>
... and with strange aeons, even death may die.
</p>
<a href="images/fulls/00021.png">
<i aria-hidden="true" class="fa fa-expand">
</i>
</a>
</article>
</section>
<footer id="footer">
<ul class="copyright">
<li>
<a href="https://zombo.com/">
<span>
🄯 ALL WRONGS RESERVED.
</span>
</a>
</li>
<br/>
<li>
<a href="https://github.com/ngullotta/website">
<span>
src.
</span>
</a>
</li>
</ul>
</footer>
</div>
<script src="assets/js/jquery.min.js">
</script>
<script src="assets/js/browser.min.js">
</script>
<script src="assets/js/breakpoints.min.js">
</script>
<script src="assets/js/main.js">
</script>
</body>
</html>