Skip to content

Commit 985f060

Browse files
v2.1
1 parent c026f56 commit 985f060

File tree

4 files changed

+393
-2
lines changed

4 files changed

+393
-2
lines changed

dist/contribute/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<nav class="">
1818
<ul class="flex pt-1.5 text-md lg:pt-0 lg:text-lg">
1919
<li class="lg:px-4">
20-
<a href="" class="p-3 text-gray-500 font-semibold">about</a>
20+
<a href="../services/index.html" class="p-3 text-gray-500 font-semibold">Services</a>
2121
</li>
2222
<li class="lg:px-4">
23-
<a href="https://straight-code-blog.netlify.app/" class="p-3 text-gray-500 font-semibold">blog</a>
23+
<a href="https://straight-code-blog.netlify.app/" class="p-3 text-gray-500 font-semibold">Blog</a>
2424
</li>
2525
</ul>
2626
</nav>

dist/services/index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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&rsquo;re happy to do so.</p>
27+
</li>
28+
<li class="c-services__item">
29+
<h3>Tutorials</h3>
30+
<p>If you don&rsquo;t know what kind of service to request from us, don&rsquo;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&rsquo;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>

dist/services/script.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// My submission for learncssgarden.com challenge
2+
// === === ===
3+
// UI Inspired from: https://dribbble.com/afterglow-studio
4+
// svg icon:........ https://thenounproject.com
5+
// svg illustration: https://undraw.co/illustrations

0 commit comments

Comments
 (0)