-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (131 loc) · 6.27 KB
/
index.html
File metadata and controls
173 lines (131 loc) · 6.27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The AOction House</title>
<!-- Primary Meta Tags -->
<meta name="title" content="The AOction House">
<meta name="description" content="Create live auctions and bid on Atomic Assets, all on AO and Arweave!">
<meta name="keywords" content="AOction, digital auction, bazar, digital assets, bidding, collectibles, Arweave, AO">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="language" content="English">
<meta name="author" content="The DumDumz Team">
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://aoction-house.arweave.net/">
<meta property="og:title" content="The AOction House">
<meta property="og:description" content="Create live auctions and bid on Atomic Assets, all on AO and Arweave!">
<meta property="og:image" content="https://arweave.net/uH2K4fHQoSXh5kNmIb39mmsrz2Y8VVUMkwbU1UWI6YY">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://aoction-house.arweave.net/">
<meta name="twitter:title" content="The AOction House">
<meta name="twitter:description" content="Create live auctions and bid on Atomic Assets, all on AO and Arweave!">
<meta name="twitter:image" content="https://arweave.net/uH2K4fHQoSXh5kNmIb39mmsrz2Y8VVUMkwbU1UWI6YY">
<!-- Additional Meta Tags for Enhanced Search Results -->
<meta name="theme-color" content="#8c52ff">
<meta name="msapplication-TileColor" content="#8c52ff">
<meta name="msapplication-TileImage" content="https://arweave.net/uH2K4fHQoSXh5kNmIb39mmsrz2Y8VVUMkwbU1UWI6YY">
<!-- Favicon -->
<link rel="icon" href="https://arweave.net/AcCm-N2AOxI17KLIUqZOBxBFrExpvogn3IeM_oM2lUo" type="image/x-icon">
<link rel="shortcut icon" href="https://arweave.net/AcCm-N2AOxI17KLIUqZOBxBFrExpvogn3IeM_oM2lUo" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="AH.css">
<link rel="stylesheet" href="background/AnimatedBackground.css">
</head>
<body>
<div class="header">
<div class="logo-container">
<a href="https://dumdumznfts.arweave.net" class="logo-link">
<img class="mainLogo" src="logo.png" alt="DumDumz Home">
</a>
</div>
<h2><a href="index.html">The AOction House</a><span class="header-divider"> | </span></h2>
<h3 class = "listingsToggle"><a id="listToggleButton">List Assets</a></h3>
<h3 class = "historyNav"><a href="history.html">History</a></h3>
<div class="search-container">
<input type="text" id="auctionSearch" placeholder="Search">
<div id="searchDropdown" class="search-dropdown">
<div id="collectionsResults"></div>
</div>
</div>
<div class="search-icon"></div>
<div class="search-overlay">
<input type="text" class="auctionSearchOverlay" id="auctionSearchOverlay" placeholder="Search auctions...">
<div class="close-icon"></div>
</div>
<button class="connect-button" id="connectWalletButton" onclick="connectWallet()">Connect</button>
</div>
<div class="area">
<ul class="circles" id="circles-container"></ul>
</div>
<div class="container">
<div class="form-container">
<div id="assetDropdown" class="custom-dropdown">
<!-- Custom dropdown options will be populated here -->
<div class="selected">
<span>Your Collection</span>
</div>
<div class="dropdown-options">
<!-- Options will be dynamically inserted here -->
</div>
</div>
<div class="form-group">
<label class="start-price-label" for="price">Starting Price:</label>
<input type="number" id="price" required>
</div>
<div class="form-group">
<label class="quantity-label" id="quantityHeader" for="quantity">Quantity:</label>
<input type="number" id="quantity" required>
<div class="quantity-label2"><label id="quantityHeader1" for="quantity">(Available: -)</label></div>
</div>
<div class="form-group">
<label class="auction-length-label" for="durationDropdown">Auction Length:</label>
<select class="durationDropdown" id="durationDropdown">
<option value="1">1 Day</option>
<option value="3">3 Days</option>
<option value="7">7 Days</option>
<option value="14">14 Days</option>
</select>
</div>
<button class="button" type="button" id="listAssetButton">List Asset</button>
</div>
<!-- Asset Selection Modal -->
<div id="assetSelectionModal" class="asset-selection-modal">
<div class="modal-dropdown">
<span class="close">×</span>
<h2>Select an Asset</h2>
<div class="asset-list" id="assetList">
<!-- Dynamically filled with assets -->
</div>
<div class="pagination-controls">
<button id="prevPage">← Prev</button>
<button id="nextPage">Next →</button>
</div>
</div>
</div>
<!-- Live Auctions Section -->
<div class="live-auctions">
<div class="auctions-header">
<h2>Live Auctions</h2>
</div>
<div id="auctionGrid" class="auction-grid">
<!-- Auction thumbnails will be dynamically generated here -->
</div>
<!-- Pagination Controls -->
<div id="paginationControls" class="pagination-controls">
<!-- Pagination buttons will be dynamically generated here -->
</div>
</div>
<div id="auctionDetailsModal" class="modal">
<!-- Auction details modal dynamically generated here (popup) -->
</div>
</div>
<script type="module" src="AH.js"></script>
<script src="background/AnimatedBackground.js"></script>
</body>
<footer>
</footer>
</html>