-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (142 loc) · 6.24 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
<html>
<head>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26876200-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title> Syntext - Make a name for your new idea! </title>
<meta name="description" content="Have a great idea but don't know how to brand it? Use syntext to generate cool names for your new startup, established business, or cool idea!">
<meta name="keywords" content="free, company, random, company name generator, random company name generator, synonym, synonyms, generate, generator, name, names, namer, mash, masher, create, creater, word, words, title, name masher, namemasher, name generator, namegenerator, name creator, namecreator, word masher, wordmasher, worder generator, wordgenerator, word creator, wordcreator, synonym generator, synonymgenerator, synonym masher, synonymmasher, synonym creator, synonymcreator, startup, startup name, startup namer, startup creator">
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="header">
<div id="header-inner">
<a href="/" class="main-link">Syntext</a>
</div>
</div>
<div id="content">
<div id="content-left">
<div id="div0">
<div class="word">
<input type="text" id ="word0" class = "input"/>
</div>
</div>
<div id="div1">
<div class="word">
<input type="text" id="word1" class = "input"/>
</div>
</div>
<div id="div2">
<div class="word">
<input type="text" id="word2" class = "input"/>
</div>
</div>
<div id="instructions">
Find a creative name for your website or idea!
</div>
<div id="output">
<div id="names0" class="names">
</div>
<div id="names1" class="names">
</div>
<div id="names2" class="names">
</div>
</div>
<div id="domains">
</div>
<div id="domain-info">
</div>
<div id="ads">
<div id="ads-inner">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6197324364284717";
/* Syntext Ad Subdued */
google_ad_slot = "4774018292";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
</div>
<div id="content-right">
<div id="step-one" class="step">
<span class="steptitle">
Step One
</span>
</div>
<div id="i-one" class="stepinstructions">
Give us three words related to your idea.
<span class="button" onclick="getSynonym()">
Generate Synonyms!
</span>
</div>
<div id="step-two" class="step">
<span class="steptitle">
Step Two
</span>
</div>
<div id="i-two" class="stepinstructions">
<span id="button0" class="button" onclick="getSynonym()">
Generate Synonyms!
</span>
If you don't like the synonyms, click on a group to generate new ones. Once you're satisfied, click mash words.
<span class="button" onclick="makeNames()">
Mash Words!
</span>
</div>
<div id="step-three" class="step">
<span class="steptitle">
Step Three
</span>
</div>
<div id="i-three" class="stepinstructions">
<span id="button1" class="button" onclick="getSynonym()">
Generate Synonyms!
</span>
<span id="button2" class="button" onclick="makeNames()">
Mash Words!
</span>
Click on a name to see related domain names. If you want to generate more, click mash words again.
</div>
<div id="step-four" class="step">
<span class="steptitle">
Step Four
</span>
</div>
<div id="i-four" class="stepinstructions">
<span id="button3" class="button" onclick="getSynonym()">
Generate Synonyms!
</span>
<span id="button4" class="button" onclick="makeNames()">
Mash Words!
</span>
Click on a domain name to see if it is available!
</div>
</div>
</div>
<div id="footer">
<div id="footer-inner">
<a href="https://syntext.org" class="links">Home</a> |
<a href="about.html" class="links">About</a> |
<a href="contact.html" class="links">Contact</a>
<span id="twitter">
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Check this out!" data-count="horizontal" data-via="https://twitter.com/#!/Syntext1">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
</span>
</div>
</div>
</body>
</html>