-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-portfolio-request.php
More file actions
167 lines (136 loc) · 5.21 KB
/
page-portfolio-request.php
File metadata and controls
167 lines (136 loc) · 5.21 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
164
165
166
167
<?php
/*
Template Name: PORTFOLIO REQUEST
*/
?>
<?php get_header('new'); ?>
<div class="blog-background">
<div class="post-card">
<div class="wa-hero bg-port">
<h1>Team with Us to Power up Your User Experience</h1>
<p>We help software companies accelerate their business by powering up their user experience.</p>
</div>
<section class="onlytitle">
<h2>We have helped companies like...</h2>
</section>
<section class="shopwell p-cs-block">
<div id="shopwell-home"></div>
<div class="p-cs-hero">
<div class="p-test-hero-bg"></div>
<div class="p-test-hero-content">
<h2>ShopWell</h2>
<div class="p-test-desc">
A free website and iPhone / Android app that scores foods depending how well they meet people's unique needs.
</div>
</div>
<div class="p-test-challenge">
<h3>Challenge:</h3>
Increase user retention and engagement.
</div>
</div>
<div class="p-cs-bfaf">
<h2>Before & After</h2>
<div class="p-showcase-container">
<div class="p-shopwellslider">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/shopwell_before1.jpg" alt="Skedio android app before ux research"/>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/shopwell_after1.png" alt="Skedio android app after ux research improvements"/>
</div>
<div class="p-shopwellslider">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/shopwell_before2.jpg" alt="Skedio android app before ux research"/>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/shopwell_after2.png" alt="Skedio android app after ux research improvements"/>
</div>
<div class="p-cs-item-caption">
<h3>ShopWell Menu</h3>
</div>
<div class="p-cs-item-caption">
<h3>ShopWell Homescreen</h3>
</div>
</div>
</div>
</section>
<section class="cogia p-cs-block">
<div class="p-cs-hero">
<div id="cogia-home"></div>
<div class="p-test-hero-bg"></div>
<div class="p-test-hero-content">
<h2>Cogia Intelligence</h2>
<div class="p-test-desc">
A web-based app to monitor websites and social media trends.
</div>
</div>
<div class="p-test-challenge">
<h3>Challenge:</h3>
Restructure information and layout according to users' expectations.
</div>
</div>
<div class="p-cs-bfaf">
<h2>Before & After</h2>
<div class="p-showcaseslider">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/cogia_before.png" alt="Skedio android app before ux research"/>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/portfolio/cogia_after.png" alt="Skedio android app after ux research improvements"/>
</div>
<h3>Cogia Intelligence before and after our UX improvements</h3>
</div>
</section>
<section class="ux-p-process">
<h2>Our User Experience Process</h2>
<div class="timelinebar"></div>
<div class="ux-p-process-single">
<div class="icon-button button-01"></div>
<div class="process">
<h2>Planning</h2>
<p>We analyze your product and define with you the main area we'll focus on. Since each product is unique we take this time to deeply understand your needs. We then select the UX approach that best suits your product.</p>
</div>
</div>
<div class="ux-p-process-single">
<div class="icon-button button-02"></div>
<div class="process">
<h2>Research</h2>
<p>We conduct 1-on-1 feedback sessions with your users to discover how they interact with your product. We analyze this information to generate UX improvements.</p>
</div>
</div>
<div class="ux-p-process-single">
<div class="icon-button button-03"></div>
<div class="process">
<h2>Outcome</h2>
<p>We deliver detailed documentation of your improvements, including UI High Fidelity Mockups, Styleguide, and Library of assets ready for implementation.</p>
</div>
</div>
<div class="ux-p-process-single">
<div class="icon-button button-04"></div>
<div class="process">
<h2>Follow Up</h2>
<p>If you need it, we will work hand by hand with your development team to implement the new designs enhancements.</p>
</div>
</div>
</section>
<div class="ux-p-hero ux-p-hero-request">
<h3>See how we have helped these and other companies</h3>
<span>Request our portfolio</span>
<div class="request-form">
<form id="contactrequestdos" action="http://ux.nearsoft.com/wp/wp-content/themes/uxclinic/send-reqp.php" method="post">
<p class="error"></p>
<input type="text" class="namedos" id="namedos" name="namedos" placeholder="Name">
<input type="text" class="emaildos" id="emaildos" name="emaildos" placeholder="E-mail">
<input type="hidden" name="path" id="path" value="<?php echo $_COOKIE['pathcookie']; ?>">
<input type="button" value="Request" class="button green-btn" onclick="requestSubmit()"><a href="#" class="close"><i class="icon-remove"></i></a>
<input type="hidden" id="company" name="company" value="nearsoft">
</form>
</div>
</div>
</div>
</div>
<script>
$(window).on("load", function() {
$(".p-shopwellslider").twentytwenty();
});
</script>
<script>
$(window).on("load", function() {
$(".p-showcaseslider").twentytwenty();
});
</script>
<!--
<div class="footerholder"></div>
-->
<?php get_footer(); ?>