-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSheduleJava.html
More file actions
113 lines (99 loc) · 4.75 KB
/
SheduleJava.html
File metadata and controls
113 lines (99 loc) · 4.75 KB
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
<!DOCTYPE html>
<html>
<Title>ABC Learning Centre</Title>
<head>
<script src="https://kit.fontawesome.com/245b1dabe8.js" crossorigin="anonymous"></script>
<link rel="scrpiptsheet" href="script.js">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<Section class="header">
<div class="row">
<img class="mainlogo" src="main logo.png" alt="">
<h1 class="centre">ABC Learning Centre</h1>
<h1 style="text-align: right;" class="call"><a href="Contact Us.html">Contact Now</a></h1>
<img class="callnow" src="call now logo.png" alt="">
</div>
<br><br>
<div class="topnav">
<nav>
<menu>
<menuitem><a href="Home.html">Home</a></menuitem>
<menuitem id="demo1">
<a>Courses</a>
<menu>
<menuitem><a href="Projava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="ProNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem id="demo1">
<a>Courses Shedule</a>
<menu>
<menuitem><a href="SheduleJava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="SheduleNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem><a href="About Us.html">About Us</a></menuitem>
<menuitem><a href="Contact Us.html">Contact Us</a></menuitem>
<menuitem><a href="Sitemap.html">Sitemap</a></menuitem>
<menuitem><a href="Privacy Policy.html">Privacy Policy</a></menuitem>
<menuitem><a href="reggister.html">Register</a></menuitem>
</menu>
</nav>
</div>
</Section>
<div class="row">
<div class="column02">
<h2 class="pjava"> <center><strong> The Schedule Of Programming Of Java </strong> </center></h2>
<br>
<div class="row">
<table>
<tr>
<th>Course fee</th>
<th>Duration</th>
<th>Start Date</th>
<th>Time</th>
<th>Lecturers</th>
<th>No of Period</th>
</tr>
<tr>
<td>USD 200</td>
<td>2 Years</td>
<td>02-05-2022</td>
<td>8.00 am</td>
<td>Prof.Kannangara<br>
Prof.Sujith<br>
prof.Dissanayake
</td>
<td>30</td>
</tr>
</table>
</div>
<br>
<br>
<br>
<br>
<br>
<h2 class="hurry">Hurry up And</h2>
<a href="reggister.html"><div class="btn03">Apply Now </div></a>
</div>
<div class="column02">
<center><img src="" ><img src="download (1).jpg" width="600px" height="400px"></center>
</div>
</div>
<br> <br><br> <br><br> <br><br> <br><br> <br>
<footer>
<div class="footer">
<a href="www.Facebook.com"><img src="facebook.png" alt="" class="fb" height="40px" width="40px"></a>
<a href="www.Telegram.com"><img src="Telegram-i-removebg-preview.png" alt="" class="tele" height="40px" width="60px"></a>
<a href="www.Twitter.com"><img src="twitter_logo-removebg-preview.png" alt="" class="twit" height="40px" width="45px"></a>
<a href="www.whatsapp.com"><img src="whatsapp 01.jpg" alt="" class="wp" height="40px" width="40px"></a>
<br>
<p>Copyright 2020 © ABC. All Rights Reserved. Concept designed and developed by Jisc</p>
</div>
</footer>
</body>
</html>