-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (104 loc) · 3.95 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
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
<!DOCTYPE html>
<html>
<head>
<style>
body {
background: linear-gradient(rgb(6, 6, 138), black)
}
h1 {
color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
ul {
list-style: none;
}
li {
color: black;
background-color: white;
padding: 10px;
border-radius: 4px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
width: 500px;
margin: auto;
margin-bottom: 1em;
}
</style>
<title>HNS Timeline</title>
</head>
<body>
<h1>Year in review</h1>
<ul>
<li>February 14th, 2020:<br>The first batch of Handshake names were released</li>
<br>
<li>March 20th, 2020:<br>NextDNS announces it resolves Handshake names</li>
<br>
<li>March 26th, 2020:<br>About Page goes Live!</li>
<br>
<li>May 6th, 2020:<br>The Namebase Marketplace launched</li>
<br>
<li>May 27th, 2020:<br>HNS.to was first created</li>
<br>
<li>May 29th, 2020:<br>The first 2 Handshake TLD registries (.JS and .TXT) were launched</li>
<br>
<li>June 15th, 2020:<br>Vercel supports Handshake</li>
<br>
<li>July 2nd, 2020:<br>Marketplace Search option and Marketplace filtering is live!</li>
<br>
<li>July 14th, 2020:<br>Namesake Domains launched</li>
<br>
<li>July 15th, 2020:<br>101domain supports Handshake</li>
<br>
<li>July 19th, 2020:<br>First domain added to Parking.Sinpapeles. TX, Block#24668.</li>
<br>
<li>August 3rd, 2020:<br>Sia adopts Handshake</li>
<br>
<li>August 18, 2020:<br>Name Gifting is now live!</li>
<br>
<li>August 26th, 2020:<br>LinkFrame was the Grand Prize winner for the Own the Internet hackathon</li>
<br>
<li>August 28th, 2020:<br>Resolve was a runner up winnder for the Own the Internet hackathon</li>
<br>
<li>September 6th, 2020:<br>The Shake released their first weekly recap</li>
<br>
<li>September 22nd, 2020:<br>Namebase redirects went live</li>
<br>
<li>September 25th, 2020:<br>HNSD v1 was released</li>
<br>
<li>October 10th, 2020:<br>Handshake Development Fund was launched</li>
<br>
<li>October 30th, 2020:<br>Make an Offer was launched in the Namebase Marketplace</li>
<br>
<li>October 31st, 2020:<br>Handshake was the #1 Product of the Day on Product Hunt</li>
<br>
<li>November 3rd, 2020:<br>Niami Handshake Domains rating website launched</li>
<br>
<li>November 13th, 2020:<br>Uniswap got on Handshake</li>
<br>
<li>November 15th, 2020:<br>App.Sinpapeles launched</li>
<br>
<li>November 23rd, 2020:<br>Skyinclude announced their legacy domains porting service</li>
<br>
<li>December 8th, 2020:<br>Handshake was added as a section to the "Alternative DNS root" Wikipedia page</li>
<br>
<li>December 14th, 2020:<br>Nomad was launched</li>
<br>
<li>December 16th, 2020:<br>dLinks launched</li>
<br>
<li>December 18th, 2020:<br>Impervious Inc was created to focus on Handshake development</li>
<br>
<li>December 19th, 2020:<br>Sinpapeles profile builder released</li>
<br>
<li>January 15th, 2021:<br>handshake.mercenary/ launched</li>
<br>
<li>January 22nd, 2021:<br>Handshake use case showcase was launched on Namebase</li>
<br>
<li>February 1st, 2021:<br>Namer Stories launch</li>
<br>
<li>February 2nd, 2021:<br>Namebase marketplace brokered the sale of the .nft domain for $84,000 USD!</li>
<br>
<li>February 3rd, 2021:<br>Durendil's Watchtower/broadcaster goes live</li>
</ul>
</body>
</html>