-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnippet.txt
48 lines (42 loc) · 1.89 KB
/
snippet.txt
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
<div class="grid-main">
<div class="container">
<div class="process">
<h3>Trainings Offered</h3>
<p>We offer are variety of training programmes based on various industrial requirements. From complete IT solution deployment based on .NET and Java to other server side technologies such as NodeJS and EJB, we do it all. We have special training courses for Embedded Systems and Product Design with Hardare, Software and CAD/CAM</p>
<div class="process-bottom">
<div class="col-md-4 process-grid">
<span class="glyphicon glyphicon-education" aria-hidden="true"> </span>
<h4>1.Collect Ideas</h4>
<p>Engineering</p>
</div>
<div class="col-md-4 process-grid">
<span class="glyphicon glyphicon-lamp" aria-hidden="true"> </span>
<h4>2.Preparing</h4>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus.</p>
</div>
<div class="col-md-4 process-grid">
<span class="glyphicon glyphicon-hourglass" aria-hidden="true"> </span>
<h4>3.Finalizing</h4>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<li><a href="#" class="gmail"> </a></li>
<li><a href="#" class="print"> </a></li>
<div class="col-md-3 footer-news">
<h5>Newsletter</h5>
</div>
<div class="col-md-9 ftr-email">
<input type="text" value="ENTER EMAIL" onfocus="this.value='';" onblur="if (this.value == '') {this.value ='ENTER EMAIL';}">
<input type="submit" value="SUBSCRIBE" >
</div>
<div class="col-md-3 footer-news">
<h5>Newsletter</h5>
</div>
<div class="col-md-9 ftr-email">
<input type="text" value="ENTER EMAIL" onfocus="this.value='';" onblur="if (this.value == '') {this.value ='ENTER EMAIL';}">
<input type="submit" value="SUBSCRIBE" >
</div>