-
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 5c7a1ce
Showing
15 changed files
with
1,081 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,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>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,68 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>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,68 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>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,68 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Blog</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 is-active" href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Blog</h1> | ||
<h1 id="blog">Blog</h1> | ||
<p>This is the Blog page.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
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,114 @@ | ||
/* | ||
* Freenet.org - web application | ||
* Copyright (C) 2022 Freenet Project Inc | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* License, or (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
body{ | ||
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; | ||
} | ||
|
||
/* Default padding for small screens (e.g., mobile devices) */ | ||
.container { | ||
padding-left: 16px; | ||
padding-right: 16px; | ||
} | ||
|
||
/* Increase padding for medium screens (e.g., tablets) */ | ||
@media (min-width: 768px) { | ||
.container { | ||
padding-left: 24px; | ||
padding-right: 24px; | ||
} | ||
} | ||
|
||
/* Increase padding for large screens (e.g., desktops) */ | ||
@media (min-width: 1024px) { | ||
.container { | ||
padding-left: 40px; | ||
padding-right: 40px; | ||
} | ||
} | ||
|
||
/* Increase padding for extra large screens */ | ||
@media (min-width: 1280px) { | ||
.container { | ||
padding-left: 80px; | ||
padding-right: 80px; | ||
} | ||
} | ||
|
||
|
||
.rMStart { | ||
display: none; | ||
} | ||
|
||
p.page-end-spacer { | ||
padding-bottom: 200px; | ||
} | ||
|
||
/* Custom dark blue button */ | ||
.button.is-dark-blue { | ||
background-color: #1a3d6d; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom dark teal button */ | ||
.button.is-dark-teal { | ||
background-color: #006d6d; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom dark purple button */ | ||
.button.is-dark-purple { | ||
background-color: #4b006e; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom dark orange button */ | ||
.button.is-dark-orange { | ||
background-color: #b34d00; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom medium blue button */ | ||
.button.is-medium-blue { | ||
background-color: #2a4d8d; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom medium teal button */ | ||
.button.is-medium-teal { | ||
background-color: #008282; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom medium purple button */ | ||
.button.is-medium-purple { | ||
background-color: #5c0088; | ||
color: #ffffff; | ||
} | ||
|
||
/* Custom medium orange button */ | ||
.button.is-medium-orange { | ||
background-color: #cc5e00; | ||
color: #ffffff; | ||
} | ||
|
||
.navbar-brand-with-border { | ||
border-bottom: 1px solid #dbdbdb; /* Adjust the color and thickness of the border as needed */ | ||
display: inline-block; /* Make the container inline to fit the content width */ | ||
} |
Oops, something went wrong.