-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (188 loc) · 10.6 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172737442-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172737442-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>3sName - The Fastest Startup Business Name Generator</title>
<meta name="description" content="Tired of brainstorming good business names? 3sName gives you the best names in 3s. Try Now!">
<meta name="google-site-verification" content="JTBgaYUBZcDPD9dET5bBQHcr0Q0bByuC2bbYZqEqnPE" />
<meta property="og:url" content="https://3sname.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="3s Name" />
<meta property="og:description" content="Generate the best startup business names in 3s" />
<meta property="og:image" content="https://3sname.com/images/fb-share-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@BennyyChan">
<meta name="twitter:creator" content="@BennyyChan">
<meta name="twitter:title" content="3s Name">
<meta name="twitter:description" content="Generate the best startup business names in 3s">
<meta name="twitter:image" content="https://3sname.com/images/fb-share-image.png">
<link rel="shortcut icon" href="./images/favicon2.png" type="image/x-icon">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<script src="https://kit.fontawesome.com/7d3931b5de.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap" rel="stylesheet">
<!-- Bulma Version 0.8.2-->
<link rel="stylesheet" type="text/css" href="./css/hero.css">
<link rel="stylesheet" href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3220445178645677" crossorigin="anonymous"></script>
</head>
<body>
<div id="app">
<section class="hero is-info is-medium bg-img">
<div class="hero-head">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item is-size-4 logo-font" href="./">
<!-- <img src="http://bulma.io/images/bulma-type-white.png" alt="Logo"> -->
3s Name
</a>
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<div class="tabs is-right">
<ul>
<li class="is-active"><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<!-- <span class="navbar-item"> -->
<!-- <a class="button is-white is-outlined" href="https://github.com/BulmaTemplates/bulma-templates/blob/master/templates/hero.html"> -->
<!-- <span class="icon"> -->
<!-- <i class="fa fa-github"></i> -->
<!-- </span> -->
<!-- <span title="Hello from the other side">View Source</span> -->
<!-- </a> -->
<!-- </span> -->
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">
Get the Best Startup Names in 3 seconds
</h1>
<h2 class="subtitle">
Tired of finding suitable names and matching with available domains? 3sName helps you find the best names with common rules.
</h2>
<div class="field">
<div class="control has-icons-right">
<input v-focus v-model="keyword" @keyup.enter="findName" class="input is-large" type="text" placeholder="Input 1 word, hit Enter"/>
<!-- or 2 words separated by space -->
<span class="icon is-right" style="pointer-events: auto;" @click="findName">
<i class="fa fa-search"></i>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="box cta"> -->
<!-- <p class="has-text-centered"> -->
<!-- <span class="tag is-primary">New</span> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. -->
<!-- </p> -->
<!-- </div> -->
<section class="container cards-container" v-if="showResult">
<div class="tabs is-toggle is-centered main-menu" id="nav">
<ul>
<li data-target="pane-1" id="1" :class="{'is-active': isSelected('search')}">
<a @click="toggleResult('search')">
<span class="icon is-small"><i class="fa fa-search" aria-hidden="true"></i></span>
<span>Result</span>
</a>
</li>
<li data-target="pane-2" id="2" :class="{'is-active': isSelected('bookmark')}">
<a @click="toggleResult('bookmark')">
<span class="icon is-small"><i class="fa fa-star" aria-hidden="true"></i></span>
<span>Bookmark</span>
</a>
</li>
</ul>
</div>
<div class="is-centered table-container">
<table class="table center is-hoverable">
<thead>
<tr>
<th>#</th>
<th>Domain</th>
<th>Available?</th>
<!-- <th>Standard Price?</th> -->
<th>Price (1st year)</th>
<th v-if="type == 'search'">Save</th>
<th v-else>Remove</th>
</tr>
</thead>
<tbody v-if="type == 'search'">
<template v-for="result in results">
<tr>
<th colspan="6">{{result.rule}}
<i class="far fa-plus-square" title="Show All Names" @click="showAllNames" v-if="toggleAllNames"></i>
<i class="far fa-minus-square" title="Hide Not Available Names" @click="hideUsedNames" v-if="!toggleAllNames"></i>
</th>
</tr>
<tr v-for="(ruleResult, index) in result.ruleResults" :key="ruleResult.domain"
v-if="ruleResult.isShow">
<th>{{index + 1}}</th>
<td><a :href="'https://namecheap.pxf.io/c/2230440/386170/5618?u=https%3A%2F%2Fwww.namecheap.com%2Fdomains%2Fregistration%2Fresults.aspx%3Fdomain%3D' + ruleResult.domain" target="_blank" title="Click to Buy Domain">{{ruleResult.domain}}</a></td>
<td>{{ruleResult.isAvailable}}</td>
<!-- <td>{{ruleResult.isStandardName}}</td> -->
<td>{{ruleResult.price | dollar}}</td>
<td>
<span class="icon is-small" :class="{ 'has-text-warning': ruleResult.isBookmarked}">
<i class="fa fa-star" aria-hidden="true" @click="saveResult(ruleResult)"></i>
</span>
</td>
</tr>
</template>
</tbody>
<tbody v-else>
<tr v-for="(result, index) in results" :key="result.domain">
<th>{{index + 1}}</th>
<td><a :href="'https://namecheap.pxf.io/c/2230440/386170/5618?u=https%3A%2F%2Fwww.namecheap.com%2Fdomains%2Fregistration%2Fresults.aspx%3Fdomain%3D' + result.domain" target="_blank">{{result.domain}}</a></td>
<td>{{result.isAvailable}}</td>
<!-- <td>{{result.isStandardName}}</td> -->
<td>{{result.price | dollar}}</td>
<td>
<span class="icon is-small" :class="{ 'has-text-warning': result.isBookmarked}">
<i class="fa fa-star" aria-hidden="true" @click="removeResult(result.domain, index)"></i>
</span></td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
<footer class="footer">
<div class="content has-text-centered">
<a href="https://www.producthunt.com/posts/3sname?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-3sname" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=217696&theme=light" alt="3sName - Get the Best Startup Names in 3s | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>
<p>
<strong>3sName Startup Business Name Generator</strong> is made by <a href="https://twitter.com/BennyyChan">Benny Chan</a>. <br/>The links are affiliated with domain companies. If you purchase a domain via the link, I will earn a commission to sustain the site with no harm to you.
</p>
</div>
</footer>
<!-- <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> --> <!-- Vue Dev version -->
<script src="./js/saasNameApp.js?v=0.22"></script>
</body>
</html>