-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
140 lines (102 loc) · 3.86 KB
/
index.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
<html ng-app>
<title>/prayag/upd</title>
<head>
<style>
.blog-links {
color:#839496;
background-color:transparent;
}
.monospace {
font-family: Consolas, monaco, monospace;
}
.solarized-light{
background-color : #fdf6e3;
}
.solarized{
background-color: #002b36;
}
.magenta{
color:#d33682;
}
.yellow{
color:#b58900;
}
.outer {
overflow: hidden;
}
.center-helper {
float: left;
position: relative;
left: 50%;
}
.inner {
float: left;
position: relative;
left: -50%;
}
.img-circular{
width: 200px;
height: 200px;
background-image: url('https://yt3.ggpht.com/-o6NdgnEqc4Q/AAAAAAAAAAI/AAAAAAAAAAA/UpjEVo7TiGM/s900-c-k-no-mo-rj-c0xffffff/photo.jpg');
//background-image: url('https://lh6.googleusercontent.com/-2rpUMH8xSyY/UcWgjCtRGkI/AAAAAAAAM44/sqL7DtawhHw/w379-h383-no/RefusedPray.JPG');
background-size: cover;
display: block;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background-position: center;
}
.pre {
text-align: center;
}
</style>
</head>
<body ng-controller="BlogController">
<div class="solarized-light">
<div style="display: block; height: 50px; text-align:center; line-height:50px; font-family: Consolas, monaco, monospace;">
<h2 class="yellow">
{{blogTitle}} ~>
/love/meditate/code
</h2>
</div>
<div id="contacts" style="text-align:center;" class="monospace">
{{address}},
<a>{{email}}</a>
</div>
<p></p>
<div class="outer">
<div class="center-helper">
<div class="inner">
<div class="img-circular"></div>
</div>
</div>
</div>
<br/>
<br/>
</div>
<div class="solarized monospace">
<pre style="color:#839496">
$ GET /prayagupd/whois HTTP/1.1
{
"skills" : {
"<span class="magenta">programmer</span>" : <span class="yellow">[ Java, Clojure, android** ]</span>,
"<span class="magenta">writer</span>" : [यिदाम - 2011, པྲ - coming soon, म - painting] ,
"<span class="magenta">photographer</span>" : "<a class="yellow" href="http://500px.com/PrayagUpd">500px</a>"
}
}
$ GET /prayagupd/whereis HTTP/1.1
{
"internet_profile_logs" : {
"<span class="magenta">coder</span>" : "<a class="yellow" href="https://github.com/prayagupd/">github</a>",
"<span class="magenta">askerOrResponder</span>" : [ "<a class="yellow" href="http://stackoverflow.com/users/432903/prayag-upd">@stackoverflow</a>"],
"<span class="magenta">tweeter</span>" : "<a class="yellow" href="https://twitter.com/upd_energy">@identity_monad</a>",
"<span class="magenta">resume</span>" : "<a class="yellow" href="http://linkedin.com/in/prayagupd/">@linkedin</a>",
"<span class="magenta">stupid b-logger</span>" : "<a class="yellow" href="http://prayagupd-dreamspace.blogspot.com">dirty but clean code</a>"
}
}
</pre>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script>
<script src="js/application.js"></script>
</body>
</html>