-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial2.html
31 lines (28 loc) · 986 Bytes
/
tutorial2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tutorial tips</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/tutorial.css">
</head>
<body class="animated fadeIn">
<div class="bs-tooltip-tutorial bs-bg-lightbox">
<div class="bs-tooltip-box bs-create-stake-holder-tooltip animated bounceIn">
<div class="bs-caret-left"></div>
<div class="bs-tooltip-header">
<h1>Create your stakeholder</h1>
</div>
<div class="bs-tooltip-description">
<p>Here, you can profile the users you want to
contextualize your experience for. </p>
</div>
<div class="bs-tooltip-image-animation bs-create-stakeholder-bg">
<div class="bs-bg-stakeholder animated bounceInDown"></div>
</div>
</div>
</div>
<div class="bs-pux-background ">
</div>
</body>
</html>