24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<link rel="stylesheet" href="css/home.css">
|
|
<h1 class="title">Bitcoin Private Scam Database</h1>
|
|
<div id="items" class="ui four column centered grid">
|
|
<div id="github" class="centered column">
|
|
<h2><i class="github icon"></i> Open-Source</h2>
|
|
The full website is open-source at <a href="#">Github</a> including all datasets with documentation to use them in your own application.
|
|
</div>
|
|
<div id="scams" class="centered column">
|
|
<h2><i class="rocket icon"></i> Knowledge</h2>
|
|
By combining all the information that's available, connections between scams can easily be found.
|
|
</div>
|
|
</div>
|
|
<div class="ui four column centered grid">
|
|
<div id="report" class="centered column">
|
|
<h2><i class="flag outline icon"></i> Report</h2>
|
|
An easy-to-use report function helps us identifying all the current scams so we can add them to the database.
|
|
</div>
|
|
<div id="donate" class="centered column">
|
|
<h2><i class="dollar icon"></i> Donate</h2>
|
|
Support the developers and maintainers of this project by donating BTCP to <a href="#">b1RXUJgnuxtzHyJ5UTWerh4pNBWcVikESZe</a> or <a href="#">zkEyLYc45LdNmzjJ84aGFAJ8CW959FCARYNso64SPmzymozageLS9YJ6HKbHSoqjXsV7bjrDEzXVLnMQtUCTeETKehPDPU4</a>
|
|
</div>
|
|
</div>
|
|
<script src="js/home.js"></script>
|