-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 2.17 KB
/
index.html
File metadata and controls
58 lines (55 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MIRA - Midjourney,Calude,Mistral,DALLE AI Gallery</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!--<div class="x-container">
<div class="x-header">
<div class="xh-inner">
<div class="xh-content">
<h1 class="xh-h1">Hi, im Tibix.</h1>
<h2 class="xh-h2">and this is... my AI gallery</h2>
<span class="xh-text">Enjoy fresh and hand-picked images that i've created using Midjourney AI.
<br/>
<br/>
I will update this gallery with new images from time to time. If you enjoy what i'm creating, there's alot more on my Twitter.
</span>
<div class="x-socials">
<a target="_top" href="https://www.twitter.com/Tiibiix" class="x-social" style="margin-right: 40px;">
<img class="x-social-img" src="https://assets.codepen.io/1692350/x_twitter.png">
<span>Tibix</span>
</a>
<a target="_top" href="https://www.twitter.com/def_not_ai" class="x-social">
<img class="x-social-img" src="https://assets.codepen.io/1692350/x_twitter.png">
<span>Def not AI</span>
</a>-->
</div>
</div>
</div>
</div>
<div class="x-gallery">
<div class="xg-tag-filter">
<div class="xg-btn xg-btn-tag xg-btn-active" data-tag="all">Show All</div>
<div class="xg-btn xg-btn-tag" data-tag="characters">Characters</div>
<div class="xg-btn xg-btn-tag" data-tag="scenery">Scenery</div>
<div class="xg-btn xg-btn-tag" data-tag="abstract">Abstract</div>
<div class="xg-btn xg-btn-tag" data-tag="woman">Woman</div>
</div>
<div class="xg-container">
<div class="xg-loader">
<div class="xg-loader-text">sorting the gallery...</div>
</div>
<div class="xg-img-preview">
</div>
</div>
</div>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js'></script>
<script src="./script.js"></script>
</body>
</html>