-
Notifications
You must be signed in to change notification settings - Fork 4
/
demo_vosyn_share.html
executable file
·159 lines (145 loc) · 5.76 KB
/
demo_vosyn_share.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106536482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106536482-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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Voiceful - Voice Synthesis Demo</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@voiceful_io">
<meta name="twitter:creator" content="@VoctroLabs">
<meta name="twitter:title" content="Voiceful - Voice Generation Demo">
<meta name="twitter:description" content="Write your own text to generate customized speech or singing with our expressive AI voices">
<meta name="twitter:image" content="https://www.voiceful.io/img/voiceful_claim_play.png">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="fonts/fonts.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:300,600" rel="stylesheet">-->
<!-- Custom styles for this template -->
<link href="css/common.css?v=0.1.3" rel="stylesheet">
<link href="css/demo_common.css" rel="stylesheet">
<link href="css/demo_vosyn.css" rel="stylesheet">
<link href="css/demo_share.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="header" class="container-fluid">
<a href="index.html">
<img class="logo-share" alt="logo" src="img/logo-url.svg">
</a>
<a class="close-demo" href="demos.html">
<span class="close-text">CLOSE</span>
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
</a>
</div>
<div class="center-box">
<div class="container-fluid">
<div id="top-text">
<div class="row step-text">
VOICE GENERATION
</div>
<div class="row">
<h3>Change your</h3>
<h1>words</h1>
</div>
<div class="row">
<p>Write your own text and generate <br>artificial speech or singing.</p>
</div>
</div>
<div id="player" class="row">
<span id="spinner" class="glyphicon glyphicon-refresh spinning" aria-hidden="true"></span>
<a id="play-btn" href="#">
<img id="play-btn-bg" src="img/player-bg.png" alt="player" />
<span id="play-btn-fg" class="glyphicon glyphicon-play" aria-hidden="true"></span>
</a>
</div>
<div id="lyrics">
</div>
<div class="row btns-circle">
<a id='facebook-btn' class="btn-circle">
<div class="btn btn-default btn-lg">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class="btn-circle-text">FACEBOOK</div>
</a>
<a id="twitter-btn" class="btn-circle">
<div class="btn btn-default btn-lg">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="btn-circle-text">TWITTER</div>
</a>
<a id="email-btn" class="btn-circle">
<div class="btn btn-default btn-lg">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-circle-text">EMAIL</div>
</a>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-3">
<img id="footer-logo" src="img/footer_logo.png" srcset="img/footer_logox2.png 2x">
<p>
Voiceful is a product of <strong>Voctro Labs</strong><br>
<strong>
info @ voctrolabs . com<br>
+34 931 412 636<br>
C/ Pujades 74-80 08005<br>
Barcelona<br>
</strong>
</p>
<p><a data-toggle="modal" href="#legal-modal">LEGAL NOTICE</a></p>
<p><a data-toggle="modal" href="#privacy-modal">PRIVACY</a></p>
</div>
<div class="col-xs-12 col-sm-offset-6 col-sm-3 col-lg-offset-7 col-lg-2">
<div id="social">
<h5>FOLLOW US ON</h5>
<a href="https://www.facebook.com/VoctroLabs/" target="_blank">
<img src="img/facebook.png">
</a>
<a href="https://twitter.com/VoctroLabs" target="_blank">
<img src="img/twitter.png">
</a>
<a href="https://www.youtube.com/user/voctrolabs" target="_blank">
<img src="img/youtube.png">
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/vendor/ie10-viewport-bug-workaround.js"></script>
<script src="js/vendor/howler.core.min.js"></script>
<script src="js/vendor/url.min.js"></script>
<script src="js/demo_share.js"></script>
</body>
</html>