-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1001 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<title>Dirn</title>
</head>
<body>
<h1>Dirn.tech</h1>
<p>A company dedicated to simplifying technology.</p>
<h2>Problem</h2>
<p>Modern software is ill. We feel this daily when systems collapse under their own complexity. Websites are unusable under strain and web applications fail when 3rd party dependencies are updated.</p>
<h2>Hypothesis</h2>
<p>Superior systems can be built if we take simpler approaches to technology.</p>
<h2>Solutions</h2>
<p>Our solutions include simpler ways to:</p>
<ul>
<li>Build websites</li>
<li>Engineer web applications</li>
<li>Program embedded systems</li>
<li>Run cloud infrastructure</li>
</ul>
</body>
</html>