Skip to content

Commit def2fbc

Browse files
committed
Build the markup and start celebrating
Build the basic markup and start celebrating. Signed-off-by: Emanuele Feliziani <[email protected]>
1 parent f3599a0 commit def2fbc

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,26 @@
3030
</header>
3131

3232
<div class="animation-container">
33-
33+
<div class="congratulation-container">
34+
<div class="celebration-container">
35+
<div class="bubble-container bubble-container--left" data-bubble-quantity="8"></div>
36+
<div class="bubble-container bubble-container--right" data-bubble-quantity="8" data-bubble-align="right"></div>
37+
<div class="vertically-center celebration-message">
38+
<h2>Congratulations!</h1>
39+
<h3>Woooo! You scored a sign-up. Keep going strong.</h2>
40+
<button class="btn btn-orange btn-big modal-button--show-next">Confirm</button>
41+
<a href="#">Ops, sorry. I got it wrong. Undo.</a>
42+
</div>
43+
</div>
44+
</div>
3445
</div>
3546

3647
<small>Insert description text here.</small>
3748
<script src="http://duplii.github.io/duplii-bubble/public/animation-min.js"></script>
49+
<script>
50+
window.addEventListener('load', function() {
51+
celebrate();
52+
});
53+
</script>
3854
</body>
3955
</html>

0 commit comments

Comments
 (0)