-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (95 loc) · 6.52 KB
/
index.html
File metadata and controls
95 lines (95 loc) · 6.52 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tecdiary IT Solutions</title>
<meta name="description" content="Tecdiary IT Solutions, Our items guide and purcahse pages" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href="css/animate.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<style>
html { background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
body { font-size: 16px; font-family: 'Ubuntu', sans-serif; color: #222222; font-weight: 400; background: transparent; }
.fixed-content { margin-top: 4em; position: relative; }
.center, .center p { padding-bottom: 15px; text-align: center; color: #FFF; }
.pd { padding: 40px 0; }
</style>
</head>
<body>
<div class="center fixed-content">
<div class="center-fix">
<h1 class="animated fadeInDown"><img src="images/tecdiary.png" alt="Tecdiary"></h1>
<h4 class="animated fadeInUp delay-05s" style="margin-bottom: 50px;">IT Solutions</h4>
<a class="btn btn-lg btn-success animated fadeInUp delay-1s" href="http://codecanyon.net/user/Tecdiary/portfolio" style="margin-right: 20px;">Portfolio</a>
<a class="btn btn-lg btn-default border animated fadeInUp delay-1s" href="http://tecdiary.com">Home</a>
</div>
</div>
<div class="content">
<div class="container pd">
<div class="row">
<div class="animated fadeInLeft col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://tecdiary.github.io/sma-guide" target="_blank">
<img src="images/sma_pos_banner.png" class="img-responsive" alt=""/>
</a>
<div class="caption">
<h3>Stock Manager Advance with POS Module</h3>
<p>Stock Manager Advance is php based web application that help you to manage your stock. Manage sales & purchases from Office, Home, Warehouse or on the go.</p>
<p><a href="http://codecanyon.net/item/stock-manager-advance-with-point-of-sale-module/5403161?ref=Tecdiary" class="btn btn-primary" role="button">Buy Now</a> <a href="http://tecdiary.github.io/sma-guide" class="btn btn-default" role="button">Documentation</a></p>
</div>
</div>
</div>
<div class="animated fadeInDown col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://tecdiary.github.io/spos-guide" target="_blank">
<img src="images/spos_banner.png" class="img-responsive" alt=""/>
</a>
<div class="caption">
<h3>Simple POS - Point of Sale made easy</h3>
<p>Simple POS is PHP and jQuery based web application that help small and medium businesses/organizations for their pos and sale related requirements. </p>
<p><a href="http://codecanyon.net/item/simple-pos-point-of-sale-made-easy/3947976?ref=Tecdiary" class="btn btn-primary" role="button">Buy Now</a> <a href="http://tecdiary.github.io/spos-guide" class="btn btn-default" role="button">Documentation</a></p>
</div>
</div>
</div>
<div class="animated fadeInRight col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://tecdiary.github.io/sim-guide" target="_blank">
<img src="images/sim_banner.png" class="img-responsive" alt=""/>
</a>
<div class="caption">
<h3>Simple Invoice Manager - Invoicing Made Easy</h3>
<p>Simple Invoice Manager is available with multiple billing companies, customer ledger with multiple user accounts, recurring invoices, online payment (Paypal and Skrill). </p>
<p><a href="http://codecanyon.net/item/simple-invoice-manager-invoicing-made-easy/4259689?ref=Tecdiary" class="btn btn-primary" role="button">Buy Now</a> <a href="http://tecdiary.github.io/sim-guide" class="btn btn-default" role="button">Documentation</a></p>
</div>
</div>
</div>
<div class="animated fadeInLeft col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://tecdiary.github.io/ssm-guide" target="_blank">
<img src="images/ssm_banner.png" class="img-responsive" alt=""/>
</a>
<div class="caption">
<h3>Simple Stock Manager</h3>
<p>Simple Stock Manager is php based web application that help you to manage your stock from anywhere, Office, Home, Warehouse or on the go. </p>
<p><a href="http://codecanyon.net/item/simple-stock-manager/2736749?ref=Tecdiary" class="btn btn-primary" role="button">Buy Now</a> <a href="http://tecdiary.github.io/ssm-guide" class="btn btn-default" role="button">Documentation</a></p>
</div>
</div>
</div>
<div class="animated fadeInLeft col-sm-6 col-md-4">
<div class="thumbnail">
<a href="http://tecdiary.github.io/forum-guide" target="_blank">
<img src="images/sf_banner.png" class="img-responsive" alt=""/>
</a>
<div class="caption">
<h3>Simple Forum</h3>
<p>Simple forum is responsive community forum software that can be used to stay in touch with a group of people or can power your entire website.</p>
<p><a href="http://codecanyon.net/item/simple-forum-responsive-bulletin-board/13289844?ref=Tecdiary" class="btn btn-primary" role="button">Buy Now</a> <a href="http://tecdiary.github.io/forum-guide" class="btn btn-default" role="button">Documentation</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>