-
Notifications
You must be signed in to change notification settings - Fork 0
/
admission.html
98 lines (90 loc) · 3.83 KB
/
admission.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dreamers College</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="img/logo.png">
</head>
<body>
<header>
<div class="container">
<img src="img/logo.PNG" alt="Dreamers college logo" height="200px" >
<nav class="menu" >
<ul>
<li><a href="index.html"><img src="img/home0.png" height="30" alt="home"> </a></li>
<li><a href="mission.html">Mission</a></li>
<li><a href="admission.html">Admission/Academics</a></li>
<li><a href="studentslife.html">Students Life</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="grid-container2">
<div class="item" >
<h2>Overview</h2>
<p>Our academic program is designed to provide students with a strong foundation in business fundamentals, while also allowing them to explore their interests and develop specialized skills in areas such as marketing, finance, and entrepreneurship. Our courses are taught by experienced faculty members who bring a wealth of real-world knowledge and expertise to the classroom.</p>
</div>
</div>
<div align="center">
<img src="img/slide1.png" alt="slide" width="600px" height="300px">
</div>
<div class="grid-container2">
<div class="item3" >
<h2>Courses</h2>
<p>Our curriculum includes a variety of courses that cover topics such as:</p>
<ul>
<li>Introduction to Business</li>
<li>Marketing</li>
<li>Financial Accounting</li>
<li>Managerial Accounting</li>
<li>Business Law</li>
<li>Entrepreneurship</li>
<li>Business Plan Development</li>
<li>International Business</li>
<li>Strategic Management</li>
</ul>
<p>Students also have the opportunity to take elective courses in areas such as:</p>
<ul>
<li>Digital Marketing</li>
<li>Investment Analysis</li>
<li>Leadership</li>
<li>Social Entrepreneurship</li>
<li>E-commerce</li>
<li>Project Management</li>
</ul>
</div>
<div class="item3" >
<h2>Faculty</h2>
<p>Our faculty members are experts in their fields, with many years of experience in business and academia. They are committed to providing students with a high-quality education that prepares them for success in the business world. Some of our faculty members include:</p>
<ul>
<li>Dr. John Smith, Professor of Finance</li>
<li>Dr. Jane Doe, Professor of Marketing</li>
<li>Mr. David Lee, Adjunct Professor of Entrepreneurship</li>
<li>Ms. Susan Kim, Adjunct Professor of Business Law</li>
</ul>
</div>
</div>
<div class="grid-container">
<div class="item" >
<h2>Resources</h2>
<p>In addition to our faculty and courses, we offer a variety of resources to help students succeed, including:</p>
<ul>
<li>The Business Library, which houses a collection of books, journals, and other resources on business and entrepreneurship</li>
<li>The Business Incubator, which provides students with workspace, mentorship, and other resources to help them develop their business ideas</li>
<li>The Career Center, which offers career counseling, job search assistance, and networking opportunities with alumni and business leaders</li>
<li>The Student Business Association, which provides students with opportunities to connect with other business students and participate in business-related activities and events</li>
</ul>
</div>
</div>
</main>
<footer>
<div class="container">
<p>© 2023 Dreamers College</p>
</div>
</footer>
</body>
</html>