-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
103 lines (97 loc) · 4.42 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
<!DOCTYPE html>
<html>
<head>
<title>Ideazy - Community sourced ideas from r/AppIdeas</title>
<link href="bounce.css" rel="stylesheet" type="text/css" />
<link href="extras.css" rel="stylesheet" type="text/css" />
</head>
<body style="overflow:hidden;">
<nav>
<div class="left" style="text-align: center">
<div class="logo" style="background:#90ca99;user-select: none" onclick="window.location.hash = '#TOP'">
<h3>✨</h3>
</div>
<h3 class="">Ideazy</h3>
<span style="font-size: 12pt;position: absolute;top:60px;left: 0px;text-align: center; width:100vw !important; max-width: none;font-family: 'Clash Grotesk Medium';">Community sourced App ideas from r/AppIdeas</span>
</div>
<div class="buttons">
</div>
</nav>
<div id="home" class="main" style="height:100vh; overflow: scroll;overflow-x: hidden">
<h1 style="text-align: center;"><br>Let's find your next app idea!</h1>
<button class="cyan" style="text-align: center;align-self: center" onclick="window.location.hash='#idea';getIdea()">Let's go!</button>
<br> <br> <br> <br> <br> <br>
<p>
<h3>What's so special about Ideazy?</h3>
Ideazy is a unique way to find new and exciting app ideas, and to talk with the person who made the idea. Ideazy skips all posts that fit any of the following criteria:
<ul>
<li>Dating app</li>
<li>People asking for feedback on existing apps</li>
<li>Is already built (download links, "i built" found in text, asking for testers, etc)</li>
<li>Omegle alternatives (we don't need another one...)</li>
<li>Asking for something (eg app ideas)</li>
<li>People looking for a dev (not the best info)</li>
<li>Posts with polls (these are more or less "expreimental" so to speak)</li>
</ul>
</p>
</div>
<div id="idea" class="main" style="height:100vh;overflow: scroll;overflow-x: hidden"><br> <br> <br> <br> <br> <br>
<a class="cyan" style="text-align: center;align-self: center" href="#top">Back home</a>
<h1 style="text-align: center;" id="ptitle">Loading your idea...</h1>
<div id="critUnmatch" hidden>
<h4>Why did this not meet the criteria?</h4>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Dating App</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Asking for feedback</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Already built</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Omegle alternative</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Asking for something</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Looking for dev</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Has a poll</p>
</label>
<label class="checkbox-container cyan">
<input type="checkbox" disabled="">
<checkmark></checkmark>
<p>Asking for tester</p>
</label>
</div>
<button class="purple" style="text-align: center;align-self: center" id="rollAgain">Roll again!</button>
<br> <br> <br> <br> <br> <br>
<a href="" id="post" style="width:100%">
<h4 id="title">Title</h4>
<p id="body">
I am a body
</p>
</div>
<br> <br> <br> <br> <br>
</div>
<script src="script.js">
</script>
</body>
</html>