-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (107 loc) · 4 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
127
128
129
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head>
<script src="https://getbootstrap.com/docs/5.3/assets/js/color-modes.js"></script>
<script src="js/htmlGenV2.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.118.2">
<title>Graphical Island</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.3/examples/jumbotron/">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">
<link href="https://getbootstrap.com/docs/5.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/qav2rvh.css">
<link rel="stylesheet" href="https://disneyanimation.com/css/plyr_13aaff6179.css">
<link rel="stylesheet" href="https://disneyanimation.com/css/styles_fd80f893c9.css">
<style>
.zoom {
transition: transform .2s;
}
.zoom:hover {
-ms-transform: scale(1.05);
/* IE 9 */
-webkit-transform: scale(1.05);
/* Safari 3-8 */
transform: scale(1.05);
/* Add the blur effect */
-webkit-filter: grayscale(80%);
/* Safari 6.0 - 9.0 */
filter: grayscale(80%);
}
.frame {
background-image: -webkit-linear-gradient(left,
rgb(255, 255, 255) 0%,
rgb(255, 255, 255) 65%,
rgba(0, 0, 0, 0) 100%),
url(picture/background-image.png);
-webkit-mask-image: -webkit-linear-gradient(left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
mask-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.h-static {
height: 300px !important;
}
.link-box figcaption.hover-white::before {
background: linear-gradient(0deg,rgba(255, 255, 255, 0.95) 0,rgba(255, 255, 255,.95) 90%,rgba(240,185,58,0) 100%);
}
.link-box figcaption::before {
width: 200%;
height: 210%;
content: '';
position: absolute;
bottom: 0%!important;
left: -100%!important;
background: #272727;
transform: scaleX(0);
transform-origin: bottom;
-webkit-transition: all .6s;
transition: all .6s
}
.link-box:focus-within displayer,.link-box:hover displayer {
height: auto;
opacity: 1;
visibility: visible;
color: #272727
}
.link-box:focus-within .btn-display-box,.link-box:hover .btn-display-box{
visibility: visible;
}
.btn-display-box{
visibility: collapse;
}
</style>
</head>
<body onload="generate()">
<main class="bg-white">
<div class="container bg-white">
<div class="p-2 bg-body-primary">
<!-- MAIN PICTURE -->
<div class="p-5 mb-4rounded-1 frame">
<div class="container-fluid py-5 ">
<h1 class="display-5 fw-bold text-dark">Paper and Demo</h1>
<p class="col-md-8 fs-4 text-dark">This web page is under construction but will reference project, demo and paper that
I worked on over the years.</p>
</div>
</div>
<div>
<!-- TODO SELECTOR -->
<hr />
<!-- PAPER SOFTWARE AND DEMO -->
<div id="generator">
</div>
</div>
<footer class="pt-3 mt-4 text-body-secondary border-top">
© Maximilien Nowak - 2023
</footer>
</div>
</main>
<script src="https://getbootstrap.com/docs/5.3/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="https://counter.websiteout.com/js/36/0/0/0"></script>
<script src="https://disneyanimation.com/js/gsap.min_1c807ee90e.js"></script>
<script src="https://disneyanimation.com/js/ScrollTrigger.min_7b199850b1.js"></script>
<script src="https://disneyanimation.com/js/plyr.min_2ccc0d1509.js"></script>
<script src="https://disneyanimation.com/js/animations_88f5432ab7.js"></script>
<script src="https://disneyanimation.com/js/main_8e0f292816.js"></script>
</body>
</html>