-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (170 loc) · 8.28 KB
/
index.html
File metadata and controls
191 lines (170 loc) · 8.28 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!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="Zamp Engineering Handbook">
<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>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<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="page-content">
<div class="container">
<div class="docs-overview py-5">
<div class="row justify-content-center">
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-map-signs"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Introduction</span>
</h5>
<div class="card-text">
This section talks about the values we hold as individuals and as a team at Zamp.
</div>
<a class="card-link-mask" href="introduction.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-people-group"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Teams</span>
</h5>
<div class="card-text">
Teams provides an overview of the current teams and their missions. It also encompasses the philosphies and pillars on which the teams are created.
</div>
<a class="card-link-mask" href="teams.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-box fa-fw"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Technology Stack</span>
</h5>
<div class="card-text">
We all love technology. This section details the current technology stack we use.
</div>
<a class="card-link-mask" href="tech-stack.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-brands fa-git"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">VCS & CI-CD</span>
</h5>
<div class="card-text">
How do we Git and Deploy ? All the details in here.
</div>
<a class="card-link-mask" href="vcs-ci-cd.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-tools"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">The Nitty Gritties</span>
</h5>
<div class="card-text">
The team works very hard to platformise a set of engineering capabilities. It is only best if we use each others hard work and support each other. The section talks about the various platformised approaches we take for a range of topics starting from idempotency, distributed locks to event sourcing.
</div>
<a class="card-link-mask" href="nitty-gritties.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-laptop-code"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Interviews</span>
</h5>
<div class="card-text">
We would like folks interviewing with us to have the best expirience ever!
</div>
<a class="card-link-mask" href="interviews.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder me-2">
<i class="fas fa-solid fa-bolt"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Request for Change</span>
</h5>
<div class="card-text">
RFC is how we roll. You want to have a change to this handbook? Raise a RFC!
</div>
<a class="card-link-mask" href="rfc.html"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
</div><!--//row-->
</div><!--//container-->
</div><!--//container-->
</div><!--//page-content-->
<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>
<!-- 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>