-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices-user-interface-design.html
108 lines (96 loc) · 4.21 KB
/
services-user-interface-design.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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JTFD2R6QYL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JTFD2R6QYL');
</script>
<meta charset="utf-8" content="">
<meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="quasiLabs Company Website">
<meta name="author" content="Abhijit Rao">
<title>quasiLabs: User Interface Design</title>
<link href="css/main.css" media="screen, projection" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="/"><img src="images/logo1.png" height="60" alt="HOME"></a>
<div id="logo">QUASILABS</div>
<div id="navbox">
<div><a href="/services.html">Services</a></div>
<div><a href="/blog/">Blog</a></div>
<div><a href="/about.html">About</a></div>
<div><a href="https://calendly.com/_quasi/talk-to-me" target="_blank">Book a Free Consultation</a></div>
</div>
</header>
<br clear="all"/>
<main id="foobarbaz">
<div id="left-cont">
<h1>User Interface Design</h1>
<h3>Overview</h3>
<p>An intuitive and engaging user interface can make or break a product. Our UI design services
focus on creating seamless user experiences that drive engagement and satisfaction.</p>
<h3>Services</h3>
<p>Our UI design services cover the entire spectrum of user interface design, from user research to
wireframing and prototyping to final UI design. We work closely with our clients to understand
their unique needs and create interfaces that are visually appealing, functional, and easy to use.
</p>
<ul>
<li>User Research: Understanding user needs and behaviors</li>
<li>Wireframing and Prototyping: Creating interactive prototypes</li>
<li>UI Design: Crafting visually appealing and functional interfaces</li>
</ul>
<h3>Benefits</h3>
<ul>
<li>Increased user satisfaction and retention</li>
<li>Streamlined user interactions</li>
<li>Enhanced brand perception</li>
</ul>
<h3><a href="services.html">← Back</a></h3>
</div>
<br clear="all"/>
</main>
<!-- <div class="lizzard" ><img src="images/lisp-lizzard.png" width="100"></div> -->
<footer>
© 2023-2024 <a href="htts://quasilabs.in/">quasiLabs</a> —— Based in Pune, India and working worldwide.
</footer>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-44839128-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<script>
VANTA.NET({
el: "#foobarbaz",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x999999,
backgroundColor: 0xffffff,
})
</script>
</html>