-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolution.html
51 lines (47 loc) · 1.73 KB
/
solution.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="globals.css" />
<link rel="stylesheet" href="solution.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jomolhari&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f3614db2ad.js" crossorigin="anonymous"></script>
</head>
<body>
<a href="./index.html"><i class="fa-solid fa-arrow-left"></i></a>
<div class="solution">
<div class="cont">
<h1>MANAGEMENT SERVICE</h1><br>
<h3>Connect, Collaborate, Construct: Unite teams, track progress,<br>and co-create in real time.</h3>
</div>
<div class="img1">
</div>
</div>
<div class="solution">
<div class="img2">
</div>
<div class="cont2">
<h1>CONSTRUCT WITH QUALITY </h1><br>
<h3> Advanced imaging tools ensure your vision matches reality. <br>Precision-driven design at every pixel.</h3>
</div>
</div>
<div class="solution">
<div class="cont">
<h1>AI POWERED INSIGHTS </h1><br>
<h3>TeraCraft's AI prowess verifies designs, generates realistic <br>models, and informs decisions</h3>
</div>
<div class="img3">
</div>
</div>
<div class="solution">
<div class="img4">
</div>
<div class="cont2">
<h1>RESOURCE MANAGEMENT</h1><br>
<h3>Empowering resource allocation, task assignment, and <br>progress assessment. Optimize resources for unparalleled project efficiency..</h3>
</div>
</div>
</body>
</html>