-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprocess.html
More file actions
93 lines (74 loc) Β· 3.52 KB
/
process.html
File metadata and controls
93 lines (74 loc) Β· 3.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
---
layout: default
title: Our Process | Leading Web Design & Development Agency in the Philippines
permalink: /process/
heading : "The Process"
description : "π Our collaborative <strong>design philosophy</strong> means we take the time to understand your <strong>goals</strong> and adopt them as our own; <strong>working closely</strong> with you to ensure our <strong>high-performance</strong> design workflows accomplish everything you're aiming for β and more."
expertise_title: "How We Work"
expertise_sectors: [
"<h3>π Goal</h3>We design websites that produce results. To do so, our project manager will work
with you to identify strategies before we begin the project. We'll also figure out
who your target audience is so that we can build a template that fits them.",
"<h3>π Design</h3>To ensure that we have the same idea, we'll give you an in-depth appropriate for
the analysis so that we can develop a design that reflects your objective. You will
receive a design concept for your website in 3-5 days.",
"<h3>π Development</h3>When you're satisfied with the concept, our development team will bring it to life
and begin working on it. This will takes 3-4 weeks after your concept approval. It's
also the perfect time to give us your content at this time including content such as
information about your company, images, social profile, etc. ",
"<h3>π© Quality Assurance</h3>Your project will be handed over to our QA team after the initial development.
They will extensively analyze the design and production of your project before submitting it for your approval.",
"<h3>π Client Review</h3>We'll give you a link to the test site after our QA team has reviewed your website
so you can see it on your screen. If you have changes before we start your project,
you will have several rounds of revisions during this process before we finish it.",
"<h3>π Launching</h3>Your website will be hosted on our secure servers or on a web host of your choosing. You are free to launch your website right away if you are ready. If you want to set a launch date, we can help you with it.",
"<h3>π Reviews</h3>We will assess the efficiency of your website after it has been launched to ensure
that your objectives have been met. We'll also make suggestions for improving
your website so that you can accomplish your objectives more effectively.",
]
---
<!-- start: about header section -->
<section class="site-about-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="site-about-wrapper">
<div class="site-about-company">
<h1>
{{ page.heading }}
</h1>
</div>
<div class="site-about-description">
<p>
{{ page.description }}
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end: about header section -->
<!-- start: expertise section -->
<section class="site-expertise">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="section-title">
<h2>{{ page.expertise_title }}</h2>
</div>
</div>
<div class="col-md-6">
{% assign expertises = page.expertise_sectors %}
<ul class="site-expertise-list">
{%- for expertise in expertises -%}
<li> {{ expertise }} </li><br/>
{%- endfor -%}
</ul>
{% assign expertises = nill %}
</div>
</div>
</div>
</section>
<!-- end: expertise section -->
{%- include call-to-action.html -%}