-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
executable file
·80 lines (68 loc) · 3.33 KB
/
signup.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
<!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">
<meta name="description" content="MetaDisk provides developers and IT teams with high performance, durable object storage.">
<meta name="keywords" content="metadisk, meta disk, storj, storj labs, decentralized storage, object storage, decentralized, cloud, storage, secure, private, encrypted">
<title>MetaDisk - The Most Secure Cloud Storage</title>
<meta property="og:title" content="MetaDisk - The Most Secure Cloud Storage"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="img/metadisk.png" />
<meta property="og:description" content="MetaDisk provides developers and IT teams with high performance, durable object storage."/>
<link rel="shortcut icon" href="img/favicon//favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon//favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/favicon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="js/modernizr.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="signup">
<section>
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-3 col-md-8 col-md-push-2 col-xs-12 text-center">
<div class="row text-center">
<a href="index.html">
<img src="img/logo-blue.svg" alt="MetaDisk" class="logo">
</a>
</div>
<div class="row">
<div class="col-sm-12">
<div class="content">
<h1 class="title text-center">Sign Up</h1>
<input type="text" name="name" placeholder="Full Name">
<input type="email" name="email" placeholder="Email Address">
<input type="password" name="password" placeholder="Password">
<a href="" class="btn btn-block btn-green">Sign Up</a>
<div class="checkbox">
<label><input type="checkbox"> I Agree to <a href="">MetaDisk Terms</a></label>
</div>
</div>
<p>Already have an account? <a href="login.html" class="login">Log In</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49085346-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>