-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsomething_else.html
More file actions
212 lines (136 loc) · 7.01 KB
/
something_else.html
File metadata and controls
212 lines (136 loc) · 7.01 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
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Yet Another Technical Blog</title>
<meta name="description" content="Sigh! Another Tech Blog">
<meta name="keywords" content="">
<!-- rm old sumome ID from another blog <script src="//load.sumome.com/" data-sumo-site-id="a5a009489c1109e37bf4afa6ee5fd4c44944835f3629c1c8c3712109ba1a81cc" async="async"></script>-->
<!-- Twitter Cards -->
<meta name="twitter:title" content="Yet Another Tech Blog">
<meta name="twitter:description" content="Yet another Tech Blog">
<meta name="twitter:site" content="@manojrajarao">
<meta name="twitter:creator" content="@manojrajarao">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://www.mycpu.org/images/common-man.png">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Yet Another Tech Blog">
<meta property="og:description" content="Yet Another Tech Blog">
<meta property="og:url" content="http://www.mycpu.org/">
<meta property="og:site_name" content="Yet Another Tech Blog">
<meta property="og:image" content="http://www.mycpu.org/images/common-man.png">
<link rel="canonical" href="http://www.mycpu.org/">
<link href="http://www.mycpu.org/feed.xml" type="application/atom+xml" rel="alternate" title="Yet Another Technical Blog Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://www.mycpu.org/assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="http://www.mycpu.org/assets/js/vendor/html5shiv.min.js"></script>
<script src="http://www.mycpu.org/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="http://www.mycpu.org/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://www.mycpu.org/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://www.mycpu.org/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://www.mycpu.org/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.mycpu.org/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.mycpu.org/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://www.mycpu.org/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="home">
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<div class="navigation-wrapper">
<div class="site-name">
<a href="http://www.mycpu.org/">Yet Another Technical Blog</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
<li><a href="http://www.mycpu.org/about/" >About</a></li>
<li><a href="http://www.mycpu.org/posts/" >Archives</a></li>
<li><a href="http://brendangregg.com/" target="_blank">Inspiration</a></li>
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
<!--style>
#bannerimage {
width: 100%;
background-image: url(http://www.mycpu.org/images/voidstar_2000x2000.png);
height: 405px;
background-position: center;
}
</style-->
<div id="bannerimage"></div>
<div id="main" role="main">
<div class="article-author-side">
<div itemscope itemtype="http://schema.org/Person">
<img src="http://www.mycpu.org/images/common-man.png" class="bio-photo" alt="Common Man bio photo">
<h3 itemprop="name">Manoj Rao</h3>
<p></p>
<a href="mailto:manoj@mycpu.org" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a>
<a href="http://twitter.com/manojrajarao" class="author-social" target="_blank"><i class="fa fa-fw fa-twitter-square"></i> Twitter</a>
<a href="http://plus.google.com/+manoj@manojrajarao" class="author-social" target="_blank"><i class="fa fa-fw fa-google-plus-square"></i> Google+</a>
<a href="http://github.com/mycpuorg" class="author-social" target="_blank"><i class="fa fa-fw fa-github"></i> Github</a>
</div>
</div>
<!--div class="index">
{% assign post = site.posts.first %}
{% assign content = post.content %}
{% include _layouts/recent_post.html %}
</div-->
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
<!--div id="index">
<h3><a href="http://www.mycpu.org/posts/">Popular Posts</a></h3>
<article>
<h2><a href="http://www.mycpu.org/posts/"
title="List of all posts"> List of all posts</a></h2>
<p>List of all posts</p>
</article>
</div--><!-- /#index -->
</div><!-- /#main -->
<div class="footer-wrap">
<footer>
<span>© Manoj Rao </span>
</footer>
</div><!-- /.footer-wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://www.mycpu.org/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://www.mycpu.org/assets/js/scripts.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64925206-1', 'auto');
ga('send', 'pageview');
</script>
<!--a href="//www.bluehost.com/track/commonmansoptions/" target="_blank">
<img border="0" src="//bluehost-cdn.com/media/partner/images/commonmansoptions/120x120/bh-120x120-03-dy.png">
</a-->
</body>
</html>