-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
244 lines (216 loc) · 8.6 KB
/
index.html
File metadata and controls
244 lines (216 loc) · 8.6 KB
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Contact</title>
<!-- Bootstrap core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin="anonymous">
<style>
#masthead {
background: #fff;
margin: 0 0 30px;
z-index: 99;
color: #fff;
overflow: auto;
border-bottom: 2px solid #ccc;
position: fixed;
width: 100%;
}
body {
background: url('assets/images/vintage-concrete.png');
font-size: 18px;
line-height: 34px;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777
}
.bg-4 {
background-color: #666;
color: #fff;
border-top: 8px solid #4aaaa5;
color: #ccc;
}
.jumbotron {
background: #fff;
border: 1px solid #ddd;
}
#logo {
width: 400px;
height: 90px;
background: #4aaaa5;
float: left;
font-family: 'Georgia', Times, Times New Roman, serif;
text-align: center;
line-height: 90px;
color: #fff;
font-weight: 700;
font-size: 30px;
text-decoration: none;
}
/* For Desktop: */
@media only screen and(max-width: 980px) {}
nav {
float: right;
margin-top: 15px;
margin-bottom: 15px;
}
/* For Table: */
@media only screen and (max-width: 768px) {
.sidebar {
background: #fff;
padding: 30px;
width: 100%;
max-width: 748px;
float: left;
border: 1px solid #ddd;
margin-bottom: 20px;
}
#logo {
width: 768px;
height: 90px;
background: #4aaaa5;
float: left;
font-family: 'Georgia', Times, Times New Roman, serif;
text-align: center;
line-height: 90px;
color: #fff;
font-weight: 700;
font-size: 30px;
}
nav {
float: left;
margin-top: 15px;
margin-bottom: 15px;
max-width: 768px;
}
}
/* For Phone in Landscape */
@media only screen and (max-width: 640px) {
.container {
max-width: 600px;
}
#masthead {
max-width: 600px;
}
.main-section {
max-width: 600px;
}
.sidebar {
background: #fff;
padding: 30px;
width: 100%;
max-width: 600px;
float: left;
border: 1px solid #ddd;
margin-bottom: 20px;
}
#logo {
width: 600px;
height: 90px;
background: #4aaaa5;
float: left;
font-family: 'Georgia', Times, Times New Roman, serif;
text-align: center;
line-height: 90px;
color: #fff;
font-weight: 700;
font-size: 30px;
}
nav {
float: left;
margin-top: 15px;
margin-bottom: 15px;
max-width: 600px;
}
nav a {
color: #999;
text-decoration: none;
margin-left: 75px;
display: inline-block;
border-left: 1px solid #efefef;
padding-left: 15px;
line-height: 18px;
max-width: 600px;
}
}
</style>
</head>
<body>
<header>
<div class="container navbar-default">
<div class="navbar-header">
<a class="vertical-align:middle text-muted" id="logo">Reinaldo Llano, Jr.</a>
</div>
<nav>
<ul class="nav nav-pills pull-right" vertical-aling="center">
<li role="presentation " class="active ">
<a href="index.html ">About</a>
</li>
<li role="presentation ">
<a href="portfolio.html ">Portfolio</a>
</li>
<li role="presentation ">
<a href="contact.html ">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<br>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-6 col-xs-12">
<div class="jumbotron">
<div class="page-header">
<h3>About Me</h3>
</div>
<img class="auth-image" src="assets/images/RL Personal Photo.jpg" class="img-responsive;" alt="Reinaldo Llano personal photo">
<p> A tenacious bi-lingual coder who is passionate about making an impact in the community and considered
a high performer. More than twenty years of corporate experience working in the media and entertainment
industry, including ten years as a team leader. Knowledgeable and skilled at creating, managing,
measuring, and marketing high-impact philanthropic programs. Developed and executed initiatives targeting
Education, Afterschool, and S.T.E.M., including marketing and communications; program design and
management; employee engagement; social media audience development and engagement; training and development;
and finance and operation.
</p>
<p> Seeking junior web development opportunities to showcase my web development and stack coding skills for
an organization that is both customer-focused and socially responsible. Willing to relocate anywhere
in the world.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="jumbotron">
<div class="page-header">
<h3 class="text-center">Connect With Me</h3>
</div>
<a href="https://github.com/llanoreinaldo" class="img-thumbnail">
<img alt="github" style="width: 50px; height: 50px" src="assets/images/github.png" data-holder-rendered="true"> </a>
<a href="https://www.linkedin.com/in/llanoreinaldo/" class="img-thumbnail">
<img alt="linkedin" style="width: 50px; height: 50px" src="assets/images/linkedin.png" data-holder-rendered="true"> </a>
<a href="https://stackoverflow.com/story/basic-portfolio" class="img-thumbnail">
<img alt="stackover" style="width: 50px; height: 50px" src="assets/images/stack overflow.png" data-holder-rendered="true"> </a>
</div>
</div>
</div>
</div>
<footer class="container-fluid bg-4 text-center">
<p class="text-center">
<strong>© Copywright 2018 Reinaldo Llano, Jr.</strong>
</p>
</footer>
<!-- JQuery 1.1 Script -->
<script src="http://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>