-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththug-coding.html
More file actions
115 lines (104 loc) · 5.95 KB
/
thug-coding.html
File metadata and controls
115 lines (104 loc) · 5.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thug Coding® - Global Tech Innovation & Equity</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="software-dev-styles.css">
<link rel="stylesheet" href="thug-coding-styles.css">
</head>
<body class="thug-coding-page">
<div class="hero">
<img src="images/z thug coding.PNG" alt="THUG CODING" class="hero-logo">
</div>
<div class="main-content">
<main class="content">
<section class="intro">
<h2>A Global Tech Movement</h2>
<p>Thug Coding® is not just a tech company; it's a global movement to redefine how technology empowers communities, disrupts traditional systems, and creates a more equitable world. Rooted in the belief that true innovation stems from diversity and inclusion, Thug Coding® brings together the best and brightest minds across all fields of technology to build an international tech infrastructure that serves as a model for equity, ownership, and true disruption.</p>
</section>
<section class="vision">
<h2>Our Vision</h2>
<p>The traditional tech industry often perpetuates inequalities by centralizing power and wealth in a few hands. Thug Coding® flips the script. We are creating a decentralized, global tech infrastructure where individuals and communities are not just contributors but owners of the innovations they build.</p>
<div class="mission-points">
<h3>Our mission is to empower marginalized communities, underserved regions, and emerging talent worldwide to:</h3>
<ul>
<li><strong>Innovate Without Barriers:</strong> Access the tools, knowledge, and networks needed to develop transformative technologies.</li>
<li><strong>Own What They Create:</strong> Build products, platforms, and solutions where intellectual property rights and profits remain with the creators.</li>
<li><strong>Disrupt Inequitable Systems:</strong> Remove unnecessary middlemen and gatekeepers by fostering direct relationships between innovators and markets.</li>
</ul>
</div>
</section>
<section class="how-we-do-it">
<h2>How We Do It</h2>
<div class="subsection">
<h3>1. Global Collaboration of Top Talent</h3>
<ul>
<li>AI Specialists: Pioneers in machine learning and artificial intelligence</li>
<li>Blockchain Innovators: Experts in decentralized technologies</li>
<li>Cybersecurity Experts: Ensuring data privacy and security</li>
<li>Entrepreneurs and Product Designers: Creating scalable solutions</li>
<li>Community Thinkers and Cultural Leaders: Ensuring cultural relevance</li>
</ul>
</div>
<div class="subsection">
<h3>2. Building Global Tech Infrastructure</h3>
<ul>
<li>Community-Owned Platforms</li>
<li>Decentralized Innovation Hubs</li>
<li>Universal Access to Resources</li>
</ul>
</div>
<div class="subsection">
<h3>3. Focus on Equity and Ownership</h3>
<ul>
<li>Profits and Power Stay Local</li>
<li>Innovators Own the IP</li>
<li>True Representation</li>
</ul>
</div>
<div class="subsection">
<h3>4. Removing the Middleman</h3>
<ul>
<li>Decentralized Marketplaces</li>
<li>Blockchain-Driven Transactions</li>
<li>Tech-Enabled Distribution</li>
</ul>
</div>
</section>
<section class="disruption">
<h2>The True Disruption</h2>
<div class="disruption-points">
<div class="point">
<h3>Democratizing Access</h3>
<p>Bringing tech education, tools, and opportunities to underserved areas globally.</p>
</div>
<div class="point">
<h3>Decentralizing Power</h3>
<p>Empowering individuals and communities to create solutions without centralized control.</p>
</div>
<div class="point">
<h3>Reversing Wealth Flows</h3>
<p>Ensuring revenue directly benefits the communities that create innovations.</p>
</div>
</div>
</section>
<section class="call-to-action">
<h2>Join the Movement</h2>
<div class="cta-buttons">
<a href="#" class="cta-button">Collaborate</a>
<a href="#" class="cta-button">Invest</a>
<a href="#" class="cta-button">Engage</a>
</div>
<p class="closing-statement">The future isn't built in boardrooms. It's created in communities, by the people, for the people. Welcome to Thug Coding® — where the world comes to innovate.</p>
</section>
</main>
<nav class="bottom-nav">
<a href="index.html" class="nav-link">Home</a>
<a href="software-development.html" class="nav-link">Back to Projects</a>
</nav>
</div>
</body>
</html>