-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (113 loc) · 4.09 KB
/
Copy pathindex.html
File metadata and controls
136 lines (113 loc) · 4.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Daily Gist | Ferdinand Silva | A Filipino Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My name is Ferdinand Silva. I'm a software engineer from Lipa City, Batangas, Philippines. ">
<meta name="keywords" content="six519, programmer, developer, open source advocate, github user, php user, python user, ruby user, .net user">
<meta name="author" content="Ferdinand E. Silva, ferdinandsilva@ferdinandsilva.com">
<!-- Le styles -->
<link href="http://ferdinandsilva.com/static/interface/bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 800px;
}
.container-narrow > hr {
margin: 30px 0;
}
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.gistDiv {
/**
margin: 60px 0;
**/
}
.gistH1 {
position: relative;
padding-left: 52px;
margin-bottom: 16px;
font-weight: bold;
line-height: 21px;
font-size: 16px;
color: #999999;
}
.gistImg {
border-radius: 3px;
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;
}
.gistName {
display: block;
font-size: 18px;
line-height: 24px;
text-shadow: 1px 1px 0 #fff;
color: #495961;
font-family: Helvetica, arial, sans-serif;
}
.gistUsername {
display: block;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-size: 16px;
color: #999999;
}
.sociallife {
text-align: center;
margin: 20px 0;
}
.sociallife p + h4 {
margin-top: 28px;
}
</style>
<link href="http://ferdinandsilva.com/static/interface/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="static/interface/bootstrap/js/html5shiv.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="57x57" href="https://github.com/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="114x114" href="https://github.com/apple-touch-icon-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="https://github.com/apple-touch-icon-144.png" />
<link rel="apple-touch-icon" sizes="144x144" href="https://github.com/apple-touch-icon-144.png" />
<link rel="icon" type="image/x-icon" href="https://github.com/favicon.ico" />
<!--
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
-->
</head>
<body>
<div class="container-narrow">
<hr>
<div class="masthead">
<h3 class="muted"><a href="http://ferdinandsilva.com">My Daily Gist | Ferdinand Silva</a></h3>
<h1 class="gistH1">
<a href="https://github.com/six519">
<img class="gistImg" src="https://avatars0.githubusercontent.com/u/483547?v=3&s=140" width="42" height="42" alt=""></a>
<span class="gistName">Ferdinand E. Silva</span>
<em class="gistUsername">six519</em>
</h1>
<a href="https://twitter.com/ferdinandsilva"><img src="twitter.png" alt="" /></a> <a href="http://www.youtube.com/user/six519"><img src="youtube.png" alt="" /></a> <a href="https://www.google.com/+FerdinandSilva"><img src="google.png" alt="" /></a> <a href="mailto:ferdinandsilva@ferdinandsilva.com"><img src="email.png" alt="" /></a> <a href="skype:ferdie_v143?chat"><img src="skype.png" alt="" /></a> <a href="mailto:six519@yahoo.com"><img src="yahoo.png" alt="" /></a>
</div>
<hr>
</div>
</body>
</html>