-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsubmitdweb.html
134 lines (131 loc) · 6.18 KB
/
submitdweb.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<title>Portal Network | Submit a ÐWEB</title>
<meta name="description" content="Portal Network Submit a ÐWEB">
<meta name="author" content="Portal Network">
<meta name="keywords" content="Portal Network Submit a ÐWEB" />
<meta property="og:title" content="Portal Network Submit a ÐWEB" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Portal Network Submit a ÐWEB" />
<meta property="og:url" content="https://www.portal.network/submitdweb.html" />
<meta property="og:image" content="./assets/meta_share.png" />
<meta property="og:image:url" content="./assets/meta_share.png" />
<link rel="shortcut icon" type="image/x-icon" href="./assets/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.16/vue.js"></script>
<style>
[v-cloak] {
display: none;
}
</style>
</head>
<body>
<div id="submitdweb" :class="{active: isMenuOpen}" v-cloak>
<a class="menu_btn" @click="toggleMenuFn">
<span></span>
</a>
<div class="header">
<h1 class="logo"><a href="./index.html"><img src="images/logo/logo_b.png" alt=""></a></h1>
<nav>
<ul class="menu">
<li>
<a @click="gaSeedPageView('blog')" href="blog.html" target="_blank">Blog</a>
</li>
<li>
<a @click="gaSeedPageView('document')" href="./document.html" target="_blank">Documentation</a>
</li>
<li>
<a @click="gaSeedPageView('showcase')" href="https://search.portal.network/" target="_blank">Showcase</a>
</li>
<li>
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
</li>
</ul>
</nav>
</div>
<div class="main">
<div class="text_box">
<h2>What is DWeb ? (Decentralized website)</h2>
<p>One of the most significant characteristics for a DWeb is that there is no central server hosting the website, meaning there is no central authority that can shut down the website, except for its owner.</p>
</div>
<div class="form_box">
<div class="content">
<h3>Submit a ÐWEB</h3>
<p>Fill in this form in order to build a ÐWEB and be on our showcase.</p>
</div>
<ul>
<li class="row">
<label class="label">Website Name</label>
<input type="text" class="input" v-model.trim="name" />
</li>
<li class="row">
<label for="email" class="label">Email</label>
<input type="text" :class="['input', {invalid: emailError}]" v-model.trim="email" />
<p class="warning" v-if="email.length > 0 && emailError">Incorrect Email.</p>
</li>
<li class="row">
<label for="hash" class="label">IPFS Hash*</label>
<input type="text" class="input" maxlength="46" v-model.trim="hash"/>
<p class="warning" v-if="hash.length > 0 && hashError">Incorrect IPFS Hash.</p>
<p class="warning" v-if="hash.length === 0 && hashRequiredError">Required field.</p>
</li>
<li class="row">
<label for="domain" class="label">Domain Name*</label>
<input type="text" class="input" v-model.trim="domain"/>
<p class="warning" v-if="domain.length === 0 && domainRequiredError">Required field.</p>
</li>
<li class="row">
<div class="tag_box">
<label class="label">Tag*</label>
<div class="md_tag">
<input type="radio" id="dapp" class="custom_radio" value="dapp" v-model="tag">
<label for="dapp"><span></span>ÐApp</label>
</div>
<div class="md_tag">
<input type="radio" id="aboutme" class="custom_radio" value="aboutme" v-model="tag">
<label for="aboutme"><span></span>About me</label>
</div>
<div class="md_tag">
<input type="radio" id="hackathon" class="custom_radio" value="hackathon" v-model="tag">
<label for="hackathon"><span></span>Hackathon</label>
</div>
<div class="md_tag">
<input type="radio" id="rise" class="custom_radio" value="rise" v-model="tag">
<label for="rise"><span></span>Rise</label>
</div>
<div class="md_tag">
<input type="radio" id="otherdweb" class="custom_radio" value="otherdweb" v-model="tag">
<label for="otherdweb"><span></span>Other ÐWeb</label>
</div>
<p class="warning" v-if="tag.length === 0 && tagRequiredError">Required field.</p>
</div>
</li>
<li class="row">
<label for="description" class="label">Description</label>
<textarea class="textarea" v-model.trim="description"></textarea>
</li>
</ul>
<button type="button" class="submit" @click="validator">Submit</button>
</div>
</div>
<div class="footer">
<ul>
<li><a href="./privacy_policy.html" target="_blank">Privacy & Policy</a></li>
<li><a href="./terms_coditions.html" target="_blank">Terms of use</a></li>
</ul>
<p class="copyRight">© 2018 PORTAL.NETWORK</p>
</div>
</div>
<script type="text/javascript" src="./js/vendor.js?f92db54f&f92db54f1d7daa2af217"></script><script type="text/javascript" src="./js/submitdweb.js?f92db54f&f92db54f1d7daa2af217"></script></body>
</html>