This repository contains a front-end clone of the Numerai website. The project aims to replicate the design and layout of the "hardest data science tournament in the world" landing page.
The repository includes:
index.html: The main structure of the web page.style.css: The styling for the layout, components, and responsive design.LICENSE: The project is released under the GNU General Public License, Version 3.
- Responsive Navigation Bar: Includes links to core Numerai sections (DOCS, FORUM, GITHUB, LEADERBOARD, etc.) and separate Login/Sign Up buttons.
- Hero Section: Highlights the "hardest data science tournament in the world" with key statistics on payouts and staked models.
- $25,784,923 paid to data scientists.
- 4,441 staked models.
- Data Section: Describes the obfuscated, hedge fund-quality data available for download, with a visual example.
- Model Building Section: Encourages users to apply machine learning and clone example Python/R scripts.
- Submission/Staking Section: Details the process of submitting models to the leaderboard and staking NMR cryptocurrency.
- Footer with Learning Resources: Features three embedded YouTube videos explaining the core concepts of Numerai, NMR, and Numerai Signals.
- Subscription/Contact: A section to join the network, receive updates, and view contact information.
To view and run this project locally, follow these steps:
- Clone the repository:
git clone [https://github.com/yourusername/Numerai-clone.git](https://github.com/yourusername/Numerai-clone.git)
- Navigate to the project directory:
cd Numerai-clone - Open
index.html: Simply open theindex.htmlfile in your preferred web browser. All necessary styles (style.css) and assets (placeholders used in the provided files) are linked locally.
Note: This project is a front-end replica. Functionality such as the Login/Sign Up buttons, download data link, and social media icons are currently placeholders and will not execute their intended backend actions.
[cite_start]This project is licensed under the GNU General Public License, Version 3[cite: 1].
[cite_start]The GNU General Public License (GPL) is a free, copyleft license intended to guarantee users the freedom to share and change all versions of the program[cite: 2, 4].
Key points regarding the license:
- [cite_start]You have the freedom to distribute copies of the software (and charge for them if you wish)[cite: 8].
- [cite_start]You must provide recipients with the same freedoms you received, including access to or the ability to get the source code[cite: 11, 12].
- [cite_start]The GPL clearly explains that there is no warranty for this free software[cite: 15, 147].
- [cite_start]If you modify the work, you must carry prominent notices stating that you modified it and release the entire work under this same License[cite: 61, 63].
For the full terms and conditions, please see the LICENSE file.
This is a clone project for learning and portfolio purposes. Feel free to fork the repository and explore the design and code.