-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIlustration.html
105 lines (100 loc) · 3.5 KB
/
Ilustration.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ilustration</title>
<link
href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap"
rel="stylesheet"
/>
<link href="./reset.css" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />
<!-- <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,400,500,700&display=swap" rel="stylesheet"> -->
<link
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,300,400,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Notable&display=swap"
rel="stylesheet"
/>
<link
href="https://use.fontawesome.com/releases/v5.0.7/css/all.css"
rel="stylesheet"
/>
</head>
<body onload="js_Load()">
<div id="loader">
<h1 class="title"></h1>
</div>
<section id="animation">
<div id="main" class="container">
<div class="c1">
<div id="illustration">
<h2>ANIMATION AND ILUSTRATION</h2>
<hr />
<div class="project-info">
<p class="bold">
Summertime illustrations and animations without commercial
purpose
</p>
</div>
<div class="project-info">
<p></p>
<p>
#<img src="./images/Animacion_Cabalo_Negro.gif" class="horse" />
</p>
</div>
<div class="two-col">
<img
src="./images/graphics_images/theories-icon.png"
class="half-size"
alt=""
/>
<img
style="margin-left: -2vw; transform: rotateZ(-5deg)"
src="./images/graphics_images/poster_roland-min.png"
class="half-size"
alt=""
/>
</div>
<div class="two-col">
<img
src="./images/graphics_images/Poster on Wall_downhill_red.png"
class="half-size"
alt=""
/>
<img
src="./images/graphics_images/Poster_on_Wall_videojuegos_cortos.png"
class="half-size"
alt=""
/>
</div>
<img src="./images/animations/Hello_Anim.gif" alt="" />
<div class="two-col">
<div class="flex-column">
<img src="./images/animations/moire_anim_2.gif" alt="" />
</div>
<div class="flex-column">
<img src="./images/animations/St_Valentin_2017.gif" alt="" />
</div>
</div>
<!-- <h2>Animation</h2> -->
<!-- <hr> -->
<!-- <div class="project-info">
<img src="./images/animations/ishod_720.gif" alt="">
<!-- <img src="./images/animations/piscopo.gif" alt=""> -->
<!-- <img src="./images/animations/DWay.gif" alt=""> -->
<img src="./images/animations/pontus.gif" alt="" />
<img src="./images/animations/mike.gif" alt="" />
<!-- <img src="./images/animations/barbee.gif" alt=""> -->
</div>
</div>
</div>
</section>
<script src="./scripts/load.js"></script>
<script src="./scripts/goto.js"></script>
<script src="scripts/injectMenu.js"></script>
</body>
</html>