-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (69 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Short Tree.js website</title>
<style>
body{
margin: 0;
overflow: hidden;
}
canvas{
position: absolute;
top: 0px;
left: 0px;
}
</style>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'><link rel="stylesheet" href="../3dSite/style.css">
<meta name="description" content="Technical Director TX, création d'effets visuels, modélisation 3D et de jeux vidéo.">
</head>
<body>
<!-- partial:index.partial.html -->
<!--<header class="cd-header">-->
<!-- <div class="header-wrapper">-->
<!-- <div class="logo-wrap">-->
<!-- <a href="#" class="hover-target">-->
<!-- <svg width="60" height="60" viewBox="0 0 100 100"-->
<!-- xmlns="http://www.w3.org/2000/svg"-->
<!-- xmlns:xlink="http://www.w3.org/1999/xlink">-->
<!-- <image xlink:href="assets/img/av_logo.svg" x="0" y="0" height="100" width="100" />-->
<!-- </svg>-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="nav-but-wrap">-->
<!-- <div class="menu-icon hover-target">-->
<!-- <span class="menu-icon__line menu-icon__line-left"></span>-->
<!-- <span class="menu-icon__line"></span>-->
<!-- <span class="menu-icon__line menu-icon__line-right"></span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</header>-->
<!--<div class="nav">-->
<!-- <div class="nav__content">-->
<!-- <ul class="nav__list">-->
<!-- <li class="nav__list-item active-nav"><a href="#" class="hover-target">home</a></li>-->
<!-- <li class="nav__list-item"><a href="#" class="hover-target">studio</a></li>-->
<!-- <li class="nav__list-item"><a href="#" class="hover-target">news</a></li>-->
<!-- <li class="nav__list-item"><a href="#" class="hover-target">contact</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</div>-->
<!--<div class="section full-height over-hide">-->
<!-- <div class="switch-wrap">-->
<!-- <h1>Technical Director FX</h1>-->
<!-- <h3>Ce site est en cours de reconstruction...</h3>-->
<!-- </div>-->
<!--</div>-->
<!--<div class='cursor' id="cursor"></div>-->
<!--<div class='cursor2' id="cursor2"></div>-->
<!--<div class='cursor3' id="cursor3"></div>-->
<!-- Link to page
================================================== -->
<!--<a href="https://front.codes/" class="link-to-portfolio hover-target" target=”_blank”></a>-->
<!-- partial -->
<script type="module" src="main.js"></script>
<!--<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script><script src="./script.js"></script>-->
<!--<script type="module" src="main.js"></script>-->
</body>
</html>