init
This commit is contained in:
		
							
								
								
									
										55
									
								
								blog.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								blog.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <title>Blog | SP Jain School of Global Management</title>
 | 
			
		||||
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
 | 
			
		||||
    <meta content="SP Jain Blog, Business Insights" name="keywords">
 | 
			
		||||
    <meta content="Stay updated with the latest insights and stories from SP Jain Global." 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>
 | 
			
		||||
    <!-- Blog Header Start -->
 | 
			
		||||
    <div class="container-fluid page-header py-5">
 | 
			
		||||
        <div class="container text-center">
 | 
			
		||||
            <h1 class="display-4 text-white">Our Blog</h1>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- Blog Header End -->
 | 
			
		||||
 | 
			
		||||
    <!-- Blog Content Start -->
 | 
			
		||||
    <div class="container py-5">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
            <div class="col-lg-4">
 | 
			
		||||
                <h5>Business Trends</h5>
 | 
			
		||||
                <p>Explore the latest trends in business education and leadership.</p>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="col-lg-4">
 | 
			
		||||
                <h5>AI Innovations</h5>
 | 
			
		||||
                <p>Discover how Artificial Intelligence is shaping the world of business.</p>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="col-lg-4">
 | 
			
		||||
                <h5>Student Stories</h5>
 | 
			
		||||
                <p>Read inspiring stories from our global student community.</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- Blog Content End -->
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user