init
This commit is contained in:
44
teacher.html
Normal file
44
teacher.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Faculty | SP Jain School of Global Management</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="SP Jain Faculty, Professors" name="keywords">
|
||||
<meta content="Meet our world-class faculty from across the globe." 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>
|
||||
<!-- Faculty Header Start -->
|
||||
<div class="container-fluid page-header py-5">
|
||||
<div class="container text-center">
|
||||
<h1 class="display-4 text-white">Our Faculty</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Faculty Header End -->
|
||||
|
||||
<!-- Faculty Section Start -->
|
||||
<div class="container py-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<img src="img/faculty1.jpg" alt="Professor Name" class="img-fluid mb-3">
|
||||
<h5>Professor John Doe</h5>
|
||||
<p>Specialist in Global Business Strategy</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
|
||||
Reference in New Issue
Block a user