-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprograms.html
More file actions
68 lines (58 loc) · 2.04 KB
/
Copy pathprograms.html
File metadata and controls
68 lines (58 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programs | ACIC MLRIT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div class="logo"><a href="index.html">ACIC MLRIT</a></div>
<nav class="navbar">
<a href="student-startup.html">Student Startup</a>
<a href="entrepreneurship.html">Entrepreneurship</a>
<a href="programs.html" class="active">Programs</a>
<a href="innovation.html">Innovation</a>
<a href="events.html">Events</a>
</nav>
</header>
<section class="hero">
<h1>Programs</h1>
<p>Supporting innovators through structured development pathways</p>
</section>
<section class="content-section">
<h2>Flagship Programs</h2>
<p>ACIC MLRIT runs a variety of programs to nurture student talent, promote startup culture, and encourage technology-driven innovation.</p>
</section>
<section class="cards-section wide">
<div class="card">
<h3>Pre-Incubation</h3>
<p>Idea shaping & prototype assistance for early-stage innovators.</p>
</div>
<div class="card">
<h3>Incubation</h3>
<p>Dedicated mentorship, funding pathways & workspace support for startups.</p>
</div>
<div class="card">
<h3>Skill Development Programs</h3>
<p>Workshops & masterclasses to enhance entrepreneurial skillsets.</p>
</div>
<div class="card">
<h3>Hackathons & Challenges</h3>
<p>Competitions to spark creativity and rapid innovation.</p>
</div>
</section>
<section class="content-section">
<h2>How to Enroll?</h2>
<ul>
<li>Submit an online form through our portal</li>
<li>Attend orientation & screening</li>
<li>Begin your innovation journey at ACIC</li>
</ul>
</section>
<footer class="footer">
<p>© 2025 ACIC MLRIT Foundation. All Rights Reserved.</p>
</footer>
</body>
</html>