This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (199 loc) · 9.27 KB
/
index.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!-- BANIH, Francis / CORALES, Dion Mark / NAVA, Patrick || BSIT-2C -->
<!DOCTYPE html>
<html>
<head>
<title>College of Business Education</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- MENU BAR-->
<div class="header">
<table>
<tr>
<td style="padding-left: 20px;">
<img src="images/cbelogo.png" width="65px" height="65px">
</td>
<td><p class="menuTitle">College of Business Education</p></td>
<td><a href="index.html"><p class="menu"><b>Home</b></p></a></td>
<td><a href="pages/about.html"><p class="menu">About</p></a></td>
<td><a href="pages/history.html"><p class="menu">History</p></a></td>
<td><a href="pages/news.html"><p class="menu">News</p></a></td>
<td><a href="pages/programsoffered.html"><p class="menu">Programs Offered</p></a></td>
<td><a href="pages/studentorgs.html"><p class="menu">Student Organizations</p></a></td>
</tr>
</table>
</div>
<!-- TITLE -->
<div class="title">
<h1>Welcome to <br>College of Business Education</h1>
<h2>"Be The Next Tycoon"</h2>
<br>
<img class="banner" src="images/banner.jpg" width="1280" height="381">
</div>
<!-- PROGRAMS OFFERED -->
<div class="homecard">
<h2>Be One Of The Pythons</h2>
<p>College of Business Education offers 2 Undergraduate Programs and Graduate Programs</p>
<table>
<tr>
<td class="homeCardItem">
<img src="images/businessadministration1.jpg" alt="" width="300" height="300">
</td>
<td class="homeCardItem">
<img src="images/agribusiness1.jpg" alt="" width="300" height="300">
</td>
<td class="homeCardItem">
<a href="pages/programsoffered.html">
<img src="icons/arrowright.png" alt="" width="300" height="300">
</a>
</td>
</tr>
<tr>
<td class="homeCardItem"><b>Bachelor of Sciences in <br>Business Administration</b></td>
<td class="homeCardItem"><b>Bachelor of Science in <br>Agribusiness</b></td>
<td><a class="homeCardItem" href="pages/programsoffered.html"><i>See More</i></a></td>
</tr>
</table>
</div>
<!-- NEWS -->
<div class="homenews">
<a id="news"></a>
<h2><a class="subTitle" href="pages/news.html">College News ▶</a></h2>
<table >
<tr>
<td class="newsitem">
<img src="images/news1.jpg" alt="" height="360" width="600">
</td>
<td class="newsitem">
<img src="images/news2.jpg" alt="" height="360" width="600">
</td>
</tr>
<tr>
<td class="newsitem"><h3>Bravo, CBEshies!</h3></td>
<td class="newsitem"><h3>CBE Teacher's Day Program</h3></td>
</tr>
<tr>
<td class="newsitem"><p>
At the recently conducted college - based ENTABLADO, the CBEshies <br> gave a standing ovation worthy talents.
From performing arts up to the <br>literary events, the College of Business Education have it all
</p></td>
<td class="newsitem">
<p>The College of Business Education held its Teachers' <br> Day program filled with gratitude towards our amazing educators.</p>
</td>
</tr>
<tr>
<td class="newsitem" style="text-align: right;">
<a class="contentButton" href="newspages/homenews1.html">READ MORE</a>
</td>
<td class="newsitem" style="text-align: right;">
<a class="contentButton" href="newspages/homenews2.html">READ MORE</a>
</td>
</tr>
</table>
</div>
<!-- announcements -->
<div class="homeannounce">
<h2>Announcements</h2>
<br>
<table>
<tr>
<td class="announceitemdate"><i>July 24, 2023</i></td>
<td class="announceitemdate"><i>October 1, 2023</i></td>
<td class="announceitemdate"><i>October 7, 2023</i></td>
<td class="announceitemdate"><i>October 10, 2023</i></td>
</tr>
<tr>
<td class="announceitem">
<h3>
Start of Classes: <br>
August 14, 2020
</h3>
<p>
For second semester <br>
A.Y 2023-2024 <br>
</p>
</td>
<td class="announceitem">
<h3>
Midterms Schedule <br>
Now Released!
</h3>
<p>
Check out the Bayombong <br>
Registrar Facebook Page <br>
For More Details <br>
</p>
</td>
<td class="announceitem">
<h3>
Deadline of College Fees: <br>
October 20, 2023
</h3>
<p>
For First Semester <br>
A.Y 2023-2024
</p>
</td>
<td class="announceitem">
<h3>
CBE <br>
General Assembly
</h3>
<p>
In front of CBE Building <br>
October 16 2023 <br>
3:00PM - 5:00PM
</p>
</td>
</tr>
</table>
</div>
<div class="bannerdiv">
<img class="banner" src="images/banner6.jpg" alt="">
</div>
<!-- FOOTER -->
<div class="footer">
<table>
<tr>
<td rowspan="2" style="padding-right: 50px;"><img src="images/cbelogo-mono.png" height="180px" width="180px"></td>
<td style="padding-right: 90px;">
<b>Nueva Vizcaya State University</b><br>
College of Business Education <br>
<img src="icons/address.png" height="15px" width="15px"> Bayombong, Nueva Vizcaya, Philippines 3700 <br>
<img src="icons/tel.png" height="15px" width="15px"> <a href="tel:(078) 392-1111 ">(078) 392-1111 </a><br>
<img src="icons/mail.png" height="15px" width="15px"> <a href="mailto:info@nvsu.edu.ph">info@nvsu.edu.ph</a><br>
<img src="icons/fblite.png" height="15px" width="15px"> <a href="https://www.facebook.com/nvsu1916">NVSU Official Facebook Page</a><br>
<img src="icons/website.png" height="15px" width="15px"> <a href="https://nvsu.edu.ph/">NVSU Official Website</a>
</td>
<td rowspan="2">
<b>Pages</b><br>
<ul>
<li><a href="index.html" class="footerLinks">Home</a></li>
<li><a href="pages/about.html" class="footerLinks">About</a></li>
<li><a href="pages/history.html" class="footerLinks">History</a></li>
<li><a href="pages/news.html" class="footerLinks">News</a></li>
<li><a href="pages/programsoffered.html" class="footerLinks">Programs Offered</a></li>
<li><a href="pages/studentorgs.html" class="footerLinks">Student Organizations</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<p>
<b>Web Developers</b><br>
Banih, Francis <br>
Corales, Dion Mark <br>
Nava, Patrick
</p>
<p>
<i>
This website is made for academic purposes only. <br>
ITT1-1 - Webpage Design Using HTML5
</i>
</p>
</td>
</tr>
</table>
</div>
</body>
</html>