Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 74 additions & 66 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,70 +1,78 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NWX65X3');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<link rel="icon" href="images/favicon.png"/>
<title>About | Many passwords</title>
<meta name="description" content="Many passwords - default passwords for each devices. More about this project.">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/colors.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:200,400,800&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body onload="loadEntryCount()" onscroll="check_scroll_button()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWX65X3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<ul id="navbar">
<li class="selected"><a href="/">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="https://github.com/many-passwords/many-passwords/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a></li>
<li class="search"><input onkeyup="search_entries()" type="text" placeholder="Search..."></li>
<div class="clear"></div>
</ul>
<div class="container">
<header>
<h1>About us</h1>
</header>
<section class="about">
<p><em>Default password for each devices.</em> 🐱‍💻</p><br>
<p>The purpose of this project is to collect all the default passwords in one place.<br>
Find out how you can contribute to this by checking the <a href="https://github.com/many-passwords/many-passwords/blob/main/CONTRIBUTING.md" target="_blank">CONTRIBUTING.md</a> file.</p>
</section>
<header>
<h2>Navigation</h2>
</header>
<section class="about">
<p>All passwords you will find in the <a href="https://github.com/many-passwords/many-passwords/blob/main/passwords.csv" target="_blank">passwords.csv</a> file (the data is presented in the form of a table) or on this page.</p><br>
<p>Number of collected default passwords: <code id="count-output">118</code>. 🙂</p>
</section>
<header>
<h2>Contributors</h2>
</header>
<section class="about">
<p>Thank you very much to all contributors for their contribution to this project.<br>

<head>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NWX65X3');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<link rel="icon" href="images/favicon.png" />
<title>About | Many passwords</title>
<meta name="description" content="Many passwords - default passwords for each devices. More about this project.">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/colors.css" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,400,800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>

<body onload="loadEntryCount()" onscroll="check_scroll_button()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWX65X3" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<ul id="navbar">
<li class="selected"><a href="/">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="https://github.com/many-passwords/many-passwords/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a></li>
<li class="search"><input onkeyup="search_entries()" type="text" placeholder="Search..."></li>
<div class="clear"></div>
</ul>
<div class="container">
<header>
<h1>About us</h1>
</header>
<section class="about">
<p><em>Default password for each devices.</em> 🐱‍💻</p><br>
<p>The purpose of this project is to collect all the default passwords in one place.<br>
Find out how you can contribute to this by checking the <a href="https://github.com/many-passwords/many-passwords/blob/main/CONTRIBUTING.md" target="_blank">CONTRIBUTING.md</a> file.</p>
</section>
<h2>Navigation</h2>
<section class="navigation">
<p>All passwords you will find in the <a href="https://github.com/many-passwords/many-passwords/blob/main/passwords.csv" target="_blank">passwords.csv</a> file (the data is presented in the form of a table) or on this page.</p><br>
<p>Number of collected default passwords: <code id="count-output">118</code>. 🙂</p>
</section>
<h2>Contributors</h2>
<section class="contributors">
<p>Thank you very much to all contributors for their contribution to this project.<br>
You are an important part of this project, without people like you the project would not exist.</p><br>
<p>Special thanks to:</p><br>
<ul>
<li><a href="https://github.com/MarcelCoding">@MarcelCoding</a> - <a href="https://github.com/many-passwords/many-passwords/pull/49">created Github Action</a> which streamlined and accelerated the work;</li><br>
<li><a href="https://github.com/Mpcs">@Mpcs</a> - <a href="https://github.com/many-passwords/many-passwords/pull/41">made very big changes to the project website</a> - change of appearance, grid layout, search bar, navigation bar, About Us page, floating button go to the top, link to repo (contributing button), cleaner code;</li><br>
<li><a href="https://github.com/alenquer">@alenquer</a> - <a href="https://github.com/many-passwords/many-passwords/pull/37">created the first version</a> of the project page.</li>
</ul>
</section>
</div>
<script src="./script.js"></script>
</body>
<p>Special thanks to:</p><br>
<ul>
<li><a href="https://github.com/MarcelCoding">@MarcelCoding</a> - <a href="https://github.com/many-passwords/many-passwords/pull/49">created Github Action</a> which streamlined and accelerated the work;</li><br>
<li><a href="https://github.com/Mpcs">@Mpcs</a> - <a href="https://github.com/many-passwords/many-passwords/pull/41">made very big changes to the project website</a> - change of appearance, grid layout, search bar, navigation bar, About Us
page, floating button go to the top, link to repo (contributing button), cleaner code;</li><br>
<li><a href="https://github.com/alenquer">@alenquer</a> - <a href="https://github.com/many-passwords/many-passwords/pull/37">created the first version</a> of the project page.</li>
</ul>
</section>
<br><br><br><br>
</div>
<script src="./script.js"></script>
</body>

</html>
12 changes: 6 additions & 6 deletions css/colors.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--title-color: #A62727;
--background-color: #2A2C2B;
--foreground-color: #374140;
--text-color: #BDC3C7;
--comment-color: #159315;
}
--title-color: #A62727;
--background-color: #2A2C2B;
--foreground-color: #374140;
--text-color: #BDC3C7;
--comment-color: #159315;
}
Loading