-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (76 loc) · 3.3 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
<!--<!DOCTYPE html>
<!-- head -->
<head>
<meta charset="utf-8">
<meta name="index" content="Sergio Granada-Moreno Portfolio">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title> Sergio Granada-Moreno Portfolio></title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link href="http://sergiogranadamoreno.blogspot.com.co/">
<script src="libraries/p5.js" type="text/javascript"></script>
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="libraries/p5.sound.js" type="text/javascript"></script>
<script src="sketch.js" type="text/javascript"></script>
<style>
/* the body declaration contains the background image link */
body {
background: url("https://i.imgsafe.org/9564ce2787.png");
color: black;
background-size: 100%;
background-position: 10px -75px;
background-repeat: no-repeat;
padding: 0cm 3cm 2cm 5cm;
background-origin: content-box;
background-attachment: scroll;
}
</style>
</head>
<!-- body -->
<body>
<!-- logo -->
<nav><div class="logo">
<a href="index.html"><img src="https://i.imgsafe.org/fd695797d6.png" alt="logo" /></div></nav>
<!-- header -->
<header>
<div class="header-cont">
<h1>imaginary stagings</h1>
<!-- navigation menu -->
<h2>
<nav>
<ul>
<li class="link">
<p><a href="index.html">portfolio</a></p></li>
<li class="link">
<p><a href="cv.html">cv</a></p></li>
<li class="link">
<p><a href="http://sergiogranadamoreno.blogspot.com.co/" target ="_blank">blog</a></p></li>
<li class="link">
<p><a href="about.html">about</a></p></li>
</ul></nav>
</h2></div>
<!-- social media icons <-->
<h3><nav><div id="social-media-icons">
<a href="https://soundcloud.com/sergiogranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6ba5e832.png"/></a>
<a href="https://twitter.com/sgranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6b9eb532.png"/></a>
<a href="https://co.linkedin.com/in/sergiogranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6bc456f7.png"/></a>
</div> </nav>
</h3>
<h4>Sergio Granada-Moreno</h4>
<h5>portfolio:</h5>
</div>
</div>
</header>
<!-- content -->
<content>
<div class="content">
<a href="digital-rainbow.html" class="action-button shadow animate b1">Digital Rainbow (2009)</a>
<a href="landscapes-mixture.html" class="action-button shadow animate b2">Landscapes Mixture (2010)</a>
<a href="litany-for-the-whale.html" class="action-button shadow animate b3">Litany For The Whale (2011-2012)</a>
<a href="the-sound-of-the-wind.html" class="action-button shadow animate b4">The Sound Of The Wind (2015)</a>
<a href="cartagena-music-festival.html" class="action-button shadow animate b5">The Cartagena Music Festival</a></div></content>
<!-- footer -->
<footer>
<p>CONTACT @ Phone: (+57) 3123435415 / [email protected] / @sgranadamoreno / Skype: sgranadamoreno </p>
</footer>
</body>
</html>