-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
76 lines (69 loc) · 2.82 KB
/
about.html
File metadata and controls
76 lines (69 loc) · 2.82 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>XUX | About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, inital-scale=1">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="navbar-script.js"></script>
</head>
<body style="margin-bottom: 80px;">
<div class="xuxcontainer">
<img class="xuxlogo" src="./images/xuxlogo3.png" alt="home">
</div>
<div id="navbar-placeholder" class="container-2"></div>
<div class="igcontainer">
<a href="https://instagram.com/xux.eth?igshid=OTk0YzhjMDVlZA==" style="text-decoration: none" target="_blank">
<span class="iglogo"><img class="iglogo" src="./images/iglogo.png" alt="instagram xux link"></span>
</a>
</div>
<main>
<div class="container-5">
<p class="pagetitle">About Us</p>
</div>
<div class="container-1">
<div id="box-1" style="display: block;">
<div class="servicescontainer">
<div>
</div>
<div style="width: 60%; font-family: Arial; padding: 20px;">
<div>
<h1 style="padding-right: 20px;">
How XUX got started
</h1>
<hr>
<p style="padding-left: 20px;">
Motion Graphics and design services have been our passion since 2016,
when a group of friends and I started creating banners and logos for YouTube
creators. As we expanded our clientele, we ventured into using software like
Cinema 4D and Blender to craft mesmerizing motion graphics for intros and outros.
This soon led us to offer professional editing services using Adobe After Effects
and Encoder, solidifying our expertise in delivering captivating visual experiences.
</p>
</div>
</div>
</div>
<hr>
<div class="servicescontainer">
<div style="width: 60%; font-family: Arial; padding: 20px;">
<div>
<h1 style="padding-right: 20px;">
Where is XUX now?
</h1>
<hr>
<p style="padding-left: 20px;">
We continue to undertake commissions
for various clients, ranging from web3
projects to personal accounts.
Despite the emergence of AI, we remain dedicated to
providing high-quality graphics for our clients, ensuring
their visual needs are met with creativity and precision.
</p>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>