forked from sebasKAY27/404-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit.html
More file actions
190 lines (175 loc) · 9.41 KB
/
submit.html
File metadata and controls
190 lines (175 loc) · 9.41 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Retro Library - Submit</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Tahoma:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="app-container">
<!-- Windows XP Header -->
<header class="xp-header">
<div class="title-bar">
<div class="title-bar-text">
<img src="https://win98icons.alexmeub.com/icons/png/computer_explorer-0.png" alt="icon"
class="window-icon">
404 Retro Library - Submit
</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="menu-bar">
<div class="menu-item">File</div>
<div class="menu-item">Edit</div>
<div class="menu-item">View</div>
<div class="menu-item">Favorites</div>
<div class="menu-item">Tools</div>
<div class="menu-item">Help</div>
</div>
<div class="address-bar">
<span class="address-label">Address</span>
<div class="address-input-wrapper">
<img src="https://win98icons.alexmeub.com/icons/png/internet_connection_wiz-0.png"
class="address-icon" alt="ie">
<input type="text" value="http://www.404-retro-library.com/submit.html" readonly>
</div>
<button class="go-button">Go</button>
</div>
</header>
<div class="main-body">
<!-- Sidebar -->
<aside class="sidebar">
<div class="sidebar-panel">
<div class="panel-header">
<span class="panel-title">Navigation</span>
<button class="panel-toggle"></button>
</div>
<div class="panel-content">
<a href="index.html" class="sidebar-link"><img
src="https://win98icons.alexmeub.com/icons/png/computer_explorer-0.png" alt="">
Home</a>
<a href="category.html" class="sidebar-link"><img
src="https://win98icons.alexmeub.com/icons/png/directory_open_file_mydocs-0.png" alt="">
Browse All</a>
<a href="submit.html" class="sidebar-link"><img
src="https://win98icons.alexmeub.com/icons/png/floppy_drive_3_5-0.png" alt="">
Submit</a>
</div>
</div>
<div class="sidebar-panel">
<div class="panel-header">
<span class="panel-title">Guidelines</span>
<button class="panel-toggle"></button>
</div>
<div class="panel-content">
<p style="font-size: 11px; line-height: 1.5; margin-bottom: 5px;">Please ensure your submission
meets:</p>
<ul style="font-size: 11px; padding-left: 15px; line-height: 1.5;">
<li>Retro themed</li>
<li>Clean code</li>
<li>No malware</li>
<li>Free to use</li>
</ul>
</div>
</div>
</aside>
<!-- Main Content -->
<main class="content-area">
<div class="search-section">
<div class="search-wrapper">
<label style="font-weight: bold; font-size: 16px; color: #003399;">
<img src="https://win98icons.alexmeub.com/icons/png/floppy_drive_3_5-0.png" width="20"
alt="" style="vertical-align: middle;">
Submit New Resource
</label>
</div>
</div>
<div style="background: #f5f5f5; border: 1px solid #D1CFC4; padding: 20px; border-radius: 3px;">
<form>
<div style="margin-bottom: 15px;">
<label
style="display: block; font-weight: bold; margin-bottom: 5px; font-size: 12px;">Resource
Title</label>
<input type="text"
style="width: 100%; padding: 5px; border: 1px solid #7F9DB9; font-family: var(--font-main); font-size: 12px;"
placeholder="e.g. My Retro Component">
</div>
<div style="margin-bottom: 15px;">
<label
style="display: block; font-weight: bold; margin-bottom: 5px; font-size: 12px;">Category</label>
<select
style="width: 100%; padding: 5px; border: 1px solid #7F9DB9; font-family: var(--font-main); font-size: 12px;">
<option>Select a category...</option>
<option>Courses</option>
<option>Guides</option>
<option>Components</option>
<option>Terminals</option>
<option>Repositories</option>
<option>Customization</option>
<option>Systems</option>
<option>User Uploads</option>
</select>
</div>
<div style="margin-bottom: 15px;">
<label
style="display: block; font-weight: bold; margin-bottom: 5px; font-size: 12px;">Description</label>
<textarea
style="width: 100%; padding: 5px; border: 1px solid #7F9DB9; font-family: var(--font-main); font-size: 12px; min-height: 100px;"
placeholder="Describe your resource..."></textarea>
</div>
<div style="margin-bottom: 15px;">
<label
style="display: block; font-weight: bold; margin-bottom: 5px; font-size: 12px;">Download
URL / Repo Link</label>
<input type="text"
style="width: 100%; padding: 5px; border: 1px solid #7F9DB9; font-family: var(--font-main); font-size: 12px;"
placeholder="http://...">
</div>
<div style="margin-bottom: 15px;">
<label
style="display: block; font-weight: bold; margin-bottom: 5px; font-size: 12px;">Screenshot</label>
<input type="file" style="font-size: 12px; font-family: var(--font-main);">
</div>
<div
style="margin-top: 20px; text-align: right; display: flex; gap: 10px; justify-content: flex-end;">
<button type="button" class="xp-button" style="padding: 6px 15px;">Cancel</button>
<button type="submit" class="xp-button save-btn" style="padding: 6px 15px;">Upload
Resource</button>
</div>
</form>
</div>
</main>
</div>
<footer class="xp-footer">
<div class="footer-start">
<button class="start-button">
<img src="https://win98icons.alexmeub.com/icons/png/windows-0.png" alt="logo">
Start
</button>
</div>
<div class="footer-taskbar">
<div class="task-item active">
<img src="https://win98icons.alexmeub.com/icons/png/computer_explorer-0.png" alt="">
404 Retro Library
</div>
</div>
<div class="footer-tray">
<img src="https://win98icons.alexmeub.com/icons/png/loudspeaker_rays-0.png" alt="sound">
<span class="time">12:00 PM</span>
</div>
</footer>
</div>
<!-- Sounds -->
<audio id="clickSound" src="https://www.soundjay.com/buttons/sounds/button-16.mp3" preload="auto"></audio>
<audio id="popupSound" src="https://www.soundjay.com/misc/sounds/bell-ringing-05.mp3" preload="auto"></audio>
<script src="script.js"></script>
</body>
</html>