-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfloat-devcycle.html
31 lines (28 loc) · 1.53 KB
/
float-devcycle.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
<div id='devcycle'><!--DevCycle Diagram-->
<span class='button'> Support </span>
<div class='popup pos1'>
<div> Analysis </div>
<svg height="10" width="50">
<!-- <path d="M0 50 L40 0 L65 0 Z" /> <!-- arrow from the original-->
Sorry, your browser does not support inline SVG.
</svg>
</div>
<div class='popup pos2'>
<div> Design </div>
<svg height="10" width="50">
Sorry, your browser does not support inline SVG.
</svg>
</div>
<div class='popup pos3'>
<div> Test </div>
<svg height="10" width="50">
Sorry, your browser does not support inline SVG.
</svg>
</div>
<div class='popup pos4'>
<div> Implement </div>
<svg height="10" width="50">
Sorry, your browser does not support inline SVG.
</svg>
</div>
</div>