-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
212 lines (199 loc) · 8.01 KB
/
index.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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Carlos Fco. Villaseñor A. - Softwae Engineer / Photographer</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body>
<!-- Header -->
<header id="header">
<div class="intro">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-8">
<div class="intro-text">
<h1>Carlos Villaseñor</h1>
<p>Softwae Engineer / Photographer </p>
<a href="#proyects" class="btn btn-custom btn-lg page-scroll">Proyects</a>
<a href="#portfolio" class="btn btn-custom btn-lg page-scroll">Portfolio</a>
<a href="#contact" class="btn btn-custom btn-lg page-scroll">About Me</a> </div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Proyects Section -->
<div id="proyects">
<div class="container">
<div class="section-title">
<h2>Proyects</h2>
</div>
<div class="categories">
<ul class="cat2">
<li>
<ol class="type">
<li><a href="#" data-filter="*" class="active">All</a></li>
<li><a href="#" data-filter=".app">Play Store</a></li>
<li><a href="#" data-filter=".web">Web</a></li>
<li><a href="#" data-filter=".others">Others</a></li>
</ol>
</li>
</ul>
</div>
<div class="row">
<div class="portfolio-items2">
<div class="col-sm-4 col-md-5 web">
<div class="portfolio-item2">
<h3>Introducction</h3>
<iframe width="448" height="252" src="https://www.youtube.com/embed/GQTMXdsRuPM" frameborder="0" allowfullscreen></iframe>
<p>Some of the proyects and tecnologies that i have been working with.</p>
</div>
</div>
<div class="col-sm-4 col-md-5 app">
<div class="portfolio-item2">
<h3>Asteroids</h3>
<iframe width="448" height="252" src="https://www.youtube.com/embed/AQlGGCx6nwI" frameborder="0" allowfullscreen></iframe>
<p>This is a game for google VR where the main objective is to save a grup of planets from the incoming asteroids.</p>
</div>
</div>
</div>
</div>
<!-- Portfolio Section -->
<div id="portfolio">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
</div>
<div class="categories">
<ul class="cat">
<li>
<ol class="type">
<li><a href="#" data-filter="*" class="active">All</a></li>
<li><a href="#" data-filter=".ballet">Ballet</a></li>
<li><a href="#" data-filter=".pinup">Pin Up</a></li>
<li><a href="#" data-filter=".adipiscing">Adipiscing Elit</a></li>
</ol>
</li>
</ul>
</div>
<div class="row">
<div class="portfolio-items">
<?php
$dir = glob("img/portfolio2/ballet/{*.JPG}",GLOB_BRACE );
foreach ($dir as $value)
{
?>
<div class="col-sm-6 col-md-4 ballet">
<div class="portfolio-item">
<div class="hover-bg"> <a href="<?php echo $value; ?>" title="<?php echo $value; ?>" data-lightbox-gallery="gallery1">
<div class="hover-text">
<div class="overlay-caption">
<div class="overlay-content">
<h4>Ballet</h4>
</div>
</div>
</div>
<img src="<?php echo $value; ?>" class="img-responsive" alt="<?php echo $value; ?>"> </a>
</div>
</div>
</div>
<?php
}
?>
<?php
$dir = glob("img/portfolio2/pinup/{*.JPG}",GLOB_BRACE );
foreach ($dir as $value)
{
?>
<div class="col-sm-6 col-md-4 pinup">
<div class="portfolio-item">
<div class="hover-bg"> <a href="<?php echo $value; ?>" title="<?php echo $value; ?>" data-lightbox-gallery="gallery1">
<div class="hover-text">
<div class="overlay-caption">
<div class="overlay-content">
<h4>Pin Up</h4>
</div>
</div>
</div>
<img src="<?php echo $value; ?>" class="img-responsive" alt="<?php echo $value; ?>"> </a>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact">
<div class="container">
<h2>About Me</h2>
<div class="col-md-6">
<div class="section-title">
<div class="row"> <img src="img/about.jpg" class="img-responsive pull-left" alt="">
<p>I am a graduate student fron ESCOM IPN from México city, i am pasionate of tecnology algays looking for new knowledge.</p>
<p>I started with photography in colage as a hobby and selflern de basis then enter to couses to espanf my potencial, i love to share the beauty of life thru my photos.</p>
<div class="social">
<ul>
<li><a href="https://www.facebook.com/carlosfrancisco.villasenoraltamirano"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/sanson_04"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/sanson_04/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.pinterest.com.mx/carlosfva_1990/"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1">
<div class="section-title">
<p>For inquiries or collaborations please contact me by email at <strong>[email protected]</strong></p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>© 2018 Carlos Francisco Villaseñor Altamirano All rights reserved. logo designed based on Freepik work. </p>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/nivo-lightbox.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>