-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfull-database.html
More file actions
179 lines (170 loc) · 10.4 KB
/
full-database.html
File metadata and controls
179 lines (170 loc) · 10.4 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
<!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 Full Database: Complete tabular view of all companies and their Direct Registration System (DRS) information.">
<meta name="keywords" content="DRS, Direct Registration System, stocks, shares, publicly traded companies, database, table">
<meta name="author" content="WhyDRS.org">
<meta name="theme-color" content="#1565C0">
<meta property="og:title" content="WhyDRS Full Database">
<meta property="og:description" content="Complete tabular view of all companies in the WhyDRS database.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://whydrs.org/full-database">
<title>WhyDRS - Full Database</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">
<link rel="stylesheet" href="css/database-table.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="index.html#about" aria-label="Learn about WhyDRS">About</a></li>
<li><a href="index.html#database" aria-label="Access database features">Database</a></li>
<li><a href="index.html#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="database-header" aria-labelledby="database-title">
<div class="container">
<h1 id="database-title">WhyDRS Database</h1>
<p class="database-subtitle">* Empty cells indicate missing data. You can help us improve by <a href="index.html#contribute">contributing missing information</a> or emailing us at <a href="mailto:hi@whydrs.org">hi@whydrs.org</a>.</p>
<p class="database-subtitle">Click email and phone number cells to copy information to your clipboard.</p>
</div>
</section>
<section class="database-controls">
<div class="container">
<div class="controls-wrapper">
<div class="column-controls">
<button id="select-columns" class="button secondary">Select Columns</button>
<button id="reset-columns" class="button tertiary">Reset Columns</button>
</div>
<div class="search-controls">
<input type="text" id="table-search" placeholder="Search records" aria-label="Search database records">
</div>
</div>
</div>
</section>
<section class="database-table">
<div class="container">
<div class="table-wrapper">
<table id="database-table" class="data-table">
<thead>
<tr>
<th data-column="Ticker" class="sortable">Ticker <span class="sort-icon">▲</span></th>
<th data-column="Exchange" class="sortable">Exchange <span class="sort-icon"></span></th>
<th data-column="Company_Name_Issuer" class="sortable">Company Name Issuer <span class="sort-icon"></span></th>
<th data-column="Transfer_Agent" class="sortable">Transfer Agent <span class="sort-icon"></span></th>
<th data-column="IR_Emails" class="sortable">IR Emails <span class="sort-icon"></span></th>
<th data-column="IR_Phone_Number" class="sortable">IR Phone Number <span class="sort-icon"></span></th>
</tr>
</thead>
<tbody id="table-body">
<!-- Table data will be loaded here via JavaScript -->
<tr>
<td colspan="6" class="loading-message">Loading database...</td>
</tr>
</tbody>
</table>
</div>
<div class="table-navigation">
<div class="pagination-controls">
<button id="prev-page" class="button tertiary" disabled>Previous</button>
<span id="page-indicator">Page 1 of 1</span>
<button id="next-page" class="button tertiary" disabled>Next</button>
</div>
<div class="page-size-control">
<label for="page-size">Rows per page:</label>
<select id="page-size">
<option value="25">25</option>
<option value="50" selected>50</option>
<option value="100">100</option>
<option value="250">250</option>
</select>
</div>
</div>
</div>
</section>
</main>
<footer>
<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="60">
<div class="footer-tagline">
<p>Not your name, not your shares!</p>
</div>
<div class="footer-disclaimer">
<p>WhyDRS is a volunteer-driven, open-source project. The information provided is for educational purposes only and does not constitute financial advice.</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="18" height="18" 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="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#how-it-works">How DRS Works</a></li>
<li><a href="index.html#database">Database</a></li>
<li><a href="index.html#contribute">Contribute</a></li>
</ul>
</div>
<div class="footer-contact">
<h3>Contact</h3>
<div class="contact-item">
<div class="contact-icon">
<svg 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>
</div>
<a href="mailto:hi@whydrs.org">hi@whydrs.org</a>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg 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="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path></svg>
</div>
<a href="https://github.com/WhyDRS/Database" target="_blank" rel="noopener noreferrer">GitHub Repository</a>
</div>
</div>
</div>
<div class="footer-divider"></div>
<div class="footer-bottom">
<div class="footer-copyright">
<p>© <span id="current-year">2024</span> WhyDRS.org - All information is provided as-is without any guarantees.</p>
</div>
<div class="footer-legal">
<p>
<a href="https://github.com/WhyDRS/Database/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a>
<span class="separator">|</span>
<a href="https://whydrs.org/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
</p>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
<script src="js/database-table.js"></script>
</body>
</html>