-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.44 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="main">
<h2 class="head">Reliable, efficient delivery</h2>
<h2 class="head2">Powered by Technology</h2>
<p class="our">Our Artifical Intelligence powered tools use millions of project data <span>points to ensure that your project is successful</span></p>
<div class="divs">
<div class="super">
<h3>Supervisor</h3>
<p>Monitors activity to identify project <br> roadblocks</p>
<img src="img/search.jpeg" alt="search" />
</div>
<div class="combine">
<div class="team">
<h3>Team Builder</h3>
<p>Scan our talent network to create the <br> optimal team for your project.</p>
<img src="img/house.jpeg" alt="house" />
</div>
<div class="karma">
<h3>Karma</h3>
<p>Regularly evaluates our talent to ensure <br> quality</p>
<img src="img/karma.svg" alt="light" />
</div>
</div>
<div class="calculator">
<h3>Calculator</h3>
<p>Uses data from past projects to provide <br> better delivery estimates</p>
<img src="img/calculator.svg" alt="tel" />
</div>
</div>
</div>
</body>
</html>