-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhire.html
33 lines (33 loc) · 1.31 KB
/
hire.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/paper.min.css"
/>
<title>Hire Me</title>
</head>
<body>
<div class="paper container">
<h3>Hire Me</h3>
<br>
I charge $1,000 per day.
<br><br>
I like text, search interfaces, maps, data transformation, good design, lightweight and performant software
<br><br>
Schedule a <a href="https://cal.com/lulzx/30min">free consultation</a> or send me a message on <a href="https://t.me/lulzx">telegram</a> if you’re interested in working together.
<br><br>
<h4>Startup Emergencies</h4>
Engineering disasters, database problems, software performance issues, refactoring, crappy user interfaces, optimization
<br>
<h4>Creative Marketing</h4>
UI/UX design, graphic design, branding, storytelling, growth strategy, copywriting, market research, influencer marketing
<br>
<h4>Software Engineering</h4>
Rapid prototyping, web performance, systems architecture, database architecture, high-performance computing, chatbots
</div>
</body>
</html>