-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
169 lines (139 loc) · 7.41 KB
/
contact.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
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
<!DOCTYPE html><!--
--><html lang="en">
<head>
<meta charset="utf-8">
<title>christophercaburog.github.io</title>
<!-- Your Styles
================================================== -->
<link href="css/style.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="js/twitter/jtwt.css" />
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="img/icons/apple-touch-icon.html">
<link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-touch-icon-72x72.html">
<link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-touch-icon-114x114.html">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="css/font-awesome-ie7.css">
<![endif]-->
<!-- styles for IE -->
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/ie.css" type="text/css" media="screen"/>
<![endif]-->
<!--[if IE 7 ]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<div id="main_container">
<!--Begin header-->
<header>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="content_menu wrap">
<div class="box span2 offset0 color_one resume">
<h1><a href="index.html">Chistopher R. Caburog</a></h1>
<p>
Web Developer/Mobile Developer<br>
</p>
<div class="resume_button btn-sample btn-large">
<a href="index.html"><i class="icon-white icon-download"></i> Home</a>
</div>
</div>
<!-------------content menu---------------------------->
<nav class="navbar span3">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</nav>
<!--End begin header-->
<!--Begin content main-->
<section id="content" class="contact">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="wrap">
<div class="content_main span12">
<h2 class="sub_title"> Contact Page<span class="little_title"> - Contact Me</span></h2>
<div class="content_map row-fluid">
<iframe width="100%" height="272" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3860.099864780059!2d121.05322929999997!3d14.650272199999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397b70d989a449f%3A0x5fcf3832780cd275!2sOld+Capitol+Site%2C+Diliman%2C+Quezon+City%2C+Metro+Manila!5e0!3m2!1sen!2sph!4v1431639463463" width="600" height="450" frameborder="0" style="border:0"></iframe>
</div>
<div class="content_address alignright span2">
<h5>Information</h5>
<ul>
<li><span class="text_contact">Address: </span>Quezon City</li>
<li><span class="text_contact">Phone: </span>(+63) 909-xxxx-xxx</li>
<li><span class="text_contact">E-mail: </span>[email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End begin content main-->
<!--Begin footer-->
<footer>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="wrap">
<div class="content_footer span12">
<hr>
<div class="span2">
2020 Christopher Caburog
</div>
<div class="span3 offset0">
<ul class="social-circled">
<li class="color_ten social">
<a class="icon-gplus-circled" href="#googleplus"></a>
</li>
<!--li class=" color_ten social ">
<a class="icon-pinterest-circled" href="#googleplus"></a>
</li-->
<li class="color_ten social ">
<a class="icon-twitter-circled" href="#googleplus"></a>
</li>
<li class="color_ten social ">
<a class="icon-linkedin-circled " href="#googleplus"></a>
</li>
<li class="color_ten social ">
<a class="icon-facebook-circled" href="#googleplus"></a>
</li>
<!--li class="color_ten social ">
<a class="icon-skype-circled" href="#googleplus"></a>
</li-->
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--End begin footer-->
</div>
<!-- ======================= JQuery libs =========================== -->
<!-- Always latest version of jQuery-->
<script src="js/jquery-1.7.1.js"></script>
<!--<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>-->
<!-- Bootstrap.js-->
<script src="js/bootstrap.js"></script>
<!--fUNCTIONS-->
<script src="js/js.js" type="text/javascript"></script>
<script type="text/javascript" src="js/twitter/jquery.jtwt.js"></script>
<script src="js/filter/quiksand.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-func.js"></script>
<!-- ======================= End JQuery libs =========================== -->
</body>
</html>