-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (176 loc) · 9.62 KB
/
Copy pathindex.html
File metadata and controls
189 lines (176 loc) · 9.62 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Developers Global - The premier blogging platform for developers worldwide. Share knowledge, write articles, and build the future together.">
<title>Developers Global</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Background Elements -->
<div class="bg-mesh"></div>
<div class="glow-orb orb-1"></div>
<div class="glow-orb orb-2"></div>
<div class="glow-orb orb-3"></div>
<!-- Navigation -->
<nav class="navbar">
<div class="logo">
<span class="logo-icon"></></span>
<span class="logo-text">Developers<span class="highlight">Global</span></span>
</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#community">Community</a></li>
</ul>
<a href="https://discord.gg/Yn9g6KuWyA" target="_blank" rel="noopener noreferrer" class="btn btn-primary nav-btn">Join Discord</a>
</nav>
<!-- Hero Section -->
<header class="hero">
<div class="container hero-content">
<div class="badge">
<span class="pulse-dot"></span> Welcome to the future of collaboration
</div>
<h1 class="hero-title">
Share Knowledge.<br>
Empower <span class="gradient-text">Developers.</span>
</h1>
<p class="hero-subtitle">
The premier blogging platform where innovators, creators, and engineers write, read, and share the technical content that drives the next generation of software.
</p>
<div class="hero-actions">
<a href="https://medium.com/developersglobal" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-lg">
Start Reading <i class="fab fa-medium"></i>
</a>
<a href="https://discord.gg/Yn9g6KuWyA" target="_blank" rel="noopener noreferrer" class="btn btn-secondary btn-lg">
Join Discord
</a>
</div>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-number" data-target="10">0</span><span class="stat-suffix">K+</span>
<span class="stat-label">Active Readers</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="150">0</span><span class="stat-suffix">+</span>
<span class="stat-label">Countries</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="5">0</span><span class="stat-suffix">K+</span>
<span class="stat-label">Articles Published</span>
</div>
</div>
</div>
<!-- Code Window Decoration -->
<div class="hero-visual">
<div class="code-window">
<div class="window-header">
<div class="dots">
<span></span><span></span><span></span>
</div>
<div class="window-title">publish.js</div>
</div>
<div class="window-body">
<pre><code><span class="keyword">import</span> { Author } <span class="keyword">from</span> <span class="string">'@global/community'</span>;
<span class="keyword">import</span> { Knowledge } <span class="keyword">from</span> <span class="string">'@global/tech'</span>;
<span class="keyword">const</span> publishArticle = <span class="keyword">async</span> () => {
<span class="keyword">const</span> you = <span class="keyword">new</span> Author();
<span class="keyword">const</span> article = <span class="keyword">await</span> you.write(Knowledge.deepDive());
<span class="keyword">await</span> article.publish(<span class="string">'DevelopersGlobal'</span>);
<span class="keyword">return</span> article.shareWithWorld();
};
publishArticle();</code></pre>
</div>
</div>
</div>
</header>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2>Why Write on <span class="highlight">DevelopersGlobal</span>?</h2>
<p>The ultimate platform to share your technical expertise, build your brand, and read high-quality engineering blogs.</p>
</div>
<div class="feature-grid">
<div class="feature-card glass-card">
<div class="feature-icon"><i class="fas fa-pen-nib"></i></div>
<h3>Write & Publish</h3>
<p>Share your technical deep-dives, tutorials, and architectural insights with a global audience of passionate developers.</p>
</div>
<div class="feature-card glass-card">
<div class="feature-icon"><i class="fas fa-book-open"></i></div>
<h3>Curated Content</h3>
<p>Read high-quality, peer-reviewed articles from industry experts on the bleeding edge of software engineering.</p>
</div>
<div class="feature-card glass-card">
<div class="feature-icon"><i class="fas fa-bullhorn"></i></div>
<h3>Build Your Brand</h3>
<p>Establish yourself as a thought leader in the tech community. Grow your audience and accelerate your career.</p>
</div>
<div class="feature-card glass-card">
<div class="feature-icon"><i class="fas fa-users"></i></div>
<h3>Engaged Community</h3>
<p>Discuss ideas, get feedback, and network with fellow engineers on our active Discord server and LinkedIn page.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="join" class="cta-section">
<div class="container">
<div class="cta-box glass-card">
<h2>Ready to share your knowledge?</h2>
<p>Start reading and writing on our Medium blog, join our Discord community, and follow our updates on LinkedIn.</p>
<div style="display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px;">
<a href="https://discord.gg/Yn9g6KuWyA" target="_blank" rel="noopener noreferrer" class="btn btn-primary btn-lg" style="background: #5865F2; box-shadow: 0 4px 15px rgba(88, 101, 242, 0.4);">
<i class="fab fa-discord" style="font-size: 1.2rem;"></i> Join Discord
</a>
<a href="https://www.linkedin.com/company/developersglobal/" target="_blank" rel="noopener noreferrer" class="btn btn-secondary btn-lg">
<i class="fab fa-linkedin" style="font-size: 1.2rem;"></i> Follow LinkedIn
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container footer-content">
<div class="footer-brand">
<div class="logo">
<span class="logo-icon"></></span>
<span class="logo-text">Developers<span class="highlight">Global</span></span>
</div>
<p>Empowering developers through knowledge sharing.</p>
</div>
<div class="footer-links">
<div class="link-group">
<h4>Community</h4>
<a href="https://discord.gg/Yn9g6KuWyA" target="_blank" rel="noopener noreferrer">Discord Server</a>
<a href="https://www.linkedin.com/company/developersglobal/" target="_blank" rel="noopener noreferrer">LinkedIn Page</a>
</div>
<div class="link-group">
<h4>Resources</h4>
<a href="https://medium.com/developersglobal" target="_blank" rel="noopener noreferrer">Medium Blog</a>
<a href="https://github.com/DevelopersGlobal" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</div>
<div class="social-links">
<a href="https://discord.gg/Yn9g6KuWyA" target="_blank" rel="noopener noreferrer"><i class="fab fa-discord"></i></a>
<a href="https://www.linkedin.com/company/developersglobal/" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
<a href="https://medium.com/developersglobal" target="_blank" rel="noopener noreferrer"><i class="fab fa-medium"></i></a>
<a href="https://github.com/DevelopersGlobal" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="year"></span> DevelopersGlobal. Open Source Community.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>