-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
277 lines (261 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
277 lines (261 loc) · 18.6 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="WhyDRS: The comprehensive public database for information about publicly traded companies and the Direct Registration System (DRS) for shares.">
<meta name="keywords" content="DRS, Direct Registration System, stocks, shares, publicly traded companies, share ownership">
<meta name="author" content="WhyDRS.org">
<meta name="theme-color" content="#1565C0">
<meta property="og:title" content="WhyDRS - Not your name, not your shares!">
<meta property="og:description" content="The comprehensive public database on Direct Registration Systems for publicly traded companies.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://whydrs.org">
<title>WhyDRS - Not your name, not your shares!</title>
<link rel="icon" href="favicon.ico">
<link rel="icon" href="assets/images/WhyDRS_favicon.png" type="image/png">
<link rel="apple-touch-icon" href="assets/images/WhyDRS_favicon.png">
<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=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header role="banner">
<div class="container">
<div class="logo">
<a href="/" aria-label="WhyDRS Home">
<img src="assets/images/WhyDRS_Logo_transparent_background.png" alt="WhyDRS Logo" width="150" height="50">
</a>
</div>
<nav role="navigation" aria-label="Main navigation">
<button id="menu-toggle" class="menu-toggle" aria-expanded="false" aria-controls="main-menu" aria-label="Toggle menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
<ul id="main-menu">
<li><a href="#about" aria-label="Learn about WhyDRS">About</a></li>
<li><a href="#database" aria-label="Access database features">Database</a></li>
<li><a href="#contribute" aria-label="Contribute to WhyDRS">Contribute</a></li>
<li><a href="https://github.com/WhyDRS/Database" target="_blank" rel="noopener noreferrer" aria-label="WhyDRS GitHub repository">GitHub</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero" aria-labelledby="hero-heading">
<div class="container">
<div class="hero-content">
<h1 id="hero-heading">Not your name, not your shares!</h1>
<p class="subtitle">The comprehensive open source, nonprofit, public database on Direct Registration Systems for publicly traded companies</p>
<div class="hero-explainer">
<p>Direct Registration puts stocks in <strong>YOUR</strong> name instead of your broker's — giving you true ownership of your investments</p>
</div>
<div class="quick-search">
<form id="hero-search-form">
<label for="hero-search" class="visually-hidden">Quick search for company</label>
<input type="text" id="hero-search" placeholder="Search by company name or ticker..." aria-label="Quick search">
<button type="submit" class="search-button" aria-label="Search">Search</button>
</form>
</div>
<div class="cta-buttons">
<a href="#contribute" class="button secondary" aria-label="Contribute to the database">
<span>Contribute Data</span>
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
</a>
<a href="#how-it-works" class="button tertiary" aria-label="Learn how DRS works">
<span>How DRS Works</span>
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
</a>
<a href="https://github.com/WhyDRS/Database" class="button primary" target="_blank" rel="noopener noreferrer" aria-label="View GitHub repository">
<span>View GitHub</span>
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
</a>
</div>
<div class="social-proof">
<div class="stat">
<span class="stat-number" id="companies-count">3,500+</span>
<span class="stat-label">Companies Tracked</span>
</div>
<div class="stat">
<span class="stat-number" id="transfer-agents-count">100+</span>
<span class="stat-label">Transfer Agents</span>
</div>
<div class="stat">
<span class="stat-number">150+</span>
<span class="stat-label">Broker Guides</span>
</div>
</div>
</div>
<div class="scroll-indicator">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line></svg>
<span>Scroll to learn more</span>
</div>
</div>
</section>
<section id="how-it-works" class="how-it-works">
<div class="container">
<h2>How DRS Works</h2>
<div class="steps-container">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Find Your Company</h3>
<p>Search our database to find the company you own shares in and its transfer agent</p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Contact Transfer Agent</h3>
<p>Follow instructions to contact the company's transfer agent to initiate DRS</p>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Register Your Shares</h3>
<p>Complete the process to move your shares from broker to direct registration</p>
</div>
</div>
<div class="step">
<div class="step-number">4</div>
<div class="step-content">
<h3>Enjoy True Ownership</h3>
<p>Your shares are now registered in your name with all associated rights</p>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="about" aria-labelledby="about-heading">
<div class="container">
<h2 id="about-heading">About WhyDRS</h2>
<div class="about-content">
<div class="about-text">
<p>The WhyDRS Database is a comprehensive, community-driven resource providing essential information about publicly traded companies and share registration systems.</p>
<p>This Database is maintained by WhyDRS, which is a 501(c)(3) charitable organization and a DUNA.</p>
<p>Our mission is to collect and source the scattered information about the Direct Registration System (DRS), making ownership accessible to any investor who wants to understand their investments better and take control of their share ownership. We believe that all investors deserve access to this information.</p>
<p>This 100% volunteer-driven project updates daily with the latest data from official sources including the SEC, and can be updated manually by individual contributors. Some data may be outdated, and needs review. If you want to learn more or if you want to help verify contributions, check out our GitHub.</p>
<a href="https://whydrs.org" class="button primary" target="_blank" rel="noopener noreferrer">Visit Main Site</a>
</div>
<div class="about-image" style="display: flex; justify-content: center; align-items: center;">
<img src="assets/images/WhyDRS_Logo_transparent_background.png" alt="WhyDRS Database Logo" width="280" height="140" loading="lazy">
</div>
</div>
</div>
</section>
<section id="database" class="database" aria-labelledby="database-heading">
<div class="container">
<h2 id="database-heading">Database Access</h2>
<p>Search our comprehensive database of publicly traded companies to find information about their Direct Registration Systems.</p>
<div class="search-container">
<form id="search-form">
<label for="search-input" class="visually-hidden">Search by company name or ticker</label>
<input type="text" id="search-input" placeholder="Search by company name or ticker..." aria-label="Search the database">
<button type="submit" class="search-button" aria-label="Submit search">Search</button>
</form>
</div>
<div id="search-results" class="search-results-container"></div>
<div class="database-features">
<div class="feature" aria-labelledby="feature-1-heading">
<h3 id="feature-1-heading">Community Updates</h3>
<p>Our database is continuously enhanced by passionate contributors, ensuring the information remains accurate and comprehensive.</p>
</div>
<div class="feature" aria-labelledby="feature-2-heading">
<h3 id="feature-2-heading">Multiple Formats</h3>
<p>Access data in CSV, JSON, or through our interactive web interface.</p>
</div>
<div class="feature" aria-labelledby="feature-3-heading">
<h3 id="feature-3-heading">Comprehensive Data</h3>
<p>Get detailed information on ticker symbols, company names, exchanges, transfer agents, and DRS eligibility.</p>
</div>
</div>
<div class="database-access">
<a href="full-database" class="button primary" aria-label="Access the full database">Access Full Database</a>
</div>
</div>
</section>
<section id="contribute" class="contribute" aria-labelledby="contribute-heading">
<div class="container">
<h2 id="contribute-heading">Contribute</h2>
<p>WhyDRS is a community-driven project. We welcome contributions from everyone!</p>
<div class="contribution-methods">
<div class="contribution-method" aria-labelledby="method-1-heading">
<h3 id="method-1-heading">GitHub</h3>
<p>Fork our repository, make changes, and submit a pull request.</p>
<a href="https://github.com/WhyDRS/Database" class="button secondary" target="_blank" rel="noopener noreferrer" aria-label="Fork project on GitHub">Fork on GitHub</a>
</div>
<div class="contribution-method" aria-labelledby="method-2-heading">
<h3 id="method-2-heading">Data Submission</h3>
<p>Submit new data or corrections through our simple form.</p>
<a href="https://forms.gle/deQ6YDoyX4kTNXy28" class="button secondary" target="_blank" rel="noopener noreferrer" aria-label="Submit data via form">Submit Data</a>
</div>
<div class="contribution-method" aria-labelledby="method-3-heading">
<h3 id="method-3-heading">Charitable Donation</h3>
<p>Support WhyDRS with Tax-Deductible Donations</p>
<a href="https://www.whydrs.org/donate" class="button secondary" target="_blank" rel="noopener noreferrer" aria-label="Submit data via form">Donation Page</a>
</div>
</div>
</div>
</section>
</main>
<footer role="contentinfo">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="assets/images/WhyDRS_Logo_transparent_background.png" alt="WhyDRS Logo" width="180" height="80">
<div class="footer-tagline">
<p>Not your name, not your shares!</p>
</div>
<div class="footer-disclaimer">
<p>WhyDRS does not give financial advice. Each investor is responsible for their own decisions.</p>
<p>WhyDRS provides educational and reference information about the U.S. financial markets, publicly traded companies, and the Direct Registration System.</p>
</div>
<div class="footer-social">
<a href="https://github.com/WhyDRS/Database" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
</a>
</div>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="#about">About WhyDRS</a></li>
<li><a href="#database">Database Access</a></li>
<li><a href="https://forms.gle/deQ6YDoyX4kTNXy28" target="_blank" rel="noopener noreferrer">Contribute Data</a></li>
<li><a href="https://github.com/WhyDRS/Database" target="_blank" rel="noopener noreferrer">GitHub Repository</a></li>
</ul>
</div>
<div class="footer-contact">
<h3>Contact</h3>
<p class="contact-item">
<svg class="contact-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
<a href="mailto:hi@whydrs.org">hi@whydrs.org</a>
</p>
<p class="contact-item">
<svg class="contact-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>
<a href="https://whydrs.org" target="_blank" rel="noopener noreferrer">whydrs.org</a>
</p>
</div>
</div>
<div class="footer-divider"></div>
<div class="footer-bottom">
<div class="footer-copyright">
<p>© <span id="current-year"></span> WhyDRS. WhyDRS is a 501(c)(3) Charitable Organization and DUNA.</p>
</div>
<div class="footer-legal">
<p>
<span>Code: <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank" rel="noopener noreferrer">AGPL License</a></span>
<span class="separator">|</span>
<span>Data: <a href="https://opendatacommons.org/licenses/odbl/" target="_blank" rel="noopener noreferrer">Open Database License (ODbL)</a></span>
</p>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="js/main.js"></script>
</body>
</html>