-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (230 loc) · 9.96 KB
/
index.html
File metadata and controls
243 lines (230 loc) · 9.96 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<!-- Primary Meta Tags -->
<meta name="title" content="Be Kind Software - Web & Mobile Development Company">
<meta name="description" content="A software engineering company in Guadalajara, Mexico, specializing in web and mobile applications, robotics interfaces, and geospatial solutions.">
<meta name="keywords" content="software development, web development, mobile apps, robotics, geospatial, Guadalajara, Mexico">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://bekind.software/">
<meta property="og:title" content="Be Kind Software - Web & Mobile Development Company">
<meta property="og:description" content="A software engineering company in Guadalajara, Mexico, specializing in web and mobile applications, robotics interfaces, and geospatial solutions.">
<meta property="og:image" content="https://bekind.software/logo.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://bekind.software/">
<meta property="twitter:title" content="Be Kind Software - Web & Mobile Development Company">
<meta property="twitter:description" content="A software engineering company in Guadalajara, Mexico, specializing in web and mobile applications, robotics interfaces, and geospatial solutions.">
<meta property="twitter:image" content="https://bekind.software/logo.svg">
<link
type="text/plain"
rel="author"
href="http://bekind.software/humans.txt"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<title>Be Kind Software</title>
<style>
:root {
--spacing: 3rem;
}
.hero {
padding: var(--spacing) 0;
text-align: center;
margin-bottom: var(--spacing);
}
.hero-logo {
width: 200px;
height: auto;
margin-bottom: 2rem;
}
.hero h1 {
font-size: 3em;
margin-bottom: 0.5rem;
}
.hero p {
font-size: 1.2em;
color: var(--muted-color);
}
.section {
margin: var(--spacing) 0;
}
.grid figure {
margin: 0;
padding: 1rem;
border-radius: var(--border-radius);
background: var(--card-background-color);
transition: transform 0.2s;
}
.grid figure:hover {
transform: translateY(-5px);
}
.grid img {
max-width: 100%;
height: auto;
}
.values {
background: var(--card-background-color);
padding: var(--spacing);
border-radius: var(--border-radius);
margin: var(--spacing) 0;
}
.partner-card {
padding: 2rem;
background: var(--card-background-color);
border-radius: var(--border-radius);
text-align: center;
transition: transform 0.2s, box-shadow 0.2s;
}
.partner-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.partner-card h3 {
font-size: 1.5em;
margin-bottom: 0.5rem;
color: var(--primary);
}
.partner-card p {
color: var(--muted-color);
font-size: 1.1em;
}
</style>
<script>
// on document ready
document.addEventListener('DOMContentLoaded', function() {
// if query param uwu=true set id title to ビカインド
if (new URLSearchParams(window.location.search).get('uwu') === 'true') {
document.getElementById('title').innerHTML = 'ビカインド';
}
});
</script>
</head>
<body>
<main class="container">
<section class="hero">
<img src="logo.svg" alt="Be Kind Software Logo" class="hero-logo">
<h1 id="title">Be Kind Software</h1>
<p>
A software engineering company in Guadalajara, Mexico, helping businesses
with the technical heavy-lifting and building products we love.
</p>
</section>
<section class="section">
<h2>Our Partners</h2>
<div class="grid">
<a href="https://www.agtonomy.com/" target="_blank" class="partner-card">
<h3>Agtonomy</h3>
<p>Building the next generation of autonomous agronomy tech</p>
</a>
<a href="https://www.casasyterrenos.com/" target="_blank" class="partner-card">
<h3>Casas y Terrenos</h3>
<p>Leading real estate platform in Latin America</p>
</a>
</div>
</section>
<section class="section">
<h2>Our Products</h2>
<div class="grid">
<article>
<h3><a href="https://plibo.mx/" target="_blank">Plibo</a></h3>
<p>We built our own invoicing system cuz the gov one sucks</p>
</article>
<article>
<h3><a href="https://tangomaps.com/" target="_blank">Tangomaps</a></h3>
<p>Affordable geospatial data platform</p>
</article>
<article>
<h3><a href="https://textfull.io/" target="_blank">Textfull</a></h3>
<p>Minimal text-only CMS</p>
</article>
</div>
</section>
<section class="values">
<h2>Our Values</h2>
<ul>
<li>100% bootstrapped - no VCs, just sustainable growth</li>
<li> We try to do the best for our employees and our clients, in that order.</li>
<li>100% project success rate</li>
<li>Building for the long term</li>
</ul>
</section>
<section class="section">
<h2>Side Projects</h2>
<div class="grid">
<article>
<h3><a href="https://textwisely.com/login" target="_blank">Textwisely</a></h3>
<p>AI over SMS</p>
</article>
<article>
<h3><a href="https://marcasdeagua.com/" target="_blank">Marcas de Agua</a></h3>
<p>Easy image watermarking</p>
</article>
<article>
<h3><a href="https://minimalsignature.com/" target="_blank">Minimal Signature</a></h3>
<p>Clean email signature generator</p>
</article>
<article>
<h3><a href="https://honeypot.codes" target="_blank">Honeypot.codes</a></h3>
<p>API honeypot creator</p>
</article>
<article>
<h3><a href="https://alpine-adventure.onrender.com/" target="_blank">Alpine Adventure</a></h3>
<p>Date-like game to learn Alpine.js</p>
</article>
</div>
</section>
<section class="section">
<h2>Industries We Love</h2>
<div class="grid">
<article>Robots and robot interfaces</article>
<article>Maps and geospatial data</article>
<article>Small business tech tools</article>
<article>Sports</article>
<article>Videogames</article>
</div>
</section>
<section class="section">
<h2>Get in Touch</h2>
<form action="https://submit-form.com/YNSbxAWFx">
<div class="grid">
<div>
<label for="name">Name</label>
<input
type="text"
id="name"
name="name"
placeholder="Your name"
required
/>
</div>
<div>
<label for="email">Email</label>
<input
type="email"
id="email"
name="email"
placeholder="your@email.com"
required
/>
</div>
</div>
<label for="message">Message</label>
<textarea
id="message"
name="message"
placeholder="How can we help?"
required
></textarea>
<button type="submit">Send Message</button>
</form>
</section>
</main>
</body>
</html>