-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
41 lines (41 loc) · 1.79 KB
/
test.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
<!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="test.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<div class="use-case-container">
<div class="use-case-item">
<div class="use-case-title">
<p>Platform Transition</p>
<span class="material-symbols-outlined"> compare_arrows</span>
</div>
<div class="use-case-description">
<p>Easily migrate your codebase from one programming language to another, ensuring seamless platform transition and reducing development time.</p>
</div>
</div>
<div class="use-case-item">
<div class="use-case-title">
<p>Multilingual Collaboration</p>
<span class="material-symbols-outlined">groups</span>
</div>
<div class="use-case-description">
<p>Facilitate collaboration among developers who prefer different programming languages by translating code, enabling a more inclusive and productive team environment</p>
</div>
</div>
<div class="use-case-item">
<div class="use-case-title">
<p>Code Reusability</p>
<span class="material-symbols-outlined">cycle</span>
</div>
<div class="use-case-description">
<p>Maximize code reuse by translating existing code into different languages for various projects, ensuring consistency and saving time on development.</p>
</div>
</div>
</div>
</body>
</html>