-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdragonAge.html
57 lines (53 loc) · 2.78 KB
/
dragonAge.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Project - Dragon Age: The Veilguard </title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script defer src="js/fontawesome/js/all.js"></script>
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- <script src="header.js"></script> -->
<!-- Page Content-->
<section class="py-5">
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center mb-5">
<h1 class="fw-bolder">Dragon Age: The Veilguard</h1>
<p class="lead fw-normal text-muted mb-0"> Dragon Age: The Veilguard, the new 2024 member of one of the most known sagas in the industry. </p>
</div>
</div>
</div>
<div class="row gx-5">
<video class="col-12" controls> <source src="assets/projects/dragonAge.mp4" type="video/mp4"></video>
</div>
<br/>
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center mb-5">
<p class="lead fw-normal text-muted">
As part of the Localization Engineering team, we work on every single UI part of the game, ensuring that everything is rendered correclty in every supported language. This task means understanding the proprietary technology and engine of each studio and also knowing how to navigate in huge and complex code bases.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<script src="footer.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>