-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstartupsme.php
35 lines (28 loc) · 1.27 KB
/
startupsme.php
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
<?php include 'header.php'; ?>
<!--page title start-->
<section class="page-title ptb-30">
<div class="container padding-top-40">
<div class="row">
<div class="col-md-12">
<h6 class="pagetitles">Services</h6>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">industry</a></li>
<li class="active">startupsme</li>
</ol>
</div>
</div>
</div>
</section>
<!--page title end-->
<?php include 'header1.php' ?>
<div class="container padding-top-20">
<div class="col-md-7">
<h2 class="text-bold mb-10">Startup SME</h2>
<p class="text-justified">Small and medium-sized enterprises (SMEs; sometimes also small and medium enterprises) or small and medium-sized businesses (SMBs)</p>
</div>
<div class="col-md-5">
<img src="assets/img/ipad-2.png" class="img-responsive " alt="Image">
</div>
</div>
<?php include 'footer1.php'; ?>