-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (106 loc) · 4.24 KB
/
index.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<title>Ollie Barbieri</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
</head>
<body>
<!-- Nav Bar -->
<nav class="nav-bar">
<a class="menu-button" href="#" aria-label="menu">
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256">
<path d="M223.68,66.15,135.68,18h0a15.88,15.88,0,0,0-15.36,0l-88,48.17a16,16,0,0,0-8.32,14v95.64a16,16,0,0,0,8.32,14l88,48.17a15.88,15.88,0,0,0,15.36,0l88-48.17a16,16,0,0,0,8.32-14V80.18A16,16,0,0,0,223.68,66.15ZM128,32h0l80.34,44L128,120,47.66,76ZM40,90l80,43.78v85.79L40,175.82Zm96,129.57V133.82L216,90v85.78Z"></path>
</svg> -->
WORK
</a>
<p>OLLIE BARBERI</p>
<a href="./pages/contact.html">Contact</a>
</nav>
<!-- main -->
<div class="hero-section centre">
<!-- <img src="assets/images/derek_4k.jpg" alt="hero images"> -->
<video width="100%" autoplay muted loop>
<source src="https://media.githubusercontent.com/media/olliebarbs/olliebarbs.github.io/master/assets/video/derekhero.mp4" type="video/mp4">
</video>
</div>
<!-- https://media.githubusercontent.com/media/_Username_/_Project_/_Branch_/_Path_to_file_ -->
<div class="main-grid">
<div class="headline-section">
<h2 class="headline">I'm Ollie; a 3D artist, technical artist, generalist, animator and Blender evangelist.</h2>
</div>
<ul class="gallery-grid">
<!-- HMAI -->
<li class="gallery-cell">
<a href="./pages/help-my-ai.html">
<img src="assets/images/derek_4k.jpg" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">Zendesk: Help My AI</h3>
</a>
</li>
<!-- Sweep -->
<li class="gallery-cell ">
<a href="./pages/sweep.html">
<img src="assets/images/sweep-hero.png" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">Sweep: Carbon Track</h3>
</a>
</li>
<!-- BYL -->
<li class="gallery-cell">
<a href="./pages/build-your-legend.html">
<img src="assets/images/bil-case-study-10_2x.webp" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">Google: Build Your Legend</h3>
</a>
</li>
<!-- Mytheresa -->
<li class="gallery-cell">
<a href="./pages/mytheresa-ar.html">
<img src="assets/images/mt-shoes-triple.webp" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">Mytheresa X Louboutin</h3>
</a>
</li>
<!-- Youtube Delivery -->
<li class="gallery-cell">
<a href="./pages/youtube-delivery.html">
<img src="assets/images/process_hero_image_youtube_delive-900x566.webp" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">YouTube Delivery Korea</h3>
</a>
</li>
<!-- Museum -->
<li class="gallery-cell">
<a href="./pages/museum-of-annoying-experiences.html">
<img src="assets/images/Zendesk-Case-Study-01_header.jpg" alt="Gallery image 1" class="gallery-img">
<h3 class= "cell-title">Zendesk: Museum of Annoying Experiences</h3>
</a>
</li>
<li class="gallery-cell">
<a href="./pages/planet-her.html">
<img src="assets/images/dojahero_image.jpg" alt="Gallery image 1" class="gallery-img">
<h3 class="cell-title">Doja Cat: Planet Her</h3>
</a>
</li>
<!--
<li class="gallery-cell">
<a href="./pages/youtube-delivery.html">
<img src="assets/images/process_hero_image_youtube_delive-900x566.webp" alt="Gallery image 1" class="gallery-img">
<h3>YouTube Delivery Korea</h3>
</a>
</li> -->
<!-- <li class="gallery-cell">
<a href="./pages/museum-of-annoying-experiences.html">
<img src="assets/images/Zendesk-Case-Study-01_header.jpg" alt="Gallery image 1" class="gallery-img">
<h3></h3>
</a>
</li> -->
</ul>
</div>
<!-- Footer -->
<footer>
<div class="foot">
<p>Site by me | <script>document.write( new Date().getFullYear() );</script> | <a href="mailto:[email protected]" class="footer-mailto">[email protected]</a></p>
</div>
</footer>
</body>
</html>