-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
97 lines (72 loc) · 3.67 KB
/
about.php
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
<!DOCTYPE html>
<html lang="en"><head>
<!--- here goes meta.php -->
<?php include "components/php/meta.php"; ?>
<link rel="icon" href="http://getbootstrap.com/favicon.ico">
<title>Patagonia Images | Quién Soy </title>
<!-- Bootstrap core CSS -->
<link href="grid-template_files/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="grid-template_files/grid.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="grid-template_files/ie-emulation-modes-warning.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="grid-template_files/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
background: url(img/las-huellas-del-invierno.jpg);
background-size: cover;
background-repeat:no-repeatdisplay: compact;
}
<!-- ex-backg {
padding-top: 60px;
padding-bottom: 40px;
background-color: #C2C2C2;
} -->
[class*="col-"] {
background-color: rgba(86, 61, 124, 0.0);
border: 1px solid rgba(86, 61, 124, 0.0);
padding-bottom: 15px;
padding-top: 15px;
}
}
</style>
</style>
</head>
<body id="home">
<!-- { navbar-->
<?php include "components/php/navbar.php"; ?>
<section class="container">
<div class="row">
<div class="col-md-5">
<div id="content">
<figure><IMG class="centeredImage" src="img/foto_quiensoy.jpg" width="376" height="256" alt="" title="foto de autor" />
<figcaption><h6>Tomando fotografías con una cámara de gran formato, en el Parque Nacional Torres del Paine, Chile, 1991</h6></figcaption>
</figure></p>
<h2>Quién Soy</h2>
<p> Soy fotógrafo documentalista, explorador y realizador de televisión de naturaleza, y he dedicado mi vida a la exploración y la documentación en imágenes de la Patagonia.</p>
<p>Me gusta estar en el campo produciendo solo, en contacto intimo y personal con la Naturaleza y al momento de editar, de desarrollar una idea, me gusta aun mas trabajar en equipo. A mi entender, una edición dice mucho mas que una colección de imágenes separadas</p>
<p> Las imágenes que realice en estos 37 años estuvieron desde un principio, pensadas para publicar y por esto he investigado, ideado y sostenido una estructura documental en mis producciones.</p>
<p>Como autor también estoy trabajando activamente en la <a href="http://tierraviva.tv"> Televisión Documental</a> , realizamos las ediciones de video orientados a proyectos educativos y de divulgación de la Naturaleza en multiplataforma y de productos audiovisuales para museos. </p>
<p><a class="btn" href="collections-index.php">Ir a Galerías... »</a></p>
</div>
</div>
</div>
<div class="col-md-7">
</div>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<footer> <!-- /container -->
<?php include "components/php/footer.php"; ?>
</footer> <!-- /container -->