-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
72 lines (66 loc) · 2.73 KB
/
story.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<link rel="stylesheet" href="terminal.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="terminal">
<div class="container">
<div class="terminal-nav" style="margin-bottom: 20px;">
<header class="terminal-logo">
<div class="logo terminal-prompt"><a href="manager.html" class="">Mundi Cookie Cleaner </a></div>
</header>
<nav class="terminal-menu">
<ul>
<li><a href="story.html" class="menu-item"><span>BTS</span></a></li>
<li><a href="https://github.com/burlienterprises/mundi-cookie-cleaner"
class="menu-item" target="_blank" rel="noopener"><span>Source</span></a>
</li>
</ul>
</nav>
</div>
<p>Mundi has experienced a lot in his life.<br>Here's the journey of Mundi.</p>
<section>
<header><h2 id="Timeline">Timeline</h2></header>
<div class="terminal-timeline">
<div class="terminal-card">
<header>Sept. 2016</header>
<div>
A group of young and innovative students decide to build a world-changing tennis robot.
The birth of Mundi 1.0.
</div>
</div>
<div class="terminal-card">
<header>July 2017</header>
<div>
The project fails and endangers the life of Mundi.
As a result, a young turkish brother decides to take him into his home.
Mundi 1.0 will never be seen again.
</div>
</div>
<div class="terminal-card">
<header>Oct 2017</header>
<div>
Mundi is exploited. The students decide to revive Mundi, but force him into living a dreary life as a ReST API in a docker container.
The birth of Mundi 2.0.
</div>
</div>
<div class="terminal-card">
<header>June 2018</header>
<div>
The docker container gets deleted.
Mundi 2.0 dies, but his soul is free.
</div>
</div>
<div class="terminal-card">
<header>July 2021</header>
<div>
One of the students decides to give Mundi another chance in life - this time as a cookie cleaner.
Welcome to Mundi 3.0.
</div>
</div>
</div>
<br>
</section>
</div>
</body>
</html>