-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (215 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
220 lines (215 loc) · 13.9 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Janishar Ali — Builder, Founder, Open Source Developer</title>
<meta name="description" content="Portfolio of Janishar Ali — Founder, Open Source Developer, and Tech Author with 50+ libraries and 20M+ reads.">
<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@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="nav">
<div class="nav-inner">
<a href="index.html" class="nav-logo">janishar<span>.dev</span></a>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about/index.html">About</a></li>
<li><a href="experience/index.html">Experience</a></li>
<li><a href="projects/index.html">Projects</a></li>
<li><a href="contact/index.html">Contact</a></li>
</ul>
<button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<div class="hero-content fade-in">
<p class="hero-greeting">// hello world</p>
<h1 class="hero-name">Janishar Ali</h1>
<p class="hero-title">
Builder • Founder • Open Source Developer<br>
A self-taught programmer turned entrepreneur, empowering developers through practical tech education.
</p>
<div class="hero-stats">
<div class="hero-stat">
<span class="hero-stat-value">50+</span>
<span class="hero-stat-label">Open Source Libraries</span>
</div>
<div class="hero-stat">
<span class="hero-stat-value">20M+</span>
<span class="hero-stat-label">Content Reads</span>
</div>
<div class="hero-stat">
<span class="hero-stat-value">2.3K</span>
<span class="hero-stat-label">GitHub Followers</span>
</div>
<div class="hero-stat">
<span class="hero-stat-value">25K+</span>
<span class="hero-stat-label">GitHub Stars</span>
</div>
</div>
<div class="hero-actions">
<a href="projects/index.html" class="btn btn-primary">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
View Projects
</a>
<a href="contact/index.html" class="btn btn-outline">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
Get in Touch
</a>
</div>
</div>
</section>
<!-- Quick About -->
<section class="section" style="background: var(--bg-secondary);">
<div class="container">
<div class="about-grid fade-in">
<div>
<div class="section-header">
<h2 class="section-title">A bit <span>about me</span></h2>
</div>
<div class="about-text">
<p>I'm a builder at heart who began as a self-taught programmer and grew into a full-time entrepreneur. An IIT BHU graduate who chose code over concrete, I've co-founded multiple ventures including MindOrks and CuriousJr.</p>
<p>Currently building AfterAcademy — a platform empowering developers through practical tech education with 500K monthly visits.</p>
</div>
<a href="about/index.html" class="btn btn-outline" style="margin-top:1.5rem;">Learn More</a>
</div>
<div class="about-highlights">
<div class="highlight-card">
<div class="highlight-icon">⚛</div>
<div>
<div class="highlight-text">IIT BHU Graduate</div>
<div class="highlight-sub">Civil Engineering, 2010</div>
</div>
</div>
<div class="highlight-card">
<div class="highlight-icon">⚡</div>
<div>
<div class="highlight-text">CuriousJr — Acquired</div>
<div class="highlight-sub">By PhysicsWallah • 3M users</div>
</div>
</div>
<div class="highlight-card">
<div class="highlight-icon">★</div>
<div>
<div class="highlight-text">MindOrks</div>
<div class="highlight-sub">Largest Android platform in India</div>
</div>
</div>
<div class="highlight-card">
<div class="highlight-icon">✎</div>
<div>
<div class="highlight-text">Popular Tech Author</div>
<div class="highlight-sub">20M+ reads across platforms</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Projects -->
<section class="section">
<div class="container">
<div class="section-header fade-in">
<h2 class="section-title">Featured <span>Projects</span></h2>
<p class="section-subtitle">Highlighted open source work from GitHub</p>
</div>
<div class="projects-grid">
<div class="project-card fade-in">
<div class="project-card-header">
<span class="project-icon">📖</span>
<span class="project-stars">
<svg viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.75.75 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25z"/></svg>
14.1k
</span>
</div>
<h3 class="project-name"><a href="https://github.com/janishar/mit-deep-learning-book-pdf" target="_blank" rel="noopener">mit-deep-learning-book-pdf</a></h3>
<p class="project-desc">MIT Deep Learning Book in PDF format by Ian Goodfellow, Yoshua Bengio and Aaron Courville</p>
<div class="project-footer">
<span class="project-lang"><span class="lang-dot lang-java"></span>Java</span>
<a href="https://github.com/janishar/mit-deep-learning-book-pdf" target="_blank" rel="noopener" class="project-link">View →</a>
</div>
</div>
<div class="project-card fade-in">
<div class="project-card-header">
<span class="project-icon">🖧</span>
<span class="project-stars">
<svg viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.75.75 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25z"/></svg>
4.4k
</span>
</div>
<h3 class="project-name"><a href="https://github.com/janishar/android-mvp-architecture" target="_blank" rel="noopener">android-mvp-architecture</a></h3>
<p class="project-desc">Sample app implementing MVP architecture using Dagger2, GreenDao, RxJava2, and related tools</p>
<div class="project-footer">
<span class="project-lang"><span class="lang-dot lang-java"></span>Java</span>
<a href="https://github.com/janishar/android-mvp-architecture" target="_blank" rel="noopener" class="project-link">View →</a>
</div>
</div>
<div class="project-card fade-in">
<div class="project-card-header">
<span class="project-icon">🖧</span>
<span class="project-stars">
<svg viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.75.75 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25z"/></svg>
3.1k
</span>
</div>
<h3 class="project-name"><a href="https://github.com/janishar/nodejs-backend-architecture-typescript" target="_blank" rel="noopener">nodejs-backend-architecture-typescript</a></h3>
<p class="project-desc">Node.js backend for blogging platforms with role-based features, Express.js, Mongoose, and Redis</p>
<div class="project-footer">
<span class="project-lang"><span class="lang-dot lang-typescript"></span>TypeScript</span>
<a href="https://github.com/janishar/nodejs-backend-architecture-typescript" target="_blank" rel="noopener" class="project-link">View →</a>
</div>
</div>
<div class="project-card fade-in">
<div class="project-card-header">
<span class="project-icon">💻</span>
<span class="project-stars">
<svg viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.75.75 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25z"/></svg>
3.0k
</span>
</div>
<h3 class="project-name"><a href="https://github.com/janishar/android-mvvm-architecture" target="_blank" rel="noopener">android-mvvm-architecture</a></h3>
<p class="project-desc">Architecture sample implementing MVVM using Dagger2, Room, RxJava2 and related tools</p>
<div class="project-footer">
<span class="project-lang"><span class="lang-dot lang-java"></span>Java</span>
<a href="https://github.com/janishar/android-mvvm-architecture" target="_blank" rel="noopener" class="project-link">View →</a>
</div>
</div>
</div>
<div style="text-align:center; margin-top:2.5rem;" class="fade-in">
<a href="projects/index.html" class="btn btn-outline">View All Projects →</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-inner">
<span class="footer-text">© 2026 Janishar Ali. Built with vanilla HTML, CSS & JS.</span>
<div class="footer-socials">
<a href="https://github.com/janishar" target="_blank" rel="noopener" aria-label="GitHub">
<svg viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/></svg>
</a>
<a href="https://twitter.com/janisharali" target="_blank" rel="noopener" aria-label="Twitter">
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="https://linkedin.com/in/janishar-ali" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
<a href="https://youtube.com/@afteracad" target="_blank" rel="noopener" aria-label="YouTube">
<svg viewBox="0 0 24 24"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814z"/><polygon points="9.545,15.568 15.818,12 9.545,8.432" fill="#0a0a0f"/></svg>
</a>
<a href="https://instagram.com/janisharali" target="_blank" rel="noopener" aria-label="Instagram">
<svg viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></svg>
</a>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>