|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" > |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>straight-code | Services </title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> |
| 8 | +<link rel='stylesheet' href='https://rsms.me/inter/inter.css'><link rel="stylesheet" href="./style.css"> |
| 9 | +<link href="https://straight-code.github.io/assets/straight-code.png" rel="shortcut icon" /> |
| 10 | +</head> |
| 11 | +<body> |
| 12 | +<!-- partial:index.partial.html --> |
| 13 | +<section class="c-section"> |
| 14 | + <h2 class="c-section__title"><span>Our Services</span></h2> |
| 15 | + <ul class="c-services"> |
| 16 | + <li class="c-services__item"> |
| 17 | + <h3>Responsive Web Design</h3> |
| 18 | + <p>We leverage the concept of mobile-first design. Through our work, we focus on designing an experience that works across different screen sizes.</p> |
| 19 | + </li> |
| 20 | + <li class="c-services__item"> |
| 21 | + <h3>Errors</h3> |
| 22 | + <p>If you are unsure of how your app behaves, we can help by doing a detailed UX audit that will highlight most of the issues in your product. From there, we can take it further and fix all issues.</p> |
| 23 | + </li> |
| 24 | + <li class="c-services__item"> |
| 25 | + <h3>Front End Development</h3> |
| 26 | + <p>We are Front End masters with a deep focus on HTML, CSS. The result of our work is a responsive, accessible, and performant websites. Either you have the design ready and want us to code it, or you want us to do both design and code, we’re happy to do so.</p> |
| 27 | + </li> |
| 28 | + <li class="c-services__item"> |
| 29 | + <h3>Tutorials</h3> |
| 30 | + <p>If you don’t know what kind of service to request from us, don’t worry. We can help and see what fits your business and your budget.</p> |
| 31 | + </li> |
| 32 | + <li class="c-services__item"> |
| 33 | + <h3>Mobile Apps Design</h3> |
| 34 | + <p>To reach more customers and the goals of your business, a mobile application is necessary these days. We will work on the app design from scratch to final tested prototype.</p> |
| 35 | + </li> |
| 36 | + <li class="c-services__item"> |
| 37 | + <h3>Code Research</h3> |
| 38 | + <p>It’s important to research deeply for the product you want to build. We help in that by defining the user audience, working on user stories, competitive analysis and much more. </p> |
| 39 | + </li> |
| 40 | + </ul> |
| 41 | +</section> |
| 42 | +<!-- partial --> |
| 43 | + <script src="./script.js"></script> |
| 44 | + |
| 45 | +</body> |
| 46 | +</html> |
0 commit comments