File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,13 @@ const tab = ref("showcase");
27
27
<div class =" container" >
28
28
<div v-show =" tab === 'showcase'" >
29
29
<h2 >Simulating customers placing orders on a website</h2 >
30
+ <div class =" architecture-diagram" ></div >
30
31
<div class =" sections" >
31
32
<div ><ClientEndpoint /></div >
32
33
<div ><SalesEndpoint /></div >
33
34
<div ><BillingEndpoint /></div >
34
35
<div ><ShippingEndpoint /></div >
35
36
</div >
36
- <div style =" padding-top : 2rem " >
37
- <img src =" /src/assets/small-diagram.svg" alt =" Particular Software" />
38
- </div >
39
37
</div >
40
38
<div v-show =" tab === 'tryit'" ><TryItOut /></div >
41
39
<floating-button
@@ -48,6 +46,16 @@ const tab = ref("showcase");
48
46
<style scoped>
49
47
@import " ./assets/tabs.css" ;
50
48
49
+ .architecture-diagram {
50
+ background-image : url (" ./assets/data_flow.png" );
51
+ height : 7.9rem ;
52
+ width : 18rem ;
53
+ position : fixed ;
54
+ background-size : contain ;
55
+ top : 1rem ;
56
+ right : calc (50% - 640px + 7em );
57
+ }
58
+
51
59
.container {
52
60
flex : 1 ;
53
61
overflow : auto ;
You can’t perform that action at this time.
0 commit comments