-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (118 loc) · 5.52 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
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Marco Tiberio</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript">
<!--
if (screen.width <= 1235) {
document.location = "https://tiberiomarco.cargocollective.com/";
}
//-->
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68149932-4', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<body>
<img src="images/cartonato.png" id="cartonato">
<!-- <section class="header"> --> <!-- HEADER -->
<!-- <div id="text1">I HAVE SUPERPOWERS</div>
<div id="text2">IMMOREFUGEE, MY MOST KNOWN PROJECT UP TO NOW</div>
<div id="text3">I SPEAK WEIRD LANGUAGES, LIKE TURKISH AND ARMENIAN</div>
<div id="text4">I AM A FAST LEARNER AND I LIKE TO GET MY HANDS DIRTY</div>
<div id="text5">I AM MULTITASKING AND I LIKE TO WORK ON PROJECTS MIXING DIFFERENT TECHNIQUES</div>
<div id="text6">MR. PARR CHOSE MY BOOK AMONG THE BEST OF 2017</div>
<div id="text7">I USE PHOTOGRAPHY AS MY MAIN MEDIUM OF EXPRESSION</div>
<div id="text8">RAISED IN A BUDDHIST FAMILY IN A VERY CATHOLIC COUNTRY</div>
<div id="text9">I LIVED IN TUNISIA IN A TUNISIAN FAMILY WHEN I WAS 17</div>
<div id="text10">I JUST OPENED MY FIRST SOLO EXHIBITION</div>
<div id="text11">INSTAGRAM ME</div>
<div id="text12">EMAIL ME</div>
<div id="text13">I HAVE SOME PICTURES ON SALE. MAKE ME RICH!!!</div>
<div id="text14">ENLARGE MAGAZINE, MY LAST PUBLICATION</div> -->
<!-- </section> --> <!-- HEADER -->
<div class="container"> <!-- BODY -->
<img src="images/angrytibo.png" id="draggable1">
<a href="https://work.tiberiomar.com/IMMOREFUGEE" target="_blank"><img src="images/billboard.png" id="draggable2"></a>
<img src="images/capptu.png" id="draggable3">
<img src="images/learner.png" id="draggable4">
<a href="https://tiberiomarco.cargo.site/" target="_blank"><img src="images/multitask.png" id="draggable5"></a>
<a href="https://www.facebook.com/defrostudio/photos/rpp.912393558882343/1290114054443623/?type=3&theater" target="_blank"><img src="images/parrshirt.png" id="draggable6"></a>
<a href="https://work.tiberiomar.com" target="_blank"><img src="images/photographer.png" id="draggable7"></a>
<img src="images/sumo.png" id="draggable8">
<img src="images/tunisia.png" id="draggable9">
<a href="https://work.tiberiomar.com/IMMOREFUGEE-THE-AGENCY" target="_blank"><img src="images/exhibition.png" id="draggable10"></a>
<a href="https://www.saatchiart.com/marcotiberio" target="_blank"><img src="images/sales.png" id="draggable13"></a>
<a href="https://tiberiomarco.cargo.site/Enlarge-Magazine" target="_blank"><img src="images/enlarge.png" id="draggable14" style="display:none;></a>
<a href="https://www.instagram.com/tiberiomrc/" target="_blank"><img src="images/insta.png" id="draggable11"></a>
<br>
<a href="mailto: tiberiomrc@gmail.com" target="_blank"><img src="images/email.png" id="draggable12"></a>
</div> <!-- BODY -->
<script>
alert("👔 HI, THIS IS ME MARCO! HERE YOU CAN DRESS ME AND KNOW MORE ABOUT WHAT I DO! SORRY NO UNDRESSING. WANT TO JUMP TO MY WORK WITHOUT DRESSING ME? JUST CLICK ON THE FISHERMAN VEST 🎣")
$("#draggable1").hover( function() { $("#text1").toggle(); } );
$("#draggable2").hover( function() { $("#text2").toggle(); } );
$("#draggable3").hover( function() { $("#text3").toggle(); } );
$("#draggable4").hover( function() { $("#text4").toggle(); } );
$("#draggable5").hover( function() { $("#text5").toggle(); } );
$("#draggable6").hover( function() { $("#text6").toggle(); } );
$("#draggable7").hover( function() { $("#text7").toggle(); } );
$("#draggable8").hover( function() { $("#text8").toggle(); } );
$("#draggable9").hover( function() { $("#text9").toggle(); } );
$("#draggable10").hover( function() { $("#text10").toggle(); } );
$("#draggable11").hover( function() { $("#text11").toggle(); } );
$("#draggable12").hover( function() { $("#text12").toggle(); } );
$("#draggable13").hover( function() { $("#text13").toggle(); } );
$("#draggable14").hover( function() { $("#text14").toggle(); } );
$( function() {
$( "#draggable1" ).draggable();
} );
$( function() {
$( "#draggable2" ).draggable();
} );
$( function() {
$( "#draggable3" ).draggable();
} );
$( function() {
$( "#draggable4" ).draggable();
} );
$( function() {
$( "#draggable5" ).draggable();
} );
$( function() {
$( "#draggable6" ).draggable();
} );
$( function() {
$( "#draggable7" ).draggable();
} )
$( function() {
$( "#draggable8" ).draggable();
} );
$( function() {
$( "#draggable9" ).draggable();
} );
$( function() {
$( "#draggable10" ).draggable();
} );
$( function() {
$( "#draggable13" ).draggable();
} );
$( function() {
$( "#draggable14" ).draggable();
} );
</script>
</body>
</html>