-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (68 loc) · 3.51 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
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LC4YW1EEH8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LC4YW1EEH8');
</script>
<meta name="google-site-verification" content="m4tmIevZP2wEG7NXEKS_x89Kw-7TkT755XAN8hs7HFw" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Dotino: The Startup Idea Generator</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:300,700' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://winsonluk.com/style.css" rel="stylesheet">
<style>
.generate {
margin-left: 18%;
width: 200px;
height: 30px;
background-image: linear-gradient(#eee, #99ee99);
border: none;
border-radius: 1em;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #666;
cursor: pointer;
border: 2px solid lightgray;
}
.generate:hover {
background-image: linear-gradient(#33aa33, #99ee99);
border: 2px solid gray;
color: #777;
}
</style>
</head>
<body style="width:330px;margin-left:auto;margin-right:auto;"><br/>
<div style="width: 100%;">
<hr style="top: 37px; left: 0; color: #ffb347;"/>
<div style="text-align: center; background-color: white; margin: 0 auto; width: 320px;">Dotino: The Startup Idea Generator (formerly Recuria)</div><br/>
</div>
<i>About</i><br/>
With artificial intelligence trained on real startup pitches and conversations with entrepreneurs, Dotino creates surprisingly plausible random startup ideas. Each idea is uniquely crafted by our AI, so click below to start generating free startup ideas! This fake startup generator is courtesy of Elon Musk's OpenAI initiative.<br><br>
<button class="generate" onclick="window.location.href = 'generate.html';">Generate a startup</button>
<br>
<br>
<br>
<i>Links</i><br/>
<div style="max-width: 350px; position:relative">
<a href="https://github.com/winsonluk/Recuria/blob/master/README.md" style="float: left; border-right-width: 10px;">Abstract</a>
<hr style="top: 9%; color: #92A8D1"/>
<a href="https://github.com/winsonluk/Recuria/blob/master/README.md" style="float: right; border-left-width: 10px;">README</a><br/>
<a href="https://github.com/winsonluk/Recuria" style="float: left; clear:both; border-right-width: 10px;">Github</a>
<hr style="top: 38%; color: #92A8D1"/>
<a href="https://github.com/winsonluk/Recuria" style="float: right; border-left-width: 10px;">Source code</a><br/>
<a href="https://tiffzhang.com/startup" style="float: left; clear:both; border-right-width: 10px;">Frontend creds</a>
<hr style="top: 68%; color: #92A8D1"/>
<a href="https://tiffzhang.com/startup" style="float: right; border-left-width: 10px;">Tiffany Zhang</a><br/>
<a href="https://winsonluk.com" style="float: left; clear:both; border-right-width: 10px;">About me</a>
<hr style="top: 99%; color: #92A8D1;"/>
<a href="https://winsonluk.com" style="float: right; border-left-width: 10px;">winsonluk.com</a><br/>
</div>
</body>
</html>