-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (160 loc) Β· 5 KB
/
index.html
File metadata and controls
163 lines (160 loc) Β· 5 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html>
<head>
<title>
Syspro Support
</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/devices.css">
</head>
<body>
<header class="header">
<div class="container-lrg flex">
<div class="col-4">
<div>
<a class="logo">
SYSPRO SUPPORT
</a>
</div>
<div>
<a class="nav-link" href="#">
Any help with Syspro
</a>
</div>
</div>
<div class="col-8">
<h1 class="heading">
We deliver high quality Syspro support and development.
</h1>
<h2 class="paragraph">
We're creating the best company to go when starting a new Syspro project or having a need for high quality support. With our services you can instantly enjoy the power of the Syspro platform in a modern way!
</h2>
<div class="ctas">
<form action="https://formspree.io/koen.vanbesien+sysprosupport@gmail.com"
method="POST">
<input class="ctas-input" type="text" name="name" placeholder="Your Name">
<input class="ctas-input" type="text" name="_replyto" placeholder="Your Email Address">
<button class="ctas-button" type="submit" value="Send">
Submit
</button>
</form>
</div>
</div>
</div>
<div class="container-lrg">
<div class="centerdevices col-12">
<div class="browserwrapper">
<div class="browser">
<div class="mask">
<img class="mask-img" src="img/pic.jpeg">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="feature3">
<div class="container-lrg flex">
<div class="col-4">
<b class="emoji">
π§
</b>
<h3 class="subheading">
Well crafted Syspro Customization
</h3>
<p class="paragraph">
We develop well crafted Syspro customization modules like Barcode scanning, Warehouse management and modern API access.
</p>
</div>
<div class="col-4">
<b class="emoji">
π²
</b>
<h3 class="subheading">
Syspro Mobile ERP
</h3>
<p class="paragraph">
Mobile ERP is the cornerstone of accessing your business information. We develop mobile interfaces which unlock the freedom to get your ERP information in the pocket of your hand
</p>
</div>
<div class="col-4">
<b class="emoji">
π
</b>
<h3 class="subheading">
Gorgeous Syspro Dashboards
</h3>
<p class="paragraph">
We've hand travelled the depths of the internet to bring you gorgeous dSyspro dashboards. Featuring the core essence of your bussiness.
</p>
</div>
</div>
</div>
<div class="feature2">
<div class="container-lrg flex">
<div class="col-6">
<b class="emoji">
π
</b>
<h3 class="subheading">
Top Quality Syspro Support.
</h3>
<p class="paragraph">
We instantly deliver you the most relevant and high quality Syspro support. With quick turnaround times and knowledgable first line support.
</p>
</div>
<div class="col-6">
<b class="emoji">
π
</b>
<h3 class="subheading">
Syspro CRM integration
</h3>
<p class="paragraph">
Integrating your Syspro System has never been soooo easy! With our services you can instantly connect your Syspro ERP system to any other system.
</p>
</div>
</div>
</div>
<div class="socialproof">
<div class="container-sml">
<div class="flex text-center">
<div class="col-12">
<h4 class="subheading">
"What a time saver for bussiness owners ...Syspro ERP can be one of the most awful and creative sinkholes that a team goes through... Bravo for making this hellish process a little better."
</h4>
<p class="paragraph">
Happy Customer
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container-sml text-center">
<div class="col-12">
<h5 class="heading">
Instant high quality Syspro support and project development.
</h5>
<div class="ctas">
<form action="https://formspree.io/koen.vanbesien+sysprosupport@gmail.com"
method="POST">
<input class="ctas-input" type="text" name="_replyto" placeholder="Your Email Address">
<button class="ctas-button" type="submit" value="Send">
Get in contact!
</button>
</form>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93705022-1', 'auto');
ga('send', 'pageview');
</script>
</body>