-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
65 lines (62 loc) · 2.33 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agape Bloom</title>
<link rel="stylesheet" href="/styles.css">
<script src="/./scripts/uva.js" defer></script>
</head>
<body>
<my-header></my-header>
<div class="container">
<div class="intro">
<div class="intro-text">
<h2>Agape Bloom (AB) is a Louisiana-based development and application consultancy that helps companies adapt with and leverage technology in a rapidly changing ecosystem.</h2>
<h3>AB Partners are software and data science developers and researchers in industry and academia.</h3>
</div>
</div>
<div class="difference">
<div class="difference-text">
<h3>What makes us different?</h3>
<p>Our success is based on a practitioner-led approach, allowing us to understand and tackle out clients' challenges with our own skin in the game.</p>
<p>We are successful by providing pragmatic and tailored solutions, rapidly.</p>
<p>Our team enables our mission: To empower our clients to leverage technology to accelerate growth and improve workflow.</p>
</div>
<img src="" alt="Image">
</div>
<div class="values">
<div class="values-text">
<h3>Our Values</h3>
<p>Our values steer us in a direction that allows us to deliver optimial results via rapid development and iteration.</p>
</div>
<div class="values-list">
<div class="value-one">
<h4>Practitioner-led, Client First</h4>
</div>
<div class="value-two">
<h4>Integrity</h4>
</div>
<div class="value-three">
<h4>Skin in the Game</h4>
<p>We are selective with the clients and work we take on, because we believe in relationships.</p>
</div>
<div class="value-four">
<h4>We solve problems</h4>
<div id="uva-rankings">
<p>UVA Programming Problem Sovled Stats:</p>
<div id="uva-stats"></div>
</div>
</div>
</div>
</div>
<div class="learn-more">
<div class="learn-more-text">
<h3>Learn more about AB solutions can serve your needs.</h3>
</div>
</div>
</div>
<my-footer></my-footer>
<script src="/scripts/script.js"></script>
</body>
</html>