-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (94 loc) · 5.62 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
<!DOCTYPE html>
<html>
<head>
<title>My First Project</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="container">
<div id="header">
<div id="header-left">
<a href="index.html"> <img src="images/java.png" width="100%" height="100px" alt="Logo"/></a>
</div>
<div id="header-right">
<h1 class="title">My First Project<br/>Enterprise System Analysis & Design (J2EE)</h1>
</div>
</div>
<div id="menu">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="service.html">Service</a>
<a href="team.html">Team</a>
<a href="contact.html">Contact</a>
</div>
<div id="body">
<div id="bleft">
<br/><h3 id="Subject">All Subject List Supported by IDB-BISEW</h3>
<ol class="list">
<li>Enterprise System Analysis & Design (C#)</li>
<li>Enterprise System Analysis & Design (J2EE)</li>
<li>Web-Application Development using PHP & Farmwork</li>
<li>Database Design & Development (DDD)</li>
<li>Networking (NT)</li>
<li>Graphics, Animation & Vedio Editing (GAVE)</li>
<li>Architectural % Civil CAD (ACAD)</li>
</ol>
</div>
<div id="bcontent">
<h2>Home</h2>
<p>Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,[18][19][20][21] particularly for client-server web applications, with a reported 9 million developers.[22] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.
The original and reference implementation Java compilers, virtual machines, and class libraries.</p>
</div>
<div id="bright">
<h3 class="project">All Project List Supported by IDB-BISEW</h3>
<ul class="project">
<li>IT Scholarship Project</li>
<li>Vocational Training</li>
<li>Madrasha Project</li>
<li>Orphanage Project</li>
<li>4 Year Diploma Project</li>
</ul>
</div>
</div>
<div id="footer">
<div class="foot">
<h3>All TSP List</h3>
<ul>
<li>Asia Pasific Communication Ltd.</li>
<li>Center for Computer Studies Ltd.</li>
<li>Bhuiyan IT Ltd.</li>
<li>IT Bangla Ltd.</li>
<li>Cogent</li>
<li>Daffodil institute of IT</li>
<li>Datapark (BD) Ltd.</li><br/>Read more....
</ul>
</div>
<div class="foot">
<h3>Important Links</h3>
<ul>
<li><a href="www.google.com" style="padding-right:10px; text-decoration:none;"> Google </a></li>
<li><a href="www.yahoo.com" style="padding-right:10px; text-decoration:none;"> Yahoo </a></li>
<li><a href="www.coderbd.com" style="padding-right:10px; text-decoration:none;"> CoderBD </a></li>
<li><a href="www.bdjobs.com" style="padding-right:10px; text-decoration:none;">Bdjobs</a></li>
<li><a href="www.facebook.com.com" style="padding-right:10px; text-decoration:none;">Facebook</a></li>
<li><a href="www.twitter.com" style="padding-right:10px; text-decoration:none;">Twitter</a></li>
<li><a href="www.hi5.com.com" style="padding-right:10px; text-decoration:none;">Hi5</a></li>
</ul>
</div>
<div class="foot">
<h3>Contact Us :</h3>
<address>
House No #000, Road No # 000,<br/> Block # B, NIzam Songkor Plaza,<br/> Dhanmondi, Dhaka-1205<br/>
<h3>IDB-BISEW Office :</h3>
IDB Bhaban(4th Floor),<br/>E/8, rokeya Sharani<br/> Sher-e-Bangla Nagar,Dhaka-1207
</address>
</div>
</div>
<div id="copyright">
<p class="para">© 2018 J2EE, All rights reserved.</p>
</div>
</div>
</body>
</html>