-
Notifications
You must be signed in to change notification settings - Fork 0
/
xv-atelier.html
98 lines (86 loc) · 2.94 KB
/
xv-atelier.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Goldman">
<!-- css files -->
<link rel="stylesheet" href="./CSS/regional.css">
<link rel="stylesheet" href="./CSS/project-desktop.css">
<link rel="stylesheet" href="./CSS/project-tablet.css">
<link rel="stylesheet" href="./CSS/project-mobile.css">
<!-- javascript files -->
<script defer src="./JS/script.js"></script>
<title>XV-Atelier</title>
</head>
<body>
<button class="navButton flex align-center">
Navigation
</button>
<h4>
<nav class="navBar flex align-center justify-center column">
<a class="menuLink" href="#">Motion</a>
<a class="menuLink" href="#">Web development</a>
<a class="menuLink" href="#">UI/UX design</a>
<a class="menuLink" href="#">Graphics</a>
</nav>
</h4>
<div class="projectTitle">
<h4>XV-Atelier</h4>
</div>
<div class="projectContainer flex row">
<div class="projectDescription flex column">
<div class="textBox">
<p>
This project contains 3D motion graphics and content for
XV-Atelier’s upcoming launch of their Collection 1.0.
<br><br>
The costumer wanted the graphics to be inspired of the material, have the same color scheme as their look book and to have a futuristic vibe.
<br><br>
List of tools<br>
<strong>
Cinema 4D <br>
Premiere Pro <br>
After Effects <br>
</strong>
</p>
<br>
<a href="https://www.xv-atelier.com/">Watch the collection site here.</a>
</div>
<div class="imageOne">
<video controls>
<source src="./Video/XV-DIGITALA-FILMER/XV-HUMANITY.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="imageTwo">
<img src="./Images/Internet.png" alt="">
</div>
</div>
<div class="projectContainer flex row">
<div class="imageThree">
<video controls>
<source src="./Video/XV-DIGITALA-FILMER/XV-INTERNET.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="projectContainer flex row">
<div class="imageFour">
<video controls>
<source src="./Video/XV-DIGITALA-FILMER/XV-VIRTUAL.mp4" type="video/mp4">
</video>
</div>
<div class="imageFive">
<video controls>
<source src="./Video/XV-DIGITALA-FILMER/XV-INTEGRATE.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="backButton">
<a href="./index.html"><h4 class="flex justify-center">
Back
</h4></a>
</div>
</body>