-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
105 lines (94 loc) · 5.43 KB
/
team.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>Team</h2>
<p>Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers. Java applets, which are less common than standalone Java applications, were commonly run in secure, sandboxed environments to provide many features of native applications through being embedded in HTML pages. It's still possible to run Java in web browsers after most of them having dropped support for Java's VM.
Writing in the Java programming language is the primary way to produce code that will be deployed as byte code in a Java virtual machine (JVM); byte code compilers are also available for other languages, including Ada, JavaScript, </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>