-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.3 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Contract Development" />
<title>Double Precision Software</title>
<link rel="stylesheet" href="./main.css" />
</head>
<body>
<div id="logo"></div>
<pre>
<span class="var-highlight">using</span> Precision;
<span class="var-highlight">class</span> Program {
<span class="var-highlight">static void</span> Main() {
</pre>
<pre id="typewriter">
<span class="var-highlight">var</span> comp = <span class="var-highlight">new</span> Company {
Name = <a href="http://github.com/DoublePrecisionSoftware/" class="string-highlight">"Double Precision Software"</a>,
Type = <span class="string-highlight">"Contract Development"</span>,
Location = <span class="string-highlight">"Jacksonville, FL"</span>,
Specialties = <span class="var-highlight">new</span>[] { <span class="string-highlight">".NET"</span>, <span class="string-highlight">"React"</span> }
};
Console.WriteLine(<a href="mailto:stephen@doubleprecision.tech" class="string-highlight">"Contact Us"</a>);
</pre>
<pre>
}
}
</pre>
<script src="./main.js"></script>
</body>
</html>