forked from ab-rasel/MicroTech-NA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice_four.html
133 lines (133 loc) · 4.86 KB
/
service_four.html
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
---
layout: micro
title: Service Four
---
<section class="ServiceFourMenu">
<div class="SerViceFourMenu">
<div class="container">
<div class="row">
<div class="col-lg-12 nopadding">
<div class="SerFourLeftMenu pull-left">
<a href="#">< all works</a>
</div>
<div class="SerFourRightMenu pull-right">
<a href="#">< Back </a>
<a>Case Study 8 /18</a>
<a href="#"> Next ></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="SerFourComHeading">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="SerFourHeadAbs">
<h1>Cheery</h1>
<h2>Apps • Branding • UX/UI</h2>
</div>
</div>
</div>
</div>
</section>
<section class="ChreeSec">
<div class="container">
<div class="row">
<div class="col-lg-6 pull-left">
<div class="SingleCheery">
<h2>About Cheery</h2>
<p>Introducing the iPhone & iPad APP that<br> promotes positivity
and creates an inspirational<br> social
network of positive people that share<br>
positive experiences, quotes, and life events.
</p>
<p class="Pad45">Spread the Cheery! Please Invite all your Friends &
Family to the Private Beta
of Cheery before the APP goes global on iTunes.
</p>
<a href="#" class="downloagBtn pull-right">downloag APP</a>
</div>
</div>
</div>
</div>
</section>
<section class="CheeryPositive">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div class="creeryLogo">
<img src="./assets/images/cheery-logo.png" alt="">
</div>
<div class="creeryLogo">
<h2>Get the Mobile App that Promotes Positivity. Download on iTunes!</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<div class="creeryLogo">
<img src="./assets/images/cheerymobile.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="ChreeSec anotherOne">
<div class="container">
<div class="row">
<div class="col-lg-6 pull-right">
<div class="SingleCheery SingleCheeryAnother">
<h2>Our Approach to Cheery</h2>
<p>Lounge Lizard spearheaded a discovery workshop and helped
fully flush out the APP concept and core user experience. Our UI and UX team created an
engaging social experience that promoted
a continual social sharing and positive community.
</p>
<a href="#" class="downloagBtn AnotherdownBtn pull-right">downloag APP</a>
</div>
</div>
</div>
</div>
</section>
<section class="MoreWork">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="workHeading">
<h2>More Works</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="folioImg">
<img src="./assets/images/ws1.jpg" alt="">
<div class="imgoverLay"></div>
<div class="fOverText">
<h2>Fletcher-Knight</h2>
</div>
<div class="OverBtn text-center">
<p>Branding • Mobile • UX/UI • Web</p>
<a href="#">view case study</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="folioImg">
<img src="./assets/images/ws2.jpg" alt="">
<div class="imgoverLay"></div>
<div class="fOverText">
<h2>Fletcher-Knight</h2>
</div>
<div class="OverBtn text-center">
<p>Branding • Mobile • UX/UI • Web</p>
<a href="#">view case study</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--MenuSec End here by shagor-->