-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathauditing.html
50 lines (46 loc) · 1.36 KB
/
auditing.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
---
title: Alogrand Audits
layout: landingpage
---
<!--Header Section-->
<section class="bg-gradient pt-4 pb-6">
<div class="container">
<div class="row" id="header">
<div class="col-12 align-items-center">
<div class="heading-brand"><img class="logo-img" src="media/logo-website.png" /></div>
<a href="https://algobuilder.dev/auditing.html" class="btn btn-secondary svg-icon">
<em class="mr-2" data-feather="cpu"></em>
Auditing
</a>
<a href="https://algobuilder.dev/" class="btn btn-secondary svg-icon">
<em class="mr-2" data-feather="home"></em>
homepage
</a>
</div>
</div>
<div class="row mt-5 first-section">
<div class="col-md-10">
<p>
We are the <b>OG</b> in the Algorand space. We created and consulted many smart
contract used by the community.
</p>
<p>
<script type="text/javascript">
contact = "@";
contact += "algobuilder.dev";
contact = "contact" + contact;
document.write(
'<A href="mailto:' + contact + '">' + "Contact us (" + contact + ")</a>"
);
</script>
if you would like to consult your project, have smart contracts done by professionals,
write automated tests or audit your existing project.
</p>
</div>
<div>
<img src="assets/audit-diagram.png" class="audit-img" />
</div>
</div>
</div>
</section>