56 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <title>Programs | SP Jain School of Global Management</title>
 | 
						|
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
 | 
						|
    <meta content="SP Jain Programs, Global MBA, AI Business" name="keywords">
 | 
						|
    <meta content="Explore our global programs, including MBA, BBA, and specialized AI courses." name="description">
 | 
						|
 | 
						|
    <!-- Favicon -->
 | 
						|
    <link href="img/favicon.ico" rel="icon">
 | 
						|
 | 
						|
    <!-- Google Web Fonts -->
 | 
						|
    <link rel="preconnect" href="https://fonts.googleapis.com">
 | 
						|
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
 | 
						|
 | 
						|
    <!-- Font Awesome -->
 | 
						|
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
 | 
						|
 | 
						|
    <!-- Bootstrap CSS -->
 | 
						|
    <link href="css/bootstrap.min.css" rel="stylesheet">
 | 
						|
    <link href="css/style.css" rel="stylesheet">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <!-- Header Start -->
 | 
						|
    <div class="container-fluid page-header py-5">
 | 
						|
        <div class="container text-center">
 | 
						|
            <h1 class="display-4 text-white">Our Programs</h1>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    <!-- Header End -->
 | 
						|
 | 
						|
    <!-- Courses Section Start -->
 | 
						|
    <div class="container py-5">
 | 
						|
        <div class="row">
 | 
						|
            <div class="col-lg-4">
 | 
						|
                <h3>MBA Programs</h3>
 | 
						|
                <p>Our MBA programs are designed for leaders of the future, focusing on global business strategies and leadership.</p>
 | 
						|
            </div>
 | 
						|
            <div class="col-lg-4">
 | 
						|
                <h3>BBA Programs</h3>
 | 
						|
                <p>Our Bachelor of Business Administration programs prepare students for a dynamic and interconnected business world.</p>
 | 
						|
            </div>
 | 
						|
            <div class="col-lg-4">
 | 
						|
                <h3>AI in Business</h3>
 | 
						|
                <p>Master the tools of Artificial Intelligence with our specialized courses tailored for business applications.</p>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    <!-- Courses Section End -->
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |