-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (40 loc) · 2.98 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
<!DOCTYPE html>
<html>
<head>
<title>german.fernandez.images</title>
<!--intro
My name is German Fernandez Cantos and this is my portfolio of art and design. I have worked in the publishing industry,mainly doing information graphics. But also I am an illustrator.-->
<!--here comes search meta tags-->
<meta http-equiv="last-modified" content="Thu, 11 May 2020 19:11:42 GMT" />
<meta name="description" content="Illustration, Infographics and other works from this peruvian designer/ Ilustraciones, infografias y otros trabajos de este disenador peruano."/>
<meta name="keywords" content="Illustration, Infographics, Information graphics, Information design, design, art, artist, draughtsman, concept art, Painting, drawing, Infografia, Arte, Fine arts,contemporary art, contemporary design, peruvian artist, latin-american artist, identity, self-expression, information design dubai,illustration dubai, gefercan, first peruvian artist in Dubai, dibujo, pintura, pintura contemporanea, arte contemporaneo, infografia, arte, art, concept, idea, expression, gefercan, videoart, videoimage, dibujo, bocetti, acrylic painting, peru, visual thinking, visual art,peru art, creation, creator"/>
<meta name="author" content="German Fernandez, gefercan"/>
<meta name="google-site-verification" content="F8ZTKypgy-ve7R95tlZAPDmxZfq387WAxpbbTDucTlY" />
<meta name="copyright" content="© 2000-2020 german fernandez" />
<meta charset="utf-8">
<!--here comes og tags for social media-->
<meta property="og:title" content="german fernandez cantos, portfolio">
<meta property="og:site_name" content="german-fernandez.com">
<meta property="og:description" content="Illustration, infographics and design//ilustración, infografía y diseño">
<meta property="og:url" content="http://www.german-fernandez.com">
<meta property="og:image" content="http://www.german-fernandez.com/images/fondo_elephant_1073.jpg">
<meta name="twitter:title" content="German Fernandez Cantos, portfolio ">
<meta name="twitter:description" content=" Illustration, infographics and design// ilustración, infografía y diseño">
<meta name="twitter:image" content="http://www.german-fernandez.com/images/fondo_elephant_1073.jpg">
<meta name="twitter:card" content="summary_large_image">
<!--here setting responsive design-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--here comes the links for responsive css-->
<link rel="stylesheet" media="(min-width: 1700px)" href="css/gefercan_landscape.css" type="text/css">
<link rel="stylesheet" media="(max-width: 1699px)" href="css/gefercan_max_680.css" type="text/css">
<link rel="stylesheet" media="(max-width: 1200px)" href="css/gefercan_min_680.css" type="text/css">
<link rel="stylesheet" media="(max-width: 680px)" href="css/gefercan_portrait.css" type="text/css">
</head>
<!--finish head-->
<body>
<div id="container" alt="welcome">
</div>
<!------------------------------------------>
<!------------------------------------------>
</body>
</html>