forked from rysolv/rysolv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://rysolv.com" />
<meta charSet="utf-8" />
<meta name="description"
content="No more take home assignments or algorithm tests! Rysolv lets you fast track your way through the hiring process." />
<meta name="language" content="english" />
<meta name="title" content="rysolv" />
<!-- OpenGraph -->
<meta property="og:description" content="Find jobs that match your skills" />
<meta property="og:image" content="https://rysolv.s3.us-east-2.amazonaws.com/rysolv_social_image.png" />
<meta property="og:site_name" content="rysolv" />
<meta property="og:title" content=rysolv />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rysolv.com" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Find jobs that match your skills" />
<meta name="twitter:domain" content="https://rysolv.com" />
<meta name="twitter:image" content="https://rysolv.s3.us-east-2.amazonaws.com/rysolv_social_image.png?1337" />
<meta name="twitter:title" content="rysolv" />
<title>rysolv</title>
</head>
<body style="
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
">
<div style="
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
margin: -50px 0;
">
<h1 style="
color: #007bff;
font-size: 48px;
font-weight: 400;
margin: 0;
">rysolv</h1>
<h2 style="
color: rgba(0,0,0,0.7);
font-size: 25.6px;
font-weight: 300;
padding: 0 16px;
">Fixing the internet. One bug at a time...</h2>
</div>
</body>
</html>