Skip to content

Commit d78dfcd

Browse files
author
GitHub Actions
committed
Deploy usips/usips.github.io to usips/usips.github.io:master
0 parents  commit d78dfcd

46 files changed

Lines changed: 3532 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usips.org

android-chrome-192x192.png

34.9 KB
Loading

android-chrome-512x512.png

180 KB
Loading

apple-touch-icon.png

31.1 KB
Loading

blog/2025/07/fair-access-to-banking/index.html

Lines changed: 291 additions & 0 deletions
Large diffs are not rendered by default.

blog/2025/07/index.html

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>July 2025 | USIPS</title>
8+
<link rel="stylesheet" href="/main.css?v=2025-07-30-18-58">
9+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
11+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
12+
<link rel="manifest" href="/site.webmanifest">
13+
</head>
14+
15+
<body>
16+
<header id="main-header">
17+
<div class="container">
18+
<a id="logo" href="&#x2F;">
19+
<img src="/image/logo.small.png" alt="USIPS" class="logo-img" />
20+
<span class="logo-text">USIPS</span>
21+
</a>
22+
<nav id="main-nav">
23+
<ul>
24+
25+
26+
<li class="hide-mobile">
27+
<a href="/blog"><span>Blog</span></a>
28+
29+
</li>
30+
31+
32+
33+
<li class="hide-mobile">
34+
<a href="/us"><span>About Us</span></a>
35+
36+
<nav class="submenu">
37+
<ul>
38+
39+
<li>
40+
<a href="/us/board"><span>Board of Directors</span></a>
41+
</li>
42+
43+
<li>
44+
<a href="/us/contact"><span>Contact Us</span></a>
45+
</li>
46+
47+
<li>
48+
<a href="/us/subscribe"><span>Newsletter</span></a>
49+
</li>
50+
51+
</ul>
52+
53+
</li>
54+
55+
56+
57+
<li class="hide-mobile">
58+
<a href="/issues"><span>Issues</span></a>
59+
60+
<nav class="submenu">
61+
<ul>
62+
63+
<li>
64+
<a href="/issues/consumer-privacy"><span>Consumer Privacy</span></a>
65+
</li>
66+
67+
<li>
68+
<a href="/issues/creativity-and-expression"><span>Creativity and Expression</span></a>
69+
</li>
70+
71+
<li>
72+
<a href="/issues/fair-access-to-financial-services"><span>Fair Access to Financial Services</span></a>
73+
</li>
74+
75+
<li>
76+
<a href="/issues/impartial-internet-service"><span>Impartial Internet Service</span></a>
77+
</li>
78+
79+
</ul>
80+
81+
</li>
82+
83+
84+
85+
<li class="hide-mobile">
86+
<a href="/support"><span>Support</span></a>
87+
88+
</li>
89+
90+
91+
</ul>
92+
</nav>
93+
</div>
94+
</header>
95+
96+
<main>
97+
98+
<div class="container blog-listing">
99+
<header class="section-header">
100+
<h1>July 2025</h1>
101+
<p></p>
102+
</header>
103+
104+
<div class="blog-posts">
105+
106+
<article class="blog-post-preview">
107+
108+
<div class="post-thumbnail" data-image-position="center">
109+
<a href="&#x2F;blog&#x2F;2025&#x2F;07&#x2F;fair-access-to-banking&#x2F;">
110+
<img src="/image/blog/2025/07/fair-access-to-banking.webp" alt="Thumbnail for Fair Access to Banking">
111+
<div class="title-overlay">
112+
<h2>Fair Access to Banking</h2>
113+
<div class="post-meta">
114+
115+
116+
117+
<img src="/image/authors/JM.webp" alt="Joshua Moon" class="author-image">
118+
119+
<span class="author">
120+
Joshua Moon
121+
</span>
122+
123+
<time datetime="2025-07-30">2025&#x2F;07&#x2F;30</time>
124+
</div>
125+
</div>
126+
</a>
127+
</div>
128+
129+
130+
<p class="post-description">Will passing S.401, Fair Access to Banking Act improve access to banking services for all Americans?</p>
131+
132+
<a href="&#x2F;blog&#x2F;2025&#x2F;07&#x2F;fair-access-to-banking&#x2F;" class="read-more">Read More →</a>
133+
</article>
134+
135+
</div>
136+
</div>
137+
138+
</main>
139+
140+
<footer class="site-footer">
141+
<div class="container">
142+
<div class="footer-grid">
143+
<div class="footer-section">
144+
<h3>Navigation</h3>
145+
<ul class="footer-nav">
146+
147+
148+
<li><a href="/blog">Blog</a></li>
149+
150+
151+
152+
<li><a href="/us">About Us</a></li>
153+
154+
155+
156+
<li><a href="/issues">Issues</a></li>
157+
158+
159+
160+
161+
</ul>
162+
</div>
163+
<div class="footer-section">
164+
<h3>Legal</h3>
165+
<ul class="footer-nav">
166+
<li><a href="/legal/privacy">Privacy Policy</a></li>
167+
<li><a href="/legal/terms">Terms of Use</a></li>
168+
</ul>
169+
</div>
170+
<div class="footer-section">
171+
<h3>Connect</h3>
172+
<ul class="social-links">
173+
174+
<li><a href="https:&#x2F;&#x2F;github.com&#x2F;usips">GitHub</a></li>
175+
176+
177+
<li><a href="https:&#x2F;&#x2F;x.com&#x2F;usipsorg">𝕏</a></li>
178+
179+
180+
</ul>
181+
</div>
182+
<div class="footer-section">
183+
<h3>About</h3>
184+
<p>The U.S. Internet Preservation Society is a 501(c)(4) nonprofit organization dedicated to preserving the Internet, restoring privacy, and fighting against censorship.</p>
185+
</div>
186+
</div>
187+
</div>
188+
</footer>
189+
<footer class="legal-footer">
190+
<div class="container">
191+
<p>Logo &copy; 2025 United States Internet Preservation Society.</p>
192+
<p>Articles released under the CC0 license.</p>
193+
<p class="build-info">Build: 2025-07-30-18-58</p>
194+
</div>
195+
</footer>
196+
197+
<!-- TODO: Add JS? -->
198+
<!-- <script src="/js/main.js?v=2025-07-30-18-58"></script> -->
199+
200+
</body>
201+
202+
</html>

0 commit comments

Comments
 (0)