-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteams.html
More file actions
120 lines (92 loc) · 5.02 KB
/
teams.html
File metadata and controls
120 lines (92 loc) · 5.02 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<title>Zamp Engineering Handbook</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="All things Engg @ Zamp!">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Plugins CSS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.2/styles/atom-one-dark.min.css">
<link rel="stylesheet" href="assets/plugins/simplelightbox/simple-lightbox.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="docs-page">
<header class="header fixed-top">
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Zamp
Engineering<span class="text-alt"> Handbook</span></span></a></div>
</div>
<!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item" style="padding-top: 10px"><a href="https://github.com/Zampfi"><i
class="fab fa-github fa-fw"></i></a></li>
</ul>
<!--//social-list-->
</div>
<!--//docs-top-utilities-->
</div>
<!--//container-->
</div>
<!--//branding-->
</header>
<!--//header-->
<div class="docs-wrapper">
<article class="docs-article" id="section-1">
<header class="docs-header">
<h1 class="docs-heading">Engineering Teams at Zamp</h1>
<section class="docs-intro">
<p>At Zamp, we have four core pillars which keeps holds up the entire organisation. We are super
lean in nature and we have organised ourselves into two different teams. These two teams are
fully equipped to ship end to end requirements. The responsibility of the four pillars of Zamp
are distributed amongst these two teams.</p>
</section>
<!--//docs-intro-->
</header>
<section class="docs-section" id="item-1-1">
<h2 class="section-heading">Team Sirius</h2>
<p>Team Sirius has two broad responsibilities - accounts management and pay - ins. This team also takes
care of any sort of UI/UX platformisation that needs to be done for our core platform, dashboards or
frontend SDKs.</p>
</section>
<section class="docs-section" id="item-1-2">
<h2 class="section-heading">Team Roma</h2>
<p>Team Roma has shoulders the responsibilities for treasury, accounting and payouts. Roma also takes
care of our API infrastructure.</p>
</section>
<!--//section-->
</article>
<footer class="footer">
<div class="footer-bottom text-center py-5">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Living and Breathing Handbook maintained with <span
class="sr-only">love</span><i class="fas fa-heart" style="color: #fb866a;"></i> by <a
class="theme-link" href="https://www.zamp.finance/team" target="_blank">Zamp Engineering
Team</a></small>
</div>
</footer>
</div>
<!--//docs-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Page Specific JS -->
<script src="assets/plugins/smoothscroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/highlight.min.js"></script>
<script src="assets/js/highlight-custom.js"></script>
<script src="assets/plugins/simplelightbox/simple-lightbox.min.js"></script>
<script src="assets/plugins/gumshoe/gumshoe.polyfills.min.js"></script>
<script src="assets/js/docs.js"></script>
</body>
</html>