-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (54 loc) · 2.95 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Must Blockchain</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/css/style.css" type="text/css" rel="stylesheet">
<!-- Bootstrap links CDN-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.ico">
</head>
<nav class="navbar navbar-expand-lg navbar-light shadow p-4">
<a class="navbar-brand ml-5" href="#"><img alt="logo" src="/assets/img/MustBlockchain.svg" height="120px"></a>
<h2 class="text-section">Welcome to Must Blockchain Knowledge base space</h2>
</nav>
<body>
<br><br>
<section id="products" class="container-fluid">
<div class=" mt-5 text-center">
<h2>Explore by product</h2>
<p class="mt-4">You can use this space to access all of your documentation.</p>
</div>
<section class="row justify-content-center mt-5">
<div class="col-md-4 text-center">
<div class="buttons">
<a href="/MustBlockchain/BusinessArchitecture/index.html#list" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Blockchain</a>
<a href="/MustERP/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must ERP</a>
<a href="/MustExplore/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Explore</a>
<a href="/MustSave/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Save</a>
<a href="/MustCreate/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Create</a>
</div>
</div>
<div class="col-md-4 text-center">
<div class="buttons">
<a href="/MustSecure/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Secure</a>
<a href="/MustDocs/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Docs</a>
<a href="/MustVote/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Vote</a>
<a href="/MustExchange/BusinessArchitecture/index.html#list" class="btn btn-primary btn-products btncolor mt-3 text-white">Must Exchange</a>
<a href="/Proar/TechnicalArchitecture/index.html" class="btn btn-primary btn-products btncolor mt-3 text-white">Proar</a>
</div>
</div>
<!--
<div class="col-md-4 mt-5 img-home">
<img src="/img/undraw_product_iteration_kjok.svg" class="image-slider"
alt="Ilustração de um cubo">
</div>
-->
</section>
</section>
<!-- Dependência jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</body>
</html>