-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (52 loc) · 2.26 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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<body>
<!-- Navigation -->
<nav class=>
<a>Home</a>
<a>About US</a>
<a>IT Services</a>
<a>Training</a>
<a>Placements</a>
<a>Career</a>
<a>Contact Us</a>
<a>Student Corner</a>
</nav>
<!-- Main Logo -->
<section>
<img class="mySlides" src="logo2.jpg"
style="width:50%">
</section>
<!-- Band Description -->
<section class="w3-container w3-center w3-content" style="max-width:600px">
<h2 class="w3-wide">WHAT WE DO</h2>
<p class="para">We at Bloomzen Infosolutions Pvt Ltd, with our unique strategy for ‘Train & deploy program’, We select deserving candidate on the basis of SWOT analysis and train them on tailor-made training (as per our clients requirement) on various job oriented courses like, Full Stack Development, Web development, Machine learning, Android /IOS application development, software Testing and Digital Marketing and after the successful completion of training we help them to get deploy at our clients location..</p>
</section>
<!-- Band Members -->
<section class="w3-row-padding w3-center w3-light-grey">
<article class="w3-third">
<h3>Training</h3>
<img src="training.jpg" class="w3-hover-opacity w3-padding-16" alt="Random Name" style="height:200px" "width: 300px" >
</article>
<article class="w3-third">
<h3>Placement</h3>
<img src="placement.jpg" class="w3-hover-opacity w3-padding-16" alt="Random Name" style="height:200px">
</article>
<article class="w3-third">
<h3>About Us</h3>
<img src="aboutus.jpg" class="w3-hover-opacity w3-padding-16" alt="Random Name" style="height:200px">
</article>
</section>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-black w3-xlarge">
<p class="w3-medium w3-center">
Made by <a>Neeraj.Pillai</a>
</p>
</footer>
</body>
</html>