-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 1.57 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cards</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="head">
<h1 class="F200">Reliable, efficient delivery</h1>
<h1 class="F400">Powered by Technology</h1>
<p class="head-p" >Our Artificial Intelligence powered tools use millions of project data <br> points
to ensure that your project is successful
</p>
</div>
<div class="page">
<div class="supervisor card">
<div class="text">
<h2>Supervisor</h2>
<p>Monitors activity to identify project roadblocks</p>
</div>
<img src="/images/icon-supervisor.png" alt="">
</div>
<div class="stack">
<div class="team-Builder card ">
<div class="text">
<h2>Team Builder</h2>
<p>Scans our talent network to create the optimal team for your project</p>
</div>
<img src="/images/icon-team-builder.png" alt="">
</div>
<div class="karma card">
<div class="text">
<h2>Karma</h2>
<p>Regularly evaluates our talent to ensure quality</p>
</div>
<img src="/images/icon-karma.png" alt="">
</div>
</div>
<div class="calculator card">
<div class="text">
<h2>Calculator</h2>
<p>Uses data from past projects to provide better delivery estimates</p>
</div>
<img src="/images/icon-calculator.png" alt="">
</div>
</div>
</body>
</html>