-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (56 loc) · 2.65 KB
/
index.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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
<title>Node, React Native, Next.js, React Web Development, Ruby and Ruby on Rails Experts — Code Consultants</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<style type="text/css">
:root {
--primary: #f2f2f2;
--background-color: #484e51;
--primary-hover: #ffffff;
--spacing: 0.5rem;
--card-background-color: #161718;
}
a {
text-decoration: underline;
}
article:first-of-type {
padding-bottom: 0.5rem;
}
article:last-child {
margin-bottom: 0;
}
body>footer {
padding-top: 0;
}
</style>
<body>
<!-- Main -->
<main class="container">
<h1>Hello, <s>possible</s> client!</h1>
<article>
<p>
Code Consultants is a small and efficient squad bringing accurate and tested deliverables to companies of all sizes. We are focused on <strong>Node, React Native, Next.js, React</strong> Web Development, <strong>Ruby</strong> and <strong>Ruby on Rails</strong>.
</p>
<p><s>If you are looking for a specialized team to start your project, we are the right choice. We are a small team of developers with more than 10 years of experience in the market. We are focused on delivering the best results for your business.</s> GitHub Autopilot generated this, but this is <acronym title="Bullshit">bs</acronym>.</p>
<p>We built (and kept stable) large-scale applications, transactions of millions of dollars annually. We already transited across E-learning, Digital Products, Financial Market, and other medium and small-specific use-case apps.</p>
</article>
<article>
Talk directly with our lead using <a href="mailto:weare@nossomos.cc">weare@nossomos.cc</a>, or <a href="https://whatsa.me/5581989800660/?t=Hello,%20I%20want%20to%20talk%20with%20Code%20Consultants">Whatsapp</a>.
</article>
</main>
<!-- ./ Main -->
<!-- Footer -->
<footer class="container ">
<small><a href="https://cnpj.linkana.com/cnpj/CODE-CONSULTANTS-TECNOLOGIA-LTDA/10264565000130">Code Consultants Tecnologia</a></small> is registered in Brazil under the CNPJ 10.264.565/0001-30.
</footer>
<!-- ./ Footer -->
</body>
</html>