-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsulting.html
More file actions
108 lines (90 loc) · 4 KB
/
consulting.html
File metadata and controls
108 lines (90 loc) · 4 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
---
layout: default
title: Consulting - minuscode
description: We design. We develop. We deliver. We strive for a consulting work that makes us stand proudly beside our clients and their projects.
permalink: /consulting/index.html
---
<div class="masthead masthead-consulting">
<div class="wrapper">
<h1>
<img src="/public/images/misc/consulting.png" alt="we design - we develop - WE DELIVER">
</h1>
<p>
<span>Because just developing isn't enough for us, we like to build and we like to</span> <span>watch it grow but most of all we are focused on you getting the results you need,</span> <span>because a website isn't just a website but a conduit to enhance your brand and the</span><span>means to carve out a stage for your audience.</span>
</p>
</div>
</div><!-- /masthead -->
<div class="content consulting">
<div class="wrapper">
<div class="areas">
<img src="/public/images/misc/planning.png" alt="Project scoping and planning">
<h2>Project scoping and planning</h2>
<p>
<span>You provide us with a product specification and initial requirements, we will then define the scope, cost</span> <span>and a time-frame of the project. We will also give you feedback</span> <span>like which languages and frameworks best suit your needs based on currently</span> <span>available functionality.</span>
</p>
</div>
<hr>
<div class="areas">
<img src="/public/images/misc/design.png" alt="Design">
<h2>Design</h2>
<p>
<span>We will come up with a solution that should not only be very appealing and attractive but also clean and</span> <span>straightforward. Our main concern and focus will be both on the UI and UX end making</span> <span>your clients happier.</span>
</p>
</div>
<hr>
<div class="areas">
<img src="/public/images/misc/development.png" alt="Development">
<h2>Development</h2>
<p>
<span>Having a multidisciplinary team we’re able to get things done in a lot of grounds. Maybe you need the “fullstack service”</span> <span>but we can also deliver just the frontend job or the backend solution.</span>
<span>If mobile is what you’re looking for then you're in good hands.</span>
</p>
</div>
<hr>
<div class="areas">
<img src="/public/images/misc/marketing.png" alt="Marketing">
<h2>Marketing</h2>
<p>
<span>We aim to deliver a complete marketing strategy based on your product objectives and target audience. We make</span> <span>extensive use of social media platforms to put you and your brand in front of your clients.</span>
</p>
</div>
</div>
</div><!-- /consulting -->
<div class="technologies">
<div class="wrapper">
<h3>Technologies</h3>
<div class="grid">
<div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/ruby.png" alt="Ruby">
</div>
</div><!--
--><div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/wordpress.png" alt="Wordpress">
</div>
</div><!--
--><div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/javascript.png" alt="javascript">
</div>
</div><!--
--><div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/iOS.png" alt="iOS">
</div>
</div><!--
--><div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/android.png" alt="Android">
</div>
</div><!--
--><div class="grid__item one-sixth portable-one-third">
<div class="image-container">
<img src="/public/images/misc/yours.png" alt="your technology">
</div>
</div>
</div>
</div>
</div><!-- /technologies -->
{% include contact_us.html %}