-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
78 lines (72 loc) · 2.83 KB
/
services.html
File metadata and controls
78 lines (72 loc) · 2.83 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
77
78
<!DOCTYPE html>
<html>
<head>
<title>XUX | Services</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: 90px;">
<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">Services</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;">
Motion Graphics
</h1>
<hr>
<p style="padding-left: 20px;">
Whether you need a 2D or 3D logo animated
or abstract shapes and designs animated,
we have you covered. We are capable of
creating motion graphics in up to 60fps
and 4k resolution, formatted and compressed
for any digital requirements.
</p>
</div>
</div>
</div>
<hr>
<div class="servicescontainer">
<div style="width: 60%; font-family: Arial; padding: 20px;">
<div>
<h1 style="padding-right: 20px;">
Logo and Banner Designs
</h1>
<hr>
<p style="padding-left: 20px;">
Our logo and banner design services are
tailored to create a visual identity that
truly represents your brand's essence.
From eye-catching logos that convey your
unique story to captivating banners that
command attention, our expert designers
blend creativity and strategy to deliver
designs that leave a lasting impression on
your audience.
</p>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>