31 lines
759 B
JavaScript
31 lines
759 B
JavaScript
const FOUNDER_NOTE = `
|
|
VYNDR is a bet on advancement.
|
|
A bet on intelligence.
|
|
|
|
The rooms our people are not usually in
|
|
will be full and prepared when they arrive.
|
|
|
|
The tools to win have always existed.
|
|
They just were not built for us.
|
|
|
|
Most apps were built to keep you engaged,
|
|
not to keep you winning.
|
|
There is a difference.
|
|
|
|
We look where nobody else looks
|
|
because that is where the edge lives.
|
|
We built the tools that syndicates keep private
|
|
and we put them where you can reach them.
|
|
|
|
A multi-trillion dollar industry
|
|
flows one direction.
|
|
We built this to reverse that flow.
|
|
|
|
Bet on Black. Bet on intelligence. Bet on us.
|
|
Every grade we have ever made is on this page.
|
|
Every result is here.
|
|
Draw your own conclusions.
|
|
`;
|
|
|
|
module.exports = { FOUNDER_NOTE };
|