awacke1 commited on
Commit
f6af306
Β·
1 Parent(s): f00eda7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -28
index.html CHANGED
@@ -49,34 +49,23 @@ journey
49
  </div>
50
 
51
  <div class="mermaid">
52
- sequenceDiagram
53
- participant web as Web Browser
54
- participant blog as Blog Service
55
- participant account as Account Service
56
- participant mail as Mail Service
57
- participant db as Storage
58
-
59
- Note over web,db: The user must be logged in to submit blog posts
60
- web->>+account: Logs in using credentials
61
- account->>db: Query stored accounts
62
- db->>account: Respond with query result
63
-
64
- alt Credentials not found
65
- account->>web: Invalid credentials
66
- else Credentials found
67
- account->>-web: Successfully logged in
68
-
69
- Note over web,db: When the user is authenticated, they can now submit new posts
70
- web->>+blog: Submit new post
71
- blog->>db: Store post data
72
-
73
- par Notifications
74
- blog--)mail: Send mail to blog subscribers
75
- blog--)db: Store in-site notifications
76
- and Response
77
- blog-->>-web: Successfully posted
78
- end
79
- end
80
  </div>
81
 
82
  <div class="mermaid">
 
49
  </div>
50
 
51
  <div class="mermaid">
52
+ mindmap
53
+ root((mindmap))
54
+ Origins
55
+ Long history
56
+ ::icon(fa fa-book)
57
+ Popularisation
58
+ British popular psychology author Tony Buzan
59
+ Research
60
+ On effectiveness<br/>and features
61
+ On Automatic creation
62
+ Uses
63
+ Creative techniques
64
+ Strategic planning
65
+ Argument mapping
66
+ Tools
67
+ Pen and paper
68
+ Mermaid
 
 
 
 
 
 
 
 
 
 
 
69
  </div>
70
 
71
  <div class="mermaid">