-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudex_pitch.html
More file actions
590 lines (564 loc) · 37.3 KB
/
studex_pitch.html
File metadata and controls
590 lines (564 loc) · 37.3 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Studex — Pitch Deck 2026</title>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
*{margin:0;padding:0;box-sizing:border-box;}
:root{
--bg:#0C0C0C;--s1:#111111;--s2:#171717;--s3:#1E1E1E;
--b1:#222222;--b2:#2C2C2C;--b3:#383838;
--w:#EEEAE3;--m:#777770;--d:#3A3A38;--tag:#4A4A48;
}
body{font-family:'Manrope',sans-serif;background:#060606;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.wrap{width:100vw;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;}
.slide{
position:absolute;
width:min(calc(100vh*(16/9)),100vw);
height:min(calc(100vw*(9/16)),100vh);
background:var(--bg);display:none;overflow:hidden;
}
.slide.on{display:block;}
.tag{position:absolute;top:22px;left:32px;font-size:8.5px;font-weight:700;letter-spacing:3px;color:var(--tag);text-transform:uppercase;}
.sn{position:absolute;bottom:18px;right:28px;font-size:9px;color:var(--d);letter-spacing:1px;font-weight:600;}
.bf{position:absolute;bottom:18px;left:28px;font-size:9px;font-weight:800;color:var(--d);}
.hl{position:absolute;top:46px;left:0;right:0;height:1px;background:var(--b1);}
/* ── S01 COVER ── */
.s01{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s01-l{padding:32px 28px;border-right:1px solid var(--b1);display:flex;flex-direction:column;justify-content:space-between;}
.s01-logo{font-size:8px;font-weight:800;letter-spacing:3px;color:var(--d);text-transform:uppercase;}
.s01-name{font-size:clamp(58px,9.5vw,110px);font-weight:900;color:var(--w);letter-spacing:-5px;line-height:.88;margin-bottom:12px;}
.s01-tag{font-size:clamp(12px,1.4vw,15px);font-weight:400;color:var(--m);line-height:1.6;max-width:300px;}
.s01-meta{display:flex;flex-direction:column;gap:4px;}
.s01-meta span{font-size:8.5px;font-weight:600;color:var(--d);letter-spacing:1.5px;text-transform:uppercase;}
.s01-r{position:relative;overflow:hidden;}
.s01-r img{width:100%;height:100%;object-fit:cover;opacity:.3;filter:grayscale(70%);}
.s01-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,12,.88) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px;}
.s01-ov-pre{font-size:8px;font-weight:700;letter-spacing:2.5px;color:var(--d);text-transform:uppercase;margin-bottom:8px;}
.s01-ov-copy{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;}
/* ── S02 HOOK ── */
.s02{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s02-l{padding:56px 28px 28px;border-right:1px solid var(--b1);display:flex;flex-direction:column;justify-content:center;}
.s02-pre{font-size:8.5px;font-weight:700;letter-spacing:3px;color:var(--d);text-transform:uppercase;margin-bottom:14px;}
.s02-num{font-size:clamp(82px,13vw,150px);font-weight:900;color:var(--w);letter-spacing:-7px;line-height:.85;margin-bottom:22px;}
.s02-num sup{font-size:.34em;font-weight:300;vertical-align:super;}
.s02-copy{font-size:clamp(13px,1.5vw,16px);font-weight:500;color:var(--m);line-height:1.75;max-width:330px;}
.s02-copy em{font-style:normal;color:var(--w);font-weight:700;}
.s02-r{position:relative;overflow:hidden;}
.s02-r img{width:100%;height:100%;object-fit:cover;filter:grayscale(80%) brightness(.38);}
.s02-ov{position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,12,12,.6) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px;}
.s02-sn{font-size:clamp(36px,5vw,56px);font-weight:900;color:var(--w);letter-spacing:-2px;line-height:1;margin-bottom:6px;}
.s02-sl{font-size:12px;color:var(--m);line-height:1.5;max-width:200px;}
/* ── S03 PAIN ── */
.s03{position:absolute;inset:0;padding:56px 28px 32px;display:flex;flex-direction:column;}
.s03-h{font-size:clamp(10px,1.1vw,12px);font-weight:700;letter-spacing:2.5px;color:var(--d);text-transform:uppercase;margin-bottom:20px;}
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--b1);flex:1;border:1px solid var(--b1);}
.pc{background:var(--bg);padding:24px 20px;display:flex;flex-direction:column;position:relative;overflow:hidden;}
.pc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.08;filter:grayscale(100%);}
.pc-n{font-size:8.5px;font-weight:800;letter-spacing:3px;color:var(--d);margin-bottom:16px;text-transform:uppercase;position:relative;z-index:1;}
.pc-t{font-size:clamp(16px,2vw,22px);font-weight:900;color:var(--w);line-height:1.1;letter-spacing:-.5px;margin-bottom:12px;position:relative;z-index:1;}
.pc-b{font-size:12px;color:var(--m);line-height:1.8;margin-top:auto;position:relative;z-index:1;}
.pc-wire{position:absolute;bottom:-6px;right:-6px;opacity:.07;z-index:0;}
/* ── S04 SOLUTION ── */
#s04{background:var(--s1);}
.s04{position:absolute;inset:0;display:grid;grid-template-columns:5fr 7fr;}
.s04-l{padding:56px 24px 32px;border-right:1px solid var(--b1);display:flex;flex-direction:column;}
.s04-hd{font-size:clamp(28px,4vw,46px);font-weight:900;color:var(--w);letter-spacing:-2.5px;line-height:.95;margin-bottom:12px;}
.s04-sb{font-size:12px;color:var(--m);line-height:1.7;margin-bottom:16px;}
.s04-ph{flex:1;display:flex;align-items:center;justify-content:center;}
.s04-r{padding:56px 28px 32px;display:flex;flex-direction:column;justify-content:center;}
.feat{display:flex;flex-direction:column;}
.fr{display:grid;grid-template-columns:32px 150px 1fr;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid var(--b1);}
.fr:first-child{border-top:1px solid var(--b1);}
.fi{font-size:9px;font-weight:700;color:var(--d);letter-spacing:1px;padding-top:2px;}
.fn{font-size:clamp(13px,1.5vw,16px);font-weight:800;color:var(--w);line-height:1.2;}
.fd{font-size:12px;color:var(--m);line-height:1.65;}
/* ── S05 MARKET ── */
.s05{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s05-l{padding:56px 28px 32px;border-right:1px solid var(--b1);display:flex;flex-direction:column;}
.s05-h{font-size:clamp(22px,3.2vw,38px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;margin-bottom:28px;}
.mrow{padding:14px 0;border-top:1px solid var(--b1);display:flex;justify-content:space-between;align-items:flex-end;}
.mrow:last-child{border-bottom:1px solid var(--b1);}
.ml{font-size:8.5px;font-weight:700;color:var(--d);letter-spacing:2px;text-transform:uppercase;margin-bottom:4px;}
.mn{font-size:clamp(24px,3.8vw,42px);font-weight:900;letter-spacing:-2px;line-height:1;}
.mn.hi{color:var(--w);}
.mn.lo{color:var(--m);}
.md{font-size:10.5px;color:var(--d);text-align:right;line-height:1.5;max-width:130px;}
.s05-r{position:relative;overflow:hidden;background:var(--s2);display:flex;flex-direction:column;}
.s05-r-img{width:100%;height:48%;object-fit:cover;filter:grayscale(100%) brightness(.35);flex-shrink:0;}
.s05-stats{padding:16px 24px;display:flex;flex-direction:column;flex:1;}
.ss{padding:11px 0;border-top:1px solid var(--b1);display:flex;flex-direction:column;gap:3px;}
.ss:last-child{border-bottom:1px solid var(--b1);}
.ss-n{font-size:clamp(20px,2.8vw,30px);font-weight:900;color:var(--w);letter-spacing:-1px;line-height:1;}
.ss-l{font-size:10.5px;color:var(--m);line-height:1.4;}
/* ── S06 COMPETITIVE ── */
.s06{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s06-l{padding:56px 28px 32px;border-right:1px solid var(--b1);display:flex;flex-direction:column;}
.s06-h{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;margin-bottom:24px;}
.ctbl{flex:1;display:flex;flex-direction:column;}
.crow{display:grid;grid-template-columns:145px 18px 1fr;gap:10px;align-items:center;padding:13px 0;border-top:1px solid var(--b1);font-size:clamp(12px,1.3vw,14px);}
.crow:last-child{border-bottom:1px solid var(--b1);}
.cw{font-weight:500;color:var(--m);}
.ca{color:var(--d);font-weight:800;}
.cd{color:var(--w);}
.s06-box{margin-top:18px;border:1px solid var(--b2);padding:16px 18px;background:var(--s2);}
.s06-box p{font-size:clamp(12px,1.3vw,14px);font-weight:700;color:var(--w);line-height:1.6;}
.s06-r{position:relative;overflow:hidden;}
.s06-r img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(.28);}
.s06-ov{position:absolute;inset:0;background:linear-gradient(to right,rgba(12,12,12,.45) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px;}
.s06-big{font-size:clamp(42px,6.5vw,80px);font-weight:900;color:var(--w);letter-spacing:-3px;line-height:.95;margin-bottom:10px;}
.s06-sm{font-size:12px;color:var(--m);max-width:200px;line-height:1.6;}
/* ── S07 GTM ── */
#s07{background:var(--s1);}
.s07{position:absolute;inset:0;padding:56px 28px 28px;display:flex;flex-direction:column;}
.s07-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;}
.s07-h{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;}
.s07-d{font-size:11.5px;color:var(--m);max-width:255px;text-align:right;line-height:1.7;padding-top:4px;}
.sgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--b1);border:1px solid var(--b1);flex:1;}
.sc{background:var(--s1);padding:22px 18px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;}
.sc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.09;filter:grayscale(100%);}
.sc-n{font-size:8.5px;font-weight:800;letter-spacing:3px;color:var(--d);text-transform:uppercase;position:relative;z-index:1;}
.sc-t{font-size:clamp(13px,1.45vw,15.5px);font-weight:700;color:var(--w);line-height:1.45;position:relative;z-index:1;}
.sc-wire{position:absolute;bottom:0;right:0;opacity:.05;z-index:0;}
.s07-ft{margin-top:14px;font-size:8.5px;font-weight:700;letter-spacing:2.5px;color:var(--d);text-transform:uppercase;}
/* ── S08 BIZ ── */
.s08{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s08-l{padding:56px 28px 28px;border-right:1px solid var(--b1);display:flex;flex-direction:column;}
.s08-h{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;margin-bottom:22px;}
.btiers{display:flex;flex-direction:column;flex:1;gap:1px;background:var(--b1);border:1px solid var(--b1);}
.bt{flex:1;padding:18px 20px;display:flex;flex-direction:column;gap:7px;}
.bt.free{background:var(--bg);}
.bt.pro{background:var(--w);}
.bt-lbl{font-size:8.5px;font-weight:700;letter-spacing:2px;color:var(--d);text-transform:uppercase;}
.bt.pro .bt-lbl{color:#888;}
.bt-price{font-size:clamp(18px,2.4vw,26px);font-weight:900;color:var(--w);letter-spacing:-1px;}
.bt.pro .bt-price{color:#111;}
.bt-items{display:flex;flex-direction:column;gap:4px;margin-top:4px;}
.bi{font-size:11.5px;color:var(--m);padding-left:12px;position:relative;line-height:1.5;}
.bt.pro .bi{color:#666;}
.bi::before{content:'–';position:absolute;left:0;color:var(--d);}
.bt.pro .bi::before{color:#bbb;}
.s08-ft{margin-top:12px;font-size:10.5px;color:var(--d);line-height:1.5;}
.s08-r{background:var(--s2);display:flex;flex-direction:column;padding:56px 28px 28px;position:relative;overflow:hidden;}
.s08-bg{position:absolute;bottom:0;left:0;right:0;height:38%;object-fit:cover;opacity:.1;filter:grayscale(100%);}
.p2-h{font-size:8.5px;font-weight:700;letter-spacing:2.5px;color:var(--d);text-transform:uppercase;margin-bottom:16px;}
.p2i{padding:14px 0;border-top:1px solid var(--b1);display:flex;flex-direction:column;gap:3px;}
.p2i:last-of-type{border-bottom:1px solid var(--b1);}
.p2n{font-size:clamp(20px,2.8vw,30px);font-weight:900;color:var(--w);letter-spacing:-1px;line-height:1;}
.p2l{font-size:11px;color:var(--m);line-height:1.5;}
/* ── S09 VALIDATION ── */
.s09{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s09-l{padding:56px 28px 32px;border-right:1px solid var(--b1);display:flex;flex-direction:column;}
.s09-h{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;margin-bottom:26px;}
.finding{padding:13px 0;border-top:1px solid var(--b1);font-size:12.5px;color:var(--m);line-height:1.8;}
.finding:last-child{border-bottom:1px solid var(--b1);}
.finding strong{color:var(--w);font-weight:700;}
.s09-r{background:var(--s2);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:40px;}
.s09-bg-t{position:absolute;font-size:clamp(160px,24vw,260px);font-weight:900;color:var(--b1);letter-spacing:-14px;line-height:1;user-select:none;pointer-events:none;}
.s09-big{font-size:clamp(96px,15vw,160px);font-weight:900;color:var(--w);letter-spacing:-8px;line-height:1;position:relative;z-index:1;}
.s09-lbl{font-size:13.5px;font-weight:600;color:var(--m);position:relative;z-index:1;margin-top:4px;}
.s09-cap{font-size:10.5px;color:var(--d);position:relative;z-index:1;margin-top:3px;}
/* ── S10 TEAM ── */
.s10{position:absolute;inset:0;padding:56px 28px 32px;display:flex;flex-direction:column;}
.s10-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;}
.s10-h{font-size:clamp(22px,3.2vw,36px);font-weight:900;color:var(--w);letter-spacing:-1.5px;line-height:1.05;}
.s10-sb{font-size:11.5px;color:var(--m);max-width:250px;text-align:right;line-height:1.7;padding-top:4px;}
.tgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--b1);border:1px solid var(--b1);flex:1;}
.tm{background:var(--bg);display:flex;flex-direction:column;justify-content:flex-end;padding:18px 16px;position:relative;overflow:hidden;}
.tm-wire{position:absolute;top:0;left:0;right:0;bottom:38%;opacity:.08;}
.tm-n{font-size:clamp(12px,1.4vw,14.5px);font-weight:800;color:var(--w);line-height:1.3;position:relative;z-index:1;}
/* ── S11 CLOSE ── */
#s11{background:var(--s1);}
.s11{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;}
.s11-l{padding:36px 28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--b1);}
.s11-name{font-size:clamp(58px,9.5vw,110px);font-weight:900;color:var(--w);letter-spacing:-5px;line-height:.88;}
.s11-tag{font-size:clamp(12px,1.4vw,15px);font-weight:300;color:var(--m);line-height:1.6;max-width:280px;}
.s11-cta-w{display:flex;flex-direction:column;gap:8px;}
.s11-pre{font-size:8.5px;font-weight:700;letter-spacing:2.5px;color:var(--d);text-transform:uppercase;}
.s11-cta{font-size:clamp(12px,1.3vw,14.5px);font-weight:600;color:var(--w);line-height:1.65;}
.s11-r{position:relative;overflow:hidden;}
.s11-r img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(.22);}
.s11-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(17,17,17,.94) 0%,rgba(17,17,17,.25) 55%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px;}
.s11-bgt{font-size:clamp(80px,14vw,160px);font-weight:900;color:rgba(255,255,255,.04);letter-spacing:-8px;line-height:1;margin-bottom:16px;}
.s11-copy{font-size:clamp(15px,2vw,22px);font-weight:800;color:var(--w);letter-spacing:-.5px;line-height:1.3;margin-bottom:14px;}
.s11-pill{display:inline-block;border:1px solid var(--b2);padding:8px 16px;font-size:10.5px;font-weight:700;color:var(--m);letter-spacing:.5px;}
/* NAV */
.nav{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:100;background:rgba(16,16,16,.94);border:1px solid #252525;padding:8px 16px;border-radius:40px;backdrop-filter:blur(18px);}
.nav button{background:none;border:none;color:#4a4a48;font-size:14px;cursor:pointer;padding:2px 6px;transition:color .15s;font-family:'Manrope',sans-serif;}
.nav button:hover{color:#aaa;}
.nav-c{font-size:9.5px;color:#4a4a48;font-weight:700;letter-spacing:1.5px;min-width:32px;text-align:center;}
.dots{display:flex;gap:5px;align-items:center;}
.dot{width:4px;height:4px;border-radius:50%;background:#2a2a2a;cursor:pointer;transition:all .2s;}
.dot.on{background:#777;width:14px;border-radius:2px;}
</style>
</head>
<body>
<div class="wrap">
<!-- 01 COVER -->
<div class="slide on" id="s01">
<div class="s01">
<div class="s01-l">
<div class="s01-logo">Studex · Foundry Zero · 2026</div>
<div>
<div class="s01-name">studex.</div>
<div class="s01-tag">the college portal students actually open.</div>
</div>
<div class="s01-meta">
<span>Maths & Computer Science</span>
<span>Ramaiah University of Applied Sciences</span>
<span>Entrepreneurship Course — 2026</span>
</div>
</div>
<div class="s01-r">
<img src="https://images.unsplash.com/photo-1541339907198-e08756dedf3f?w=900&q=75" alt="campus">
<div class="s01-ov">
<div class="s01-ov-pre">the problem we're solving</div>
<div class="s01-ov-copy">3.52 crore students.<br>zero tools built for them.</div>
</div>
</div>
</div>
<span class="sn">01</span>
</div>
<!-- 02 HOOK -->
<div class="slide" id="s02">
<div class="tag">/ the problem</div><div class="hl"></div>
<div class="s02">
<div class="s02-l">
<div class="s02-pre">Indian college students</div>
<div class="s02-num">10Cr<sup>+</sup></div>
<div class="s02-copy">open WhatsApp every morning to ask their friends what class they have today.<br><br><em>not because they're lazy.</em> because the system never made it easy enough not to.</div>
</div>
<div class="s02-r">
<img src="https://images.unsplash.com/photo-1596495578065-6e0763fa1178?w=800&q=75" alt="students">
<div class="s02-ov">
<div class="s02-sn">53%</div>
<div class="s02-sl">use WhatsApp as their primary source of academic information</div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">02</span>
</div>
<!-- 03 PAIN -->
<div class="slide" id="s03">
<div class="tag">/ problem</div><div class="hl"></div>
<div class="s03">
<div class="s03-h">three things that make every college day harder than it needs to be.</div>
<div class="pgrid">
<div class="pc">
<img class="pc-bg" src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=600&q=60" alt="">
<svg class="pc-wire" width="130" height="130" viewBox="0 0 130 130" fill="none"><circle cx="65" cy="45" r="30" stroke="#fff" stroke-width="1.5"/><line x1="65" y1="75" x2="65" y2="100" stroke="#fff" stroke-width="1.5"/><line x1="38" y1="100" x2="92" y2="100" stroke="#fff" stroke-width="1.5"/><rect x="22" y="106" width="86" height="20" rx="4" stroke="#fff" stroke-width="1"/></svg>
<div class="pc-n">01</div>
<div class="pc-t">morning confusion</div>
<div class="pc-b">no one knows their schedule. they call a friend. every. single. day.</div>
</div>
<div class="pc">
<img class="pc-bg" src="https://images.unsplash.com/photo-1586281380349-632531db7ed4?w=600&q=60" alt="">
<svg class="pc-wire" width="130" height="130" viewBox="0 0 130 130" fill="none"><rect x="20" y="14" width="90" height="108" rx="6" stroke="#fff" stroke-width="1.5"/><line x1="34" y1="38" x2="96" y2="38" stroke="#fff" stroke-width="1"/><line x1="34" y1="54" x2="80" y2="54" stroke="#fff" stroke-width="1"/><line x1="34" y1="68" x2="88" y2="68" stroke="#fff" stroke-width="1"/><line x1="34" y1="82" x2="74" y2="82" stroke="#fff" stroke-width="1"/><line x1="34" y1="96" x2="85" y2="96" stroke="#fff" stroke-width="1"/></svg>
<div class="pc-n">02</div>
<div class="pc-t">pdf chaos</div>
<div class="pc-b">CRs dump 200 files in WhatsApp over 4 months. good luck finding the right one during exams.</div>
</div>
<div class="pc">
<img class="pc-bg" src="https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=600&q=60" alt="">
<svg class="pc-wire" width="130" height="130" viewBox="0 0 130 130" fill="none"><circle cx="65" cy="65" r="48" stroke="#fff" stroke-width="1.5"/><circle cx="65" cy="65" r="48" stroke="#fff" stroke-width="3.5" stroke-dasharray="195 107" stroke-dashoffset="0" stroke-linecap="round" opacity=".5"/><rect x="47" y="57" width="36" height="11" rx="3" stroke="#fff" stroke-width="1"/><rect x="53" y="72" width="24" height="7" rx="2" stroke="#fff" stroke-width="1"/></svg>
<div class="pc-n">03</div>
<div class="pc-t">attendance blindspot</div>
<div class="pc-b">portals exist. nobody uses them. nobody trusts them. students don't know if they can bunk tomorrow.</div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">03</span>
</div>
<!-- 04 SOLUTION -->
<div class="slide" id="s04">
<div class="tag">/ solution</div><div class="hl"></div>
<div class="s04">
<div class="s04-l">
<div class="s04-hd">studex.<br>one app.<br>three fixes.</div>
<div class="s04-sb">self-serve. sign up with your college email, upload your timetable, done. no admin. no hierarchy. no nonsense.</div>
<div class="s04-ph">
<svg width="88%" viewBox="0 0 160 295" fill="none" opacity=".75">
<rect x="2" y="2" width="156" height="291" rx="22" stroke="#333" stroke-width="1.5"/>
<rect x="8" y="8" width="144" height="279" rx="18" fill="#161616"/>
<rect x="16" y="22" width="36" height="5" rx="2" fill="#2a2a2a"/>
<rect x="118" y="22" width="22" height="5" rx="2" fill="#2a2a2a"/>
<text x="16" y="50" fill="#444" font-size="8" font-family="monospace" letter-spacing="1">STUDEX</text>
<line x1="16" y1="56" x2="144" y2="56" stroke="#222" stroke-width="1"/>
<rect x="16" y="64" width="128" height="38" rx="7" fill="#1e1e1e" stroke="#252525" stroke-width="1"/>
<rect x="26" y="73" width="44" height="6" rx="3" fill="#2e2e2e"/>
<rect x="26" y="84" width="68" height="10" rx="3" fill="#333"/>
<rect x="112" y="73" width="24" height="20" rx="4" fill="#2a2a2a"/>
<text x="16" y="116" fill="#3a3a3a" font-size="6.5" font-family="monospace" letter-spacing="2">TODAY</text>
<rect x="16" y="122" width="128" height="33" rx="5" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<rect x="25" y="131" width="4" height="14" rx="2" fill="#4a4a4a"/>
<rect x="35" y="133" width="58" height="5" rx="2" fill="#2e2e2e"/>
<rect x="35" y="142" width="38" height="4" rx="2" fill="#252525"/>
<rect x="106" y="131" width="30" height="14" rx="3" fill="#252525"/>
<rect x="16" y="161" width="128" height="33" rx="5" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<rect x="25" y="170" width="4" height="14" rx="2" fill="#3a3a3a"/>
<rect x="35" y="172" width="48" height="5" rx="2" fill="#2e2e2e"/>
<rect x="35" y="181" width="32" height="4" rx="2" fill="#252525"/>
<rect x="106" y="170" width="30" height="14" rx="3" fill="#252525"/>
<rect x="16" y="200" width="128" height="33" rx="5" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<rect x="25" y="209" width="4" height="14" rx="2" fill="#3a3a3a"/>
<rect x="35" y="211" width="62" height="5" rx="2" fill="#2e2e2e"/>
<rect x="35" y="220" width="42" height="4" rx="2" fill="#252525"/>
<rect x="106" y="209" width="30" height="14" rx="3" fill="#252525"/>
<text x="16" y="250" fill="#3a3a3a" font-size="6.5" font-family="monospace" letter-spacing="2">ATTENDANCE</text>
<rect x="16" y="256" width="60" height="60" rx="6" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<circle cx="46" cy="286" r="20" stroke="#2a2a2a" stroke-width="5"/>
<circle cx="46" cy="286" r="20" stroke="#4a4a4a" stroke-width="5" stroke-dasharray="84 46" stroke-dashoffset="22"/>
<rect x="84" y="256" width="60" height="27" rx="5" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<rect x="92" y="264" width="14" height="14" rx="3" fill="#252525"/>
<rect x="112" y="266" width="24" height="4" rx="2" fill="#2a2a2a"/>
<rect x="112" y="274" width="18" height="3" rx="1.5" fill="#222"/>
<rect x="84" y="289" width="60" height="27" rx="5" fill="#1c1c1c" stroke="#252525" stroke-width="1"/>
<rect x="92" y="297" width="14" height="14" rx="3" fill="#252525"/>
<rect x="112" y="299" width="24" height="4" rx="2" fill="#2a2a2a"/>
<rect x="112" y="307" width="18" height="3" rx="1.5" fill="#222"/>
</svg>
</div>
</div>
<div class="s04-r">
<div class="feat">
<div class="fr"><div class="fi">01</div><div class="fn">morning clarity</div><div class="fd">no more 'bro what class do we have?' texts. check studex — deadlines, submissions, schedules. done.</div></div>
<div class="fr"><div class="fi">02</div><div class="fn">subject folders</div><div class="fd">PDFs organized by subject. always findable. exam week sorted in seconds.</div></div>
<div class="fr"><div class="fi">03</div><div class="fn">bunk tracker</div><div class="fd">know exactly how many classes you can skip before hitting 75%. legally. confidently.</div></div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">04</span>
</div>
<!-- 05 MARKET -->
<div class="slide" id="s05">
<div class="tag">/ market size</div><div class="hl"></div>
<div class="s05">
<div class="s05-l">
<div class="s05-h">the market is massive. and completely underserved.</div>
<div class="mrow"><div><div class="ml">TAM</div><div class="mn hi">3.52 Cr</div></div><div class="md">UG students in India · AISHE 2022–23</div></div>
<div class="mrow"><div><div class="ml">SAM</div><div class="mn lo">~1.8 Cr</div></div><div class="md">smartphone-using, WhatsApp-dependent students</div></div>
<div class="mrow"><div><div class="ml">SOM · yr 1–2</div><div class="mn lo">1.5–2M</div></div><div class="md">top 6 high-enrollment states</div></div>
</div>
<div class="s05-r">
<img class="s05-r-img" src="https://images.unsplash.com/photo-1562774053-701939374585?w=800&q=70" alt="university">
<div class="s05-stats">
<div class="ss"><div class="ss-n">$7.5B</div><div class="ss-l">Indian EdTech today</div></div>
<div class="ss"><div class="ss-n">$29B</div><div class="ss-l">projected by 2030 · 19.3% CAGR</div></div>
<div class="ss"><div class="ss-n">99%</div><div class="ss-l">students on WhatsApp · 53% for academics</div></div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">05</span>
</div>
<!-- 06 COMPETITIVE -->
<div class="slide" id="s06">
<div class="tag">/ why now</div><div class="hl"></div>
<div class="s06">
<div class="s06-l">
<div class="s06-h">every tool in this space serves the wrong person.</div>
<div class="ctbl">
<div class="crow"><div class="cw">Classplus</div><div class="ca">→</div><div class="cd">built for tutors</div></div>
<div class="crow"><div class="cw">Google Classroom</div><div class="ca">→</div><div class="cd">built for institutions</div></div>
<div class="crow"><div class="cw">WhatsApp</div><div class="ca">→</div><div class="cd">built for everyone (means no one)</div></div>
<div class="crow"><div class="cw">College portals</div><div class="ca">→</div><div class="cd">built by admins nobody consulted</div></div>
</div>
<div class="s06-box">
<p>studex is the first tool built entirely for the student. pull-based. behavior-first.</p>
</div>
</div>
<div class="s06-r">
<img src="https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&q=70" alt="laptops">
<div class="s06-ov">
<div class="s06-big">student-<br>first.</div>
<div class="s06-sm">no existing tool owns this position. studex does.</div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">06</span>
</div>
<!-- 07 GTM -->
<div class="slide" id="s07">
<div class="tag">/ go-to-market</div><div class="hl"></div>
<div class="s07">
<div class="s07-top">
<div class="s07-h">growth doesn't need ads.<br>it needs word of mouth.</div>
<div class="s07-d">no spoonfeeding. no admin setup. no hierarchy. self-serve — students own their experience.</div>
</div>
<div class="sgrid">
<div class="sc">
<img class="sc-bg" src="https://images.unsplash.com/photo-1596495578065-6e0763fa1178?w=400&q=60" alt="">
<svg class="sc-wire" width="110" height="110" viewBox="0 0 110 110" fill="none"><rect x="22" y="10" width="66" height="88" rx="8" stroke="#fff" stroke-width="1.5"/><line x1="34" y1="32" x2="76" y2="32" stroke="#fff" stroke-width="1"/><line x1="34" y1="46" x2="66" y2="46" stroke="#fff" stroke-width="1"/><line x1="34" y1="60" x2="72" y2="60" stroke="#fff" stroke-width="1"/></svg>
<div class="sc-n">01</div>
<div class="sc-t">sign up with student email</div>
</div>
<div class="sc">
<img class="sc-bg" src="https://images.unsplash.com/photo-1586281380349-632531db7ed4?w=400&q=60" alt="">
<svg class="sc-wire" width="110" height="110" viewBox="0 0 110 110" fill="none"><rect x="14" y="22" width="82" height="66" rx="7" stroke="#fff" stroke-width="1.5"/><line x1="14" y1="40" x2="96" y2="40" stroke="#fff" stroke-width="1"/><rect x="24" y="50" width="28" height="10" rx="3" stroke="#fff" stroke-width="1"/><rect x="24" y="64" width="46" height="10" rx="3" stroke="#fff" stroke-width="1"/></svg>
<div class="sc-n">02</div>
<div class="sc-t">upload timetable + add subjects</div>
</div>
<div class="sc">
<img class="sc-bg" src="https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=400&q=60" alt="">
<svg class="sc-wire" width="110" height="110" viewBox="0 0 110 110" fill="none"><rect x="10" y="10" width="40" height="90" rx="6" stroke="#fff" stroke-width="1.5"/><line x1="10" y1="32" x2="50" y2="32" stroke="#fff" stroke-width="1"/><rect x="60" y="10" width="40" height="42" rx="6" stroke="#fff" stroke-width="1.5"/><rect x="60" y="58" width="40" height="42" rx="6" stroke="#fff" stroke-width="1.5"/></svg>
<div class="sc-n">03</div>
<div class="sc-t">schedules, PDFs, attendance — all in one place</div>
</div>
<div class="sc">
<img class="sc-bg" src="https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=400&q=60" alt="">
<svg class="sc-wire" width="110" height="110" viewBox="0 0 110 110" fill="none"><circle cx="55" cy="36" r="20" stroke="#fff" stroke-width="1.5"/><circle cx="22" cy="78" r="14" stroke="#fff" stroke-width="1.5"/><circle cx="88" cy="78" r="14" stroke="#fff" stroke-width="1.5"/><line x1="42" y1="52" x2="30" y2="66" stroke="#fff" stroke-width="1"/><line x1="68" y1="52" x2="80" y2="66" stroke="#fff" stroke-width="1"/></svg>
<div class="sc-n">04</div>
<div class="sc-t">they tell their batchmates. batchmates join.</div>
</div>
</div>
<div class="s07-ft">organic · peer-driven · zero CAC</div>
</div>
<span class="bf">studex.</span><span class="sn">07</span>
</div>
<!-- 08 BIZ -->
<div class="slide" id="s08">
<div class="tag">/ business model</div><div class="hl"></div>
<div class="s08">
<div class="s08-l">
<div class="s08-h">free for students.<br>premium for peace of mind.</div>
<div class="btiers">
<div class="bt free">
<div class="bt-lbl">Free Tier</div>
<div class="bt-price">₹0 / forever</div>
<div class="bt-items">
<div class="bi">daily schedule view</div>
<div class="bi">subject folders</div>
<div class="bi">basic attendance tracker</div>
</div>
</div>
<div class="bt pro">
<div class="bt-lbl">Studex Pro</div>
<div class="bt-price">₹49 – ₹99 / month</div>
<div class="bt-items">
<div class="bi">bunk predictor — classes left before 75% breach</div>
<div class="bi">AI material search across PDFs</div>
<div class="bi">deadline alerts + submission reminders</div>
</div>
</div>
</div>
<div class="s08-ft">2–5% freemium conversion benchmark for Indian EdTech</div>
</div>
<div class="s08-r">
<img class="s08-bg" src="https://images.unsplash.com/photo-1541339907198-e08756dedf3f?w=800&q=60" alt="">
<div class="p2-h">Phase 2 · Institutional</div>
<div class="p2i"><div class="p2n">₹100–500</div><div class="p2l">per student / year · institutional licensing</div></div>
<div class="p2i"><div class="p2n">B2B2C</div><div class="p2l">colleges pay to lift student satisfaction & NIRF scores</div></div>
<div class="p2i"><div class="p2n">Lead gen</div><div class="p2l">₹500–2,000 per lead · upskilling & job platform tie-ups</div></div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">08</span>
</div>
<!-- 09 VALIDATION -->
<div class="slide" id="s09">
<div class="tag">/ validation</div><div class="hl"></div>
<div class="s09">
<div class="s09-l">
<div class="s09-h">we didn't build this in a vacuum.</div>
<div class="finding"><strong>majority confirmed:</strong> yes, this is a real problem. yes, we'd use this.</div>
<div class="finding">the #1 thing we heard? students said they had <strong>no idea how many classes they'd attended</strong> this semester.</div>
<div class="finding">some said they already have portals — <strong>but none of them actually use it.</strong></div>
</div>
<div class="s09-r">
<div class="s09-bg-t">50</div>
<div class="s09-big">50+</div>
<div class="s09-lbl">students surveyed</div>
<div class="s09-cap">across colleges · last summer</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">09</span>
</div>
<!-- 10 TEAM -->
<div class="slide" id="s10">
<div class="tag">/ the team</div><div class="hl"></div>
<div class="s10">
<div class="s10-top">
<div class="s10-h">Foundry Zero.</div>
<div class="s10-sb">we're building this because we live this problem every single day.</div>
</div>
<div class="tgrid">
<div class="tm">
<svg class="tm-wire" viewBox="0 0 100 120" fill="none" preserveAspectRatio="xMidYMid meet"><circle cx="50" cy="38" r="22" stroke="#fff" stroke-width="1.2"/><path d="M10 110 C10 78 90 78 90 110" stroke="#fff" stroke-width="1.2"/></svg>
<div class="tm-n">Om<br>Mishra</div>
</div>
<div class="tm">
<svg class="tm-wire" viewBox="0 0 100 120" fill="none" preserveAspectRatio="xMidYMid meet"><circle cx="50" cy="38" r="22" stroke="#fff" stroke-width="1.2"/><path d="M10 110 C10 78 90 78 90 110" stroke="#fff" stroke-width="1.2"/></svg>
<div class="tm-n">Prajval<br>Akka</div>
</div>
<div class="tm">
<svg class="tm-wire" viewBox="0 0 100 120" fill="none" preserveAspectRatio="xMidYMid meet"><circle cx="50" cy="38" r="22" stroke="#fff" stroke-width="1.2"/><path d="M10 110 C10 78 90 78 90 110" stroke="#fff" stroke-width="1.2"/></svg>
<div class="tm-n">Mruja<br>Viral Shah</div>
</div>
<div class="tm">
<svg class="tm-wire" viewBox="0 0 100 120" fill="none" preserveAspectRatio="xMidYMid meet"><circle cx="50" cy="38" r="22" stroke="#fff" stroke-width="1.2"/><path d="M10 110 C10 78 90 78 90 110" stroke="#fff" stroke-width="1.2"/></svg>
<div class="tm-n">Dhvani<br>Hitesh Viroja</div>
</div>
<div class="tm">
<svg class="tm-wire" viewBox="0 0 100 120" fill="none" preserveAspectRatio="xMidYMid meet"><circle cx="50" cy="38" r="22" stroke="#fff" stroke-width="1.2"/><path d="M10 110 C10 78 90 78 90 110" stroke="#fff" stroke-width="1.2"/></svg>
<div class="tm-n">Jatin<br>Kudachimath</div>
</div>
</div>
</div>
<span class="bf">studex.</span><span class="sn">10</span>
</div>
<!-- 11 CLOSE -->
<div class="slide" id="s11">
<div class="s11">
<div class="s11-l">
<div class="s11-name">studex.</div>
<div class="s11-tag">the operating system for college life.</div>
<div class="s11-cta-w">
<div class="s11-pre">next step</div>
<div class="s11-cta">build the MVP → web app first → campus pilot.</div>
</div>
</div>
<div class="s11-r">
<img src="https://images.unsplash.com/photo-1523050854058-8df90110c9f1?w=800&q=70" alt="campus">
<div class="s11-ov">
<div class="s11-bgt">sx.</div>
<div class="s11-copy">we're not replacing your portal.<br>we're building the thing<br>you'll actually open.</div>
<div class="s11-pill">Foundry Zero · 2026</div>
</div>
</div>
</div>
<span class="sn" style="color:#2a2a2a">11</span>
</div>
</div>
<div class="nav">
<button onclick="go(-1)">←</button>
<div class="dots" id="dots"></div>
<span class="nav-c" id="nc">1 / 11</span>
<button onclick="go(1)">→</button>
</div>
<script>
const slides=document.querySelectorAll('.slide');
const dotsEl=document.getElementById('dots');
const nc=document.getElementById('nc');
let cur=0;
slides.forEach((_,i)=>{
const d=document.createElement('div');
d.className='dot'+(i===0?' on':'');
d.onclick=()=>goTo(i);
dotsEl.appendChild(d);
});
function goTo(n){
slides[cur].classList.remove('on');
dotsEl.children[cur].classList.remove('on');
cur=Math.max(0,Math.min(n,slides.length-1));
slides[cur].classList.add('on');
dotsEl.children[cur].classList.add('on');
nc.textContent=`${cur+1} / ${slides.length}`;
}
function go(d){goTo(cur+d);}
document.addEventListener('keydown',e=>{
if(['ArrowRight','ArrowDown',' '].includes(e.key)){e.preventDefault();go(1);}
if(['ArrowLeft','ArrowUp'].includes(e.key)){e.preventDefault();go(-1);}
});
</script>
</body>
</html>