-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy freenet/web to freenet/web:gh-pages
- Loading branch information
GitHub Actions
committed
Jun 12, 2024
0 parents
commit 28a6363
Showing
27 changed files
with
2,080 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Community | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item is-active" href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Community</h1> | ||
<p>Connect with us through the following platforms:</p> | ||
<ul> | ||
<li><a href="https://matrix.to/#/#freenet-locutus:matrix.org">Matrix Channel</a></li> | ||
<li><a href="https://x.com/freenetorg">Twitter</a></li> | ||
<li><a href="https://www.reddit.com/r/Freenet/">Subreddit</a></li> | ||
</ul> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: About | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">About</h1> | ||
<h1 id="about-us">About Us</h1> | ||
<p>Welcome to the About page. Here you can learn more about our mission and values.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Motivation | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item is-active" href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Motivation</h1> | ||
<h1 id="motivation">Motivation</h1> | ||
<p>This is the Motivation page.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Weekly developer meeting summary | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Weekly developer meeting summary</h1> | ||
<p>Weekly developer meeting summary, April 3rd</p> | ||
<p>5th April, 2024</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Weekly developer meeting summary | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Weekly developer meeting summary</h1> | ||
<p>Weekly developer meeting summary, April 12th</p> | ||
<p>12th April, 2024</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.