Compare commits
8 commits
e3f2a3f539
...
4622b7fd4b
Author | SHA1 | Date | |
---|---|---|---|
4622b7fd4b | |||
48c34e617e | |||
c3e2f73cda | |||
c10e099c7e | |||
f3a80c95b9 | |||
2830300fc4 | |||
e2e05f24bf | |||
b05d1729bc |
20 changed files with 83 additions and 746 deletions
|
@ -38,3 +38,11 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
|
|
||||||
|
- name: Trigger redeployment
|
||||||
|
if: gitea.ref == 'refs/heads/main'
|
||||||
|
env:
|
||||||
|
UPDATE_URL: ${{ secrets.UPDATE_URL }}
|
||||||
|
UPDATE_TOKEN: ${{ secrets.UPDATE_TOKEN }}
|
||||||
|
run: |
|
||||||
|
curl "$UPDATE_URL" -H "Authorization: Bearer ${UPDATE_TOKEN}"
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
docker-compose.yml*
|
docker-compose.yml*
|
||||||
!docker-compose.yml.example
|
!docker-compose.yml.example
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
|
10
about.html
10
about.html
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e. V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<h2>About us</h2>
|
<h2>About us</h2>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
NewPipe e. V. is a non-profit organization which supports technology that enables using digital media or improves access to it, especially if it is free and open source.
|
NewPipe e.V. is a non-profit organization which supports technology that enables using digital media or improves access to it, especially if it is free and open source.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
We want to realize this goal through the following means:
|
We want to realize this goal through the following means:
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -47,7 +47,6 @@
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<h3></h3>
|
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
For press inquiries please contact the board via email: <a href="mailto:newpipe-ev@mailbox.org?subject=Press inquiry">board@newpipe-ev.de</a>.
|
For press inquiries please contact the board via email: <a href="mailto:newpipe-ev@mailbox.org?subject=Press inquiry">board@newpipe-ev.de</a>.
|
||||||
|
@ -76,7 +75,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
12
index.html
12
index.html
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e. V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -103,10 +103,10 @@
|
||||||
<!-- Feature #4 -->
|
<!-- Feature #4 -->
|
||||||
<section>
|
<section>
|
||||||
<div href="#" class="bordered-feature-image"><img src="images/weblate_donation.jpg" alt="" /></div>
|
<div href="#" class="bordered-feature-image"><img src="images/weblate_donation.jpg" alt="" /></div>
|
||||||
<h2>Donation to weblate</h2>
|
<h2>Donation to Weblate</h2>
|
||||||
<h4>22.04.2024</h4>
|
<h4>22.04.2024</h4>
|
||||||
<p class="hide-a" >
|
<p class="hide-a" >
|
||||||
We donated 600 € to weblate and intend to do this yearly, read here why.
|
We donated 600 € to Weblate and intend to do this yearly, read here why.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</a>
|
</a>
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
12
license.html
12
license.html
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Website Licensing</h2>
|
<h2>Website Licensing</h2>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
This document explains the licensing situation of the NewPipe e. V. website.
|
This document explains the licensing situation of the NewPipe e.V. website.
|
||||||
</p>
|
</p>
|
||||||
<h3>
|
<h3>
|
||||||
Licensing of Contents
|
Licensing of Contents
|
||||||
|
@ -68,8 +68,6 @@ Authors who contribute media to this repository declare their agreement that the
|
||||||
You can fetch a copy from the "licenses" directory inside this repository as well as from the <a href="https://opensource.org/license/mit/">Open Source Initiative's homepage</a>.<br />
|
You can fetch a copy from the "licenses" directory inside this repository as well as from the <a href="https://opensource.org/license/mit/">Open Source Initiative's homepage</a>.<br />
|
||||||
Authors who contribute source code to this repository declare their agreement that their contribution will be licensed under the terms of the MIT license. They further declare that they own the intellectual property, or have been authorized by the respective owner.
|
Authors who contribute source code to this repository declare their agreement that their contribution will be licensed under the terms of the MIT license. They further declare that they own the intellectual property, or have been authorized by the respective owner.
|
||||||
</p>
|
</p>
|
||||||
<h3>
|
|
||||||
<h3>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -91,7 +89,7 @@ Authors who contribute source code to this repository declare their agreement th
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="../index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Blog posts</h2>
|
<h2>Blog posts</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
|
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="../index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Blog posts</h2>
|
<h2>Blog posts</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
|
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||||
<li><strong><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></strong></li>
|
<li><strong><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></strong></li>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="../index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Blog posts</h2>
|
<h2>Blog posts</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
|
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||||
<li><strong><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></strong></li>
|
<li><strong><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></strong></li>
|
||||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="../index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Blog posts</h2>
|
<h2>Blog posts</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
|
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||||
<li><strong><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></strong></li>
|
<li><strong><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></strong></li>
|
||||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
In the board meeting, the conversion from donation currency was discussed. This was changed from allowing all currencies supported by liberapay to just EUR to make fees more transparent. Also it was decided to setup a temporary e-mail as well as website. The decision about pseudonyms was ratified. This also meant a change in privacy policy which needs to be acknowledged by the plenum.
|
In the board meeting, the conversion from donation currency was discussed. This was changed from allowing all currencies supported by liberapay to just EUR to make fees more transparent. Also it was decided to setup a temporary e-mail as well as website. The decision about pseudonyms was ratified. This also meant a change in privacy policy which needs to be acknowledged by the plenum.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In the plenum a topic about releasing protocols quicker was discussed. Then the results of a poll about potential logos were presented, and the decision made to make a new hybrid from the highest voted logo and see how the members like that approach. The privacy policy change and pseudonyms were presented. And a vote to offer allowing to use the NewPipe e. V. server to deploy NewPipe's website was done, as well as starting the legal work on offering someone to work on the rewrite
|
In the plenum a topic about releasing protocols quicker was discussed. Then the results of a poll about potential logos were presented, and the decision made to make a new hybrid from the highest voted logo and see how the members like that approach. The privacy policy change and pseudonyms were presented. And a vote to offer allowing to use the NewPipe e.V. server to deploy NewPipe's website was done, as well as starting the legal work on offering someone to work on the rewrite
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="../index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<h2>Blog posts</h2>
|
<h2>Blog posts</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li><strong><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></strong></li>
|
<li><strong><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></strong></li>
|
||||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<!-- Main Content -->
|
<!-- Main Content -->
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h2>Donation to weblate</h2>
|
<h2>Donation to Weblate</h2>
|
||||||
<h3>22.04.2024</h3>
|
<h3>22.04.2024</h3>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
14
privacy.html
14
privacy.html
|
@ -4,9 +4,9 @@
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
-->
|
-->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>NewPipe e.V.</title>
|
<title>NewPipe e.V.</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<h1><a href="index.html" id="logo">NewPipe e. V.</a></h1>
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
@ -50,12 +50,13 @@
|
||||||
</header>
|
</header>
|
||||||
<h3>Data collection on this website</h3>
|
<h3>Data collection on this website</h3>
|
||||||
<p>
|
<p>
|
||||||
We do not collect any personal data of visitors of the NewPipe e. V. website. We do not install cookies on your system, and we do not track our users. Personal data such as the IP address are only processed for the purpose of serving the pages by our webserver software, and are deleted from the memory immediately after the page has been sent to the user.
|
We do not collect any personal data of visitors of the NewPipe e.V. website. We do not install cookies on your system, and we do not track our users. Personal data such as the IP address are only processed for the purpose of serving the pages by our webserver software, and are deleted from the memory immediately after the page has been sent to the user.
|
||||||
</p>
|
</p>
|
||||||
<h3>Server logs</h3>
|
<h3>Server logs</h3>
|
||||||
<p>
|
<p>
|
||||||
To have a minimum of control in scenarios where our website is abused, for example denial-of-service attacks, we configured our webserver to create a so-called acces log. This log file contains a list of all requests made to this server, each request in a separate line.<br />
|
To have a minimum of control in scenarios where our website is abused, for example denial-of-service attacks, we configured our webserver to create a so-called acces log. This log file contains a list of all requests made to this server, each request in a separate line.<br />
|
||||||
The logged lines contain the following information:
|
The logged lines contain the following information:
|
||||||
|
</p>
|
||||||
<ul class="standard-list">
|
<ul class="standard-list">
|
||||||
<li>the IP address that was used to make the request</li>
|
<li>the IP address that was used to make the request</li>
|
||||||
<li>a timestamp</li>
|
<li>a timestamp</li>
|
||||||
|
@ -67,10 +68,9 @@ We need to keep logs of the IP addresses sending requests to our server. As IP a
|
||||||
We calculate prefixes of the IP addresses to anonymize them as follows:<br />
|
We calculate prefixes of the IP addresses to anonymize them as follows:<br />
|
||||||
<ul class="standard-list">
|
<ul class="standard-list">
|
||||||
<li>For IPv4 addresses, we remove the last two bytes to anonymize them. For example, an IP address such as <pre>12.34.56.78</pre> would be logged as <pre>12.34.0.0.</pre></li>
|
<li>For IPv4 addresses, we remove the last two bytes to anonymize them. For example, an IP address such as <pre>12.34.56.78</pre> would be logged as <pre>12.34.0.0.</pre></li>
|
||||||
<li>For IPv6 addresses, we remove all bytes but the first two. For example, an IP address such as <pre>2001:db8:85a3:8d3:1319:8a2e:370:7344</pre> would be logged as <pre>2001:db8:0:0:0:0:0:0<pre> (short <pre>2001:0db8::</pre>).</li>
|
<li>For IPv6 addresses, we remove all bytes but the first two. For example, an IP address such as <pre>2001:db8:85a3:8d3:1319:8a2e:370:7344</pre> would be logged as <pre>2001:db8:0:0:0:0:0:0</pre> (short <pre>2001:0db8::</pre>).</li>
|
||||||
</ul>
|
</ul>
|
||||||
We can not identify users from combinations of the other data. Therefore, we consider our log anonymized.
|
We can not identify users from combinations of the other data. Therefore, we consider our log anonymized.
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -92,7 +92,7 @@ We can not identify users from combinations of the other data. Therefore, we con
|
||||||
|
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
Copyright © NewPipe e. V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
232
threecolumn.html
232
threecolumn.html
|
@ -1,232 +0,0 @@
|
||||||
<!DOCTYPE HTML>
|
|
||||||
<!--
|
|
||||||
Halcyonic by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Three Column - Halcyonic by HTML5 UP</title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
|
||||||
</head>
|
|
||||||
<body class="subpage">
|
|
||||||
<div id="page-wrapper">
|
|
||||||
|
|
||||||
<!-- Header -->
|
|
||||||
<section id="header">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
|
||||||
|
|
||||||
<!-- Logo -->
|
|
||||||
<h1><a href="index.html" id="logo">Halcyonic</a></h1>
|
|
||||||
|
|
||||||
<!-- Nav -->
|
|
||||||
<nav id="nav">
|
|
||||||
<a href="index.html">Homepage</a>
|
|
||||||
<a href="threecolumn.html">Three Column</a>
|
|
||||||
<a href="twocolumn1.html">Two Column #1</a>
|
|
||||||
<a href="twocolumn2.html">Two Column #2</a>
|
|
||||||
<a href="onecolumn.html">One Column</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Content -->
|
|
||||||
<section id="content">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-3 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Left Sidebar -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Ipsum Dolor</h2>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat.
|
|
||||||
</p>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Magna Phasellus</h2>
|
|
||||||
</header>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Nec sociis natoque</a></li>
|
|
||||||
<li><a href="#">Penatibus et magnis</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div class="col-6 col-12-medium imp-medium">
|
|
||||||
|
|
||||||
<!-- Main Content -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Three Column</h2>
|
|
||||||
<h3>A generic three column layout</h3>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam metus, congue
|
|
||||||
vel suscipit ut, dignissim non risus. Vestibulum ante est, fringilla nec placerat
|
|
||||||
eu, vestibulum vitae diam. Integer eget egestas eros. Duis enim erat, mollis quis
|
|
||||||
lacinia eget, blandit nec ipsum. Donec vitae turpis ipsum. Aliquam mauris libero,
|
|
||||||
sagittis in eleifend at, mattis imperdiet velit. Donec urna risus, rutrum molestie
|
|
||||||
varius ac, lacinia sit amet augue. Nam ultrices elementum eros.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Sed faucibus viverra ligula, non varius magna semper vitae. Donec eu justo ut ipsum
|
|
||||||
hendrerit congue nec eu risus. Cum sociis natoque penatibus et magnis dis parturient
|
|
||||||
montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
elit. Suspendisse fermentum adipiscing nisi, a tempor libero malesuada at. Morbi
|
|
||||||
lacinia dui adipiscing risus eleifend tincidunt. Proin eu mauris eu tellus eleifend
|
|
||||||
hendrerit.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Mauris sit amet tellus urna. In facilisis, tortor vitae ultricies egestas, odio
|
|
||||||
mi rhoncus arcu, quis euismod felis felis et velit. Mauris varius consectetur erat
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat dui auctor.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Right Sidebar -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Magna Phasellus</h2>
|
|
||||||
</header>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Nec sociis natoque</a></li>
|
|
||||||
<li><a href="#">Penatibus et magnis</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Ipsum Dolor</h2>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat.
|
|
||||||
</p>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<section id="footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-8 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Links -->
|
|
||||||
<section>
|
|
||||||
<h2>Links to Important Stuff</h2>
|
|
||||||
<div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-4 col-12-medium imp-medium">
|
|
||||||
|
|
||||||
<!-- Blurb -->
|
|
||||||
<section>
|
|
||||||
<h2>An Informative Text Blurb</h2>
|
|
||||||
<p>
|
|
||||||
Duis neque nisi, dapibus sed mattis quis, rutrum accumsan sed. Suspendisse eu
|
|
||||||
varius nibh. Suspendisse vitae magna eget odio amet mollis. Duis neque nisi,
|
|
||||||
dapibus sed mattis quis, sed rutrum accumsan sed. Suspendisse eu varius nibh
|
|
||||||
lorem ipsum amet dolor sit amet lorem ipsum consequat gravida justo mollis.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Copyright -->
|
|
||||||
<div id="copyright">
|
|
||||||
© Untitled. All rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Scripts -->
|
|
||||||
<script src="assets/js/jquery.min.js"></script>
|
|
||||||
<script src="assets/js/browser.min.js"></script>
|
|
||||||
<script src="assets/js/breakpoints.min.js"></script>
|
|
||||||
<script src="assets/js/util.js"></script>
|
|
||||||
<script src="assets/js/main.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
219
twocolumn1.html
219
twocolumn1.html
|
@ -1,219 +0,0 @@
|
||||||
<!DOCTYPE HTML>
|
|
||||||
<!--
|
|
||||||
Halcyonic by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Two Column 1 - Halcyonic by HTML5 UP</title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
|
||||||
</head>
|
|
||||||
<body class="subpage">
|
|
||||||
<div id="page-wrapper">
|
|
||||||
|
|
||||||
<!-- Header -->
|
|
||||||
<section id="header">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
|
||||||
|
|
||||||
<!-- Logo -->
|
|
||||||
<h1><a href="index.html" id="logo">Halcyonic</a></h1>
|
|
||||||
|
|
||||||
<!-- Nav -->
|
|
||||||
<nav id="nav">
|
|
||||||
<a href="index.html">Homepage</a>
|
|
||||||
<a href="threecolumn.html">Three Column</a>
|
|
||||||
<a href="twocolumn1.html">Two Column #1</a>
|
|
||||||
<a href="twocolumn2.html">Two Column #2</a>
|
|
||||||
<a href="onecolumn.html">One Column</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Content -->
|
|
||||||
<section id="content">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-9 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Main Content -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Two Column #1</h2>
|
|
||||||
<h3>A generic two column layout</h3>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam metus, congue
|
|
||||||
vel suscipit ut, dignissim non risus. Vestibulum ante est, fringilla nec placerat
|
|
||||||
eu, vestibulum vitae diam. Integer eget egestas eros. Duis enim erat, mollis quis
|
|
||||||
lacinia eget, blandit nec ipsum. Donec vitae turpis ipsum. Aliquam mauris libero,
|
|
||||||
sagittis in eleifend at, mattis imperdiet velit. Donec urna risus, rutrum molestie
|
|
||||||
varius ac, lacinia sit amet augue. Nam ultrices elementum eros.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Sed faucibus viverra ligula, non varius magna semper vitae. Donec eu justo ut ipsum
|
|
||||||
hendrerit congue nec eu risus. Cum sociis natoque penatibus et magnis dis parturient
|
|
||||||
montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
elit. Suspendisse fermentum adipiscing nisi, a tempor libero malesuada at. Morbi
|
|
||||||
lacinia dui adipiscing risus eleifend tincidunt. Proin eu mauris eu tellus eleifend
|
|
||||||
hendrerit.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Mauris sit amet tellus urna. In facilisis, tortor vitae ultricies egestas, odio
|
|
||||||
mi rhoncus arcu, quis euismod felis felis et velit. Mauris varius consectetur erat
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat dui auctor.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Sed faucibus viverra ligula, non varius magna semper vitae. Donec eu justo ut ipsum
|
|
||||||
hendrerit congue nec eu risus. Cum sociis natoque penatibus et magnis dis parturient
|
|
||||||
montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
elit. Suspendisse fermentum adipiscing nisi, a tempor libero malesuada at. Morbi
|
|
||||||
lacinia dui adipiscing risus eleifend tincidunt. Proin eu mauris eu tellus eleifend
|
|
||||||
hendrerit.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Mauris sit amet tellus urna. In facilisis, tortor vitae ultricies egestas, odio
|
|
||||||
mi rhoncus arcu, quis euismod felis felis et velit. Mauris varius consectetur erat
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat dui auctor.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Sidebar -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Magna Phasellus</h2>
|
|
||||||
</header>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Nec sociis natoque</a></li>
|
|
||||||
<li><a href="#">Penatibus et magnis</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Ipsum Dolor</h2>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat.
|
|
||||||
</p>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<section id="footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-8 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Links -->
|
|
||||||
<section>
|
|
||||||
<h2>Links to Important Stuff</h2>
|
|
||||||
<div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-4 col-12-medium imp-medium">
|
|
||||||
|
|
||||||
<!-- Blurb -->
|
|
||||||
<section>
|
|
||||||
<h2>An Informative Text Blurb</h2>
|
|
||||||
<p>
|
|
||||||
Duis neque nisi, dapibus sed mattis quis, rutrum accumsan sed. Suspendisse eu
|
|
||||||
varius nibh. Suspendisse vitae magna eget odio amet mollis. Duis neque nisi,
|
|
||||||
dapibus sed mattis quis, sed rutrum accumsan sed. Suspendisse eu varius nibh
|
|
||||||
lorem ipsum amet dolor sit amet lorem ipsum consequat gravida justo mollis.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Copyright -->
|
|
||||||
<div id="copyright">
|
|
||||||
© Untitled. All rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Scripts -->
|
|
||||||
<script src="assets/js/jquery.min.js"></script>
|
|
||||||
<script src="assets/js/browser.min.js"></script>
|
|
||||||
<script src="assets/js/breakpoints.min.js"></script>
|
|
||||||
<script src="assets/js/util.js"></script>
|
|
||||||
<script src="assets/js/main.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
219
twocolumn2.html
219
twocolumn2.html
|
@ -1,219 +0,0 @@
|
||||||
<!DOCTYPE HTML>
|
|
||||||
<!--
|
|
||||||
Halcyonic by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Two Column 2 - Halcyonic by HTML5 UP</title>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
|
||||||
</head>
|
|
||||||
<body class="subpage">
|
|
||||||
<div id="page-wrapper">
|
|
||||||
|
|
||||||
<!-- Header -->
|
|
||||||
<section id="header">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12">
|
|
||||||
|
|
||||||
<!-- Logo -->
|
|
||||||
<h1><a href="index.html" id="logo">Halcyonic</a></h1>
|
|
||||||
|
|
||||||
<!-- Nav -->
|
|
||||||
<nav id="nav">
|
|
||||||
<a href="index.html">Homepage</a>
|
|
||||||
<a href="threecolumn.html">Three Column</a>
|
|
||||||
<a href="twocolumn1.html">Two Column #1</a>
|
|
||||||
<a href="twocolumn2.html">Two Column #2</a>
|
|
||||||
<a href="onecolumn.html">One Column</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Content -->
|
|
||||||
<section id="content">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-3 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Sidebar -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Magna Phasellus</h2>
|
|
||||||
</header>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Nec sociis natoque</a></li>
|
|
||||||
<li><a href="#">Penatibus et magnis</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Ipsum Dolor</h2>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat.
|
|
||||||
</p>
|
|
||||||
<ul class="link-list">
|
|
||||||
<li><a href="#">Sed dolore viverra</a></li>
|
|
||||||
<li><a href="#">Ligula non varius</a></li>
|
|
||||||
<li><a href="#">Dis parturient montes</a></li>
|
|
||||||
<li><a href="#">Nascetur ridiculus</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-9 col-12-medium imp-medium">
|
|
||||||
|
|
||||||
<!-- Main Content -->
|
|
||||||
<section>
|
|
||||||
<header>
|
|
||||||
<h2>Two Column #2</h2>
|
|
||||||
<h3>Another generic two column layout</h3>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam metus, congue
|
|
||||||
vel suscipit ut, dignissim non risus. Vestibulum ante est, fringilla nec placerat
|
|
||||||
eu, vestibulum vitae diam. Integer eget egestas eros. Duis enim erat, mollis quis
|
|
||||||
lacinia eget, blandit nec ipsum. Donec vitae turpis ipsum. Aliquam mauris libero,
|
|
||||||
sagittis in eleifend at, mattis imperdiet velit. Donec urna risus, rutrum molestie
|
|
||||||
varius ac, lacinia sit amet augue. Nam ultrices elementum eros.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Sed faucibus viverra ligula, non varius magna semper vitae. Donec eu justo ut ipsum
|
|
||||||
hendrerit congue nec eu risus. Cum sociis natoque penatibus et magnis dis parturient
|
|
||||||
montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
elit. Suspendisse fermentum adipiscing nisi, a tempor libero malesuada at. Morbi
|
|
||||||
lacinia dui adipiscing risus eleifend tincidunt. Proin eu mauris eu tellus eleifend
|
|
||||||
hendrerit.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Mauris sit amet tellus urna. In facilisis, tortor vitae ultricies egestas, odio
|
|
||||||
mi rhoncus arcu, quis euismod felis felis et velit. Mauris varius consectetur erat
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat dui auctor.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Sed faucibus viverra ligula, non varius magna semper vitae. Donec eu justo ut ipsum
|
|
||||||
hendrerit congue nec eu risus. Cum sociis natoque penatibus et magnis dis parturient
|
|
||||||
montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
elit. Suspendisse fermentum adipiscing nisi, a tempor libero malesuada at. Morbi
|
|
||||||
lacinia dui adipiscing risus eleifend tincidunt. Proin eu mauris eu tellus eleifend
|
|
||||||
hendrerit.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Mauris sit amet tellus urna. In facilisis, tortor vitae ultricies egestas, odio
|
|
||||||
mi rhoncus arcu, quis euismod felis felis et velit. Mauris varius consectetur erat
|
|
||||||
egestas tempus. Cras convallis odio sit amet risus convallis porttitor. Integer
|
|
||||||
vehicula fermentum ligula at pretium. Suspendisse semper iaculis eros, eu aliquam
|
|
||||||
justo imperdiet vel. Proin nec dictum mi. Duis commodo enim non tellus interdum
|
|
||||||
iaculis. Phasellus ultrices diam sit amet orci lacinia sed consequat dui auctor.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<section id="footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-8 col-12-medium">
|
|
||||||
|
|
||||||
<!-- Links -->
|
|
||||||
<section>
|
|
||||||
<h2>Links to Important Stuff</h2>
|
|
||||||
<div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-3 col-12-small">
|
|
||||||
<ul class="link-list last-child">
|
|
||||||
<li><a href="#">Neque amet dapibus</a></li>
|
|
||||||
<li><a href="#">Sed mattis quis rutrum</a></li>
|
|
||||||
<li><a href="#">Accumsan suspendisse</a></li>
|
|
||||||
<li><a href="#">Eu varius vitae magna</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-4 col-12-medium imp-medium">
|
|
||||||
|
|
||||||
<!-- Blurb -->
|
|
||||||
<section>
|
|
||||||
<h2>An Informative Text Blurb</h2>
|
|
||||||
<p>
|
|
||||||
Duis neque nisi, dapibus sed mattis quis, rutrum accumsan sed. Suspendisse eu
|
|
||||||
varius nibh. Suspendisse vitae magna eget odio amet mollis. Duis neque nisi,
|
|
||||||
dapibus sed mattis quis, sed rutrum accumsan sed. Suspendisse eu varius nibh
|
|
||||||
lorem ipsum amet dolor sit amet lorem ipsum consequat gravida justo mollis.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Copyright -->
|
|
||||||
<div id="copyright">
|
|
||||||
© Untitled. All rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Scripts -->
|
|
||||||
<script src="assets/js/jquery.min.js"></script>
|
|
||||||
<script src="assets/js/browser.min.js"></script>
|
|
||||||
<script src="assets/js/breakpoints.min.js"></script>
|
|
||||||
<script src="assets/js/util.js"></script>
|
|
||||||
<script src="assets/js/main.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Reference in a new issue