-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.59 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>opensourcelobby</title>
<link rel="icon" type="image/x-icon" href="static/favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>opensourcelobby</h1>
</header>
<main>
<section>
<h2><b>advocacy</b> for sustenance of Free/Libre and Open Source Software</h2>
<p><b>opensourcelobby</b> is a movement to advocate for fair and sustained support of Open Source Software.
We believe that if powerful corporations can lobby for their private interests, there must also be people -
across industry, academia, and policy who lobby for the public good of self-reliant and community-driven technology.
</p>
<p>We want to help you take concrete actions to strengthen the FOSS ecosystem through funding, adoption, and advocacy.</p>
</section>
<section>
<p>The project is currently in its formative phase. This site is an initial draft. Please <a href="mailto:contact@opensourcelobby.org">reach out</a> if have any ideas to rally support for a <a href="https://www.library.hbs.edu/working-knowledge/open-source-software-the-nine-trillion-resource-companies-take-for-granted">$9 trillion resource</a> that companies take for granted.</p>
</section>
</main>
<footer>
<p>opensourcelobby - 2025 / <a href="https://github.com/opensourcelobby">Github</a></p>
</footer>
</body>
</html>