-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathultraworld.html
126 lines (121 loc) · 4.83 KB
/
ultraworld.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
---
layout: default
title: ULTRAWORLD
description: A new Foundation World curated by UltraDAO.
permalink: /ultraworld
id: ultraworld
image: assets/images/ultraworld-preview.png
---
<div id="elToAnimate" class="elToAnimate">
<div>
<img
src="/assets/images/foundation-worlds-logo.svg"
alt=""
class="logo-image"
/>
<div class="now-open-banner relative z-10">
<div class="marquee-scroll">
<div class="marquee-text">
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span> <span>Open call</span> <span>Open call</span>
<span>Open call</span>
</div>
</div>
<img
src="/assets/images/ultraworld-logo.svg"
alt=""
class="ultraworld-logo"
/>
</div>
<h1 class="heading mb-0">
More than just a movement. It's a new paradigm.
</h1>
</div>
</div>
<script>
const marqueeText = document.querySelector(".marquee-text");
const marqueeScroll = document.querySelector(".marquee-scroll");
const updateMarqueeSpeed = () => {
const textWidth = marqueeText.offsetWidth / 2; // Assumes the text is duplicated exactly once
const duration = textWidth / 10; // Adjust this value to control the speed
marqueeText.style.animationDuration = `${duration}s`;
};
updateMarqueeSpeed();
window.addEventListener("resize", updateMarqueeSpeed);
</script>
<div class="pt-8 sm:pt-20 pb-12 md:grid md:grid-cols-2 lg:grid-cols-5 gap-8">
<div class="lg:col-span-3">
<div class="{{ page.markdown }} max-w-none leading-6">
<div class="w-full max-w-none pb-8 max-w-prose prose">
<h2>Announcing ULTRAWORLD Exhibition 001: Blockchain Origins</h2>
<p>
ULTRAWORLD Exhibition 001 is the inaugural showcase event of the
UltraDAO Foundation World. This exhibition is set to feature an
eclectic array of cryptoart from top international artists.
</p>
<p>
Slated to open in late November 2023, this exhibition seeks to cast a
spotlight on a kaleidoscope of artistic styles, origins, and
backgrounds. We're on a quest for avant-garde art pieces that embody
unique narratives and enigmatic expressions. It’s not merely about
displaying art; it’s about sharing the riveting stories and the
profound ideologies that birthed them. This is a call to all visionary
artists to come forth and share their oeuvre with the world.
</p>
<h3>Submission Guidelines</h3>
<p>
Artists are invited to submit
<span
class="underline decoration-gray-100 decoration-solid underline-offset-2"
>one artwork</span
>
with a detailed description and/or background on the piece.
Submissions should be in a digital format and must not have been
minted or sold previously. Pricing is up to you, however, we will be
happy to make our own recommendation as well.
</p>
</div>
</div>
</div>
<div class="lg:col-span-2">
<div class="p-10 border border-2 border-neutral-700 rounded-md">
<h2>Key details</h2>
<p class="mb-2">
<strong>Submission Deadline:</strong>
<span class="font-light">11am CST, November 2nd, 2023</span>
</p>
<p class="mb-2">
<strong>Exhibition Launch:</strong>
<span class="font-light">November 30th, 2023</span>
</p>
<p class="mb-2">
<strong>Exhibition Venue:</strong>
<span class="font-light"
>UltraDAO Digital Gallery, accessible online worldwide</span
>
</p>
<p class="mb-10">
<strong>Artwork Sale Split:</strong>
<span class="font-light">80% to the artist, 20% to UltraDAO</span>
</p>
<p class="text-center">
<a
class="submit-link block w-full hover:bg-[#8E0022]"
href="https://forms.gle/3D4ztQjqqHUSCXe19"
>Submit your art</a
>
</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script>
<script type="module" src="/assets/js/background.js"></script>