Skip to content

Commit 15d3b1a

Browse files
committed
Travis hmfaysal#4
1 parent 9cd7577 commit 15d3b1a

File tree

89 files changed

+14155
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+14155
-0
lines changed

404.html

Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<!--
4+
====================================================
5+
__ ____ ______________ _______ ___ __
6+
/ / / / |/ / ____/ \ \/ / ___// | / /
7+
/ /_/ / /|_/ / /_ / /| |\ /\__ \/ /| | / /
8+
/ __ / / / / __/ / ___ |/ /___/ / ___ |/ /___
9+
/_/ /_/_/ /_/_/ /_/ |_/_//____/_/ |_/_____/
10+
11+
====================================================
12+
Owner Name: Hossain Mohammad Faysal
13+
Profile: https://www.facebook.com/hmfaysal
14+
Version: 1.1
15+
Description: Awesome dude, awesome life
16+
====================================================
17+
-->
18+
<head>
19+
<meta charset="utf-8">
20+
<title>PAGE NOT FOUND &vert; MOHIT SRIVASTAVA</title>
21+
<meta name="description" content="Page not found. Your pixels are in another canvas.">
22+
23+
24+
<!-- Twitter Cards -->
25+
<meta name="twitter:card" content="summary">
26+
<meta name="twitter:image" content="/images/logo.png">
27+
<meta name="twitter:title" content="PAGE NOT FOUND">
28+
<meta name="twitter:description" content="Page not found. Your pixels are in another canvas.">
29+
<meta name="twitter:creator" content="@mohit">
30+
31+
<!-- Open Graph -->
32+
<meta property="og:locale" content="en_US">
33+
<meta property="og:type" content="article">
34+
<meta property="og:title" content="PAGE NOT FOUND">
35+
<meta property="og:description" content="Page not found. Your pixels are in another canvas.">
36+
<meta property="og:url" content="/404">
37+
<meta property="og:site_name" content="Mohit Srivastava">
38+
<meta property="og:image" content="/images/">
39+
40+
41+
42+
43+
44+
<link rel="canonical" href="/404">
45+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Mohit Srivastava Feed">
46+
<link rel="author" href="https://plus.google.com/u/0/102602916593522619858?rel=author">
47+
48+
<!-- http://t.co/dKP3o1e -->
49+
<meta name="HandheldFriendly" content="True">
50+
<meta name="MobileOptimized" content="320">
51+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
52+
53+
54+
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,300,800,700' rel='stylesheet' type='text/css'>
55+
<link rel="stylesheet" href="/assets/css/vendor/font-awesome.min.css">
56+
<link rel="stylesheet" href="/assets/css/vendor/normalize.css">
57+
<link rel="stylesheet" href="/assets/css/vendor/nprogress.css">
58+
<link rel="stylesheet" href="/assets/css/vendor/foundation.min.css">
59+
<link rel="stylesheet" href="/assets/css/style.css">
60+
<link rel="stylesheet" href="/assets/css/post.css">
61+
62+
63+
64+
65+
66+
<!-- Icons -->
67+
<!-- 16x16 -->
68+
<link rel="shortcut icon" href="/favicon.ico">
69+
<!-- 32x32 -->
70+
<link rel="shortcut icon" href="/favicon.png">
71+
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
72+
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
73+
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
74+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
75+
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
76+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
77+
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
78+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
79+
80+
</head>
81+
<body class="post-template page" itemscope itemtype="http://schema.org/WebPage">
82+
83+
<main id="notepad-page-container" class="notepad-page-container" role="main">
84+
85+
86+
<header class="notepad-page-header">
87+
<div class="notepad-page-menu-header">
88+
89+
<a class="notepad-blog-logo" href="">
90+
<img src="/images/logo.png" alt="Blog Logo">
91+
</a>
92+
93+
94+
95+
<div class="notepad-blog-menu">
96+
<div class="notepad-mobile-menu show-for-small">
97+
<a href="#"><i class="fa fa-bars"></i></a>
98+
</div>
99+
<ul class="notepad-menu">
100+
<li class="notepad-mobile-close-btn show-for-small text-right">
101+
<a href="#"><i class="fa fa-times"></i></a>
102+
</li>
103+
104+
<li>
105+
<a href="/">Home</a>
106+
</li>
107+
108+
<li>
109+
<a href="/featured">Featured Posts</a>
110+
</li>
111+
112+
<li>
113+
<a href="/categories">Categories</a>
114+
</li>
115+
116+
<li>
117+
<a href="/about">About</a>
118+
</li>
119+
120+
<li><a href="/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li>
121+
</ul>
122+
</div>
123+
</div>
124+
<div class="notepad-page-title row">
125+
<div class="small-12 columns">
126+
<h1>PAGE NOT FOUND</h1>
127+
</div>
128+
</div>
129+
</header>
130+
131+
<article class="notepad-page-content">
132+
<div><p><img src="/images/hmfaysal-404.jpg" alt="PAGE NOT FOUND at Mohit Srivastava" /></p>
133+
134+
<div class="text-center">
135+
<h1>I am sorry</h1>
136+
<p>The Adorable Monkey has eaten the page you are looking for,
137+
please try one of the links above instead</p>
138+
</div>
139+
</div>
140+
</article>
141+
<div class="cf"></div>
142+
<footer class="notepad-site-footer">
143+
<div class="copyright">
144+
<section>All content copyright <a href="/about">Mohit Srivastava</a> &copy; 2015 &bull; All rights reserved.</section>
145+
<section>Proudly published with <a class="icon-ghost" href="https://jekyllrb.com/">Jekyll</a></section>
146+
</div>
147+
<div class="social-icons">
148+
149+
150+
<a href="http://twitter.com/mohit">
151+
<span class="fa-stack fa-lg">
152+
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
153+
<i class="fa fa-twitter fa-stack-1x"></i>
154+
</span>
155+
</a>
156+
157+
158+
<a href="https://plus.google.com/u/0/102602916593522619858">
159+
<span class="fa-stack fa-lg">
160+
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
161+
<i class="fa fa-google-plus fa-stack-1x"></i>
162+
</span>
163+
</a>
164+
165+
166+
<a href="http://instagram.com/hmfaysal">
167+
<span class="fa-stack fa-lg">
168+
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
169+
<i class="fa fa-instagram fa-stack-1x"></i>
170+
</span>
171+
</a>
172+
173+
174+
<a href="http://github.com/mohitsriv">
175+
<span class="fa-stack fa-lg">
176+
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
177+
<i class="fa fa-github fa-stack-1x"></i>
178+
</span>
179+
</a>
180+
181+
182+
<a href="http://facebook.com/hmfaysal">
183+
<span class="fa-stack fa-lg">
184+
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
185+
<i class="fa fa-facebook fa-stack-1x"></i>
186+
</span>
187+
</a>
188+
189+
</div>
190+
191+
<div class="cf"></div>
192+
</footer>
193+
</main>
194+
195+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
196+
<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
197+
<script src="/assets/js/vendor/modernizr.js"></script>
198+
<script src="/assets/js/foundation.min.js"></script>
199+
200+
<script src="/assets/js/notepad.js"></script>
201+
<script src="/assets/js/scripts.min.js"></script>
202+
<script src="/assets/js/vendor/nprogress.js"></script>
203+
204+
<script>
205+
$(document).foundation();
206+
</script>
207+
<script type='text/javascript'>console.log("HMFaysal Notepad Theme Version 2.0");</script>
208+
<script type='text/javascript'>console.log("https://alum.mit.edu/www/hmfaysal");</script>
209+
210+
211+
<!-- Asynchronous Google Analytics snippet -->
212+
<script>
213+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
214+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
215+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
216+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
217+
218+
ga('create', 'UA-39365944-7', 'auto');
219+
ga('require', 'displayfeatures');
220+
ga('send', 'pageview');
221+
222+
</script>
223+
224+
<script>NProgress.start();var interval=setInterval(function(){NProgress.inc()},1000);jQuery(window).load(function(){clearInterval(interval);NProgress.done()});jQuery(window).unload(function(){NProgress.start()});</script>
225+
</body>
226+
</html>

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Notepad is a Jekyll theme which is very simple, clean and beautiful. This theme is good for any blog.
2+
3+
Main Features:
4+
5+
* Zurb Foundation 5 – css framework
6+
* Scss files with settings file
7+
* Fullscreen post covers with header wich will be bright or dark according to background image
8+
* Fast and light
9+
* Font Awesome
10+
* Disqus comments integration
11+
12+
You can set post image covers by using only Kramdown narkdown, just place something like this: `![cover-image](http://path-to-your-image.jpg)`
13+
14+
Credits:
15+
16+
* Zurb Foundation 5 [http://foundation.zurb.com/](http://foundation.zurb.com/)
17+
* Font Awesome [http://fontawesome.io](http://fontawesome.io)
18+
* Google fonts [http://www.google.com/fonts](http://www.google.com/fonts)
19+
* Background check [http://kennethcachia.com/background-check](http://kennethcachia.com/background-check)
20+
* Codrops article: [http://tympanus.net/codrops/2014/05/22/inspiration-for-article-intro-effects/](http://tympanus.net/codrops/2014/05/22/inspiration-for-article-intro-effects/)
21+
* There are also tools like jQuery, Modernizr, Normalize.
22+
23+
If you'd like to give me credit somewhere on your blog or tweet a shout out to [@hmfaysal](https://twitter.com/hmfaysal), that would be pretty sweet.
24+
25+
26+
Warm Regards and Stay Creative,
27+
Hossain Mohd. Faysal

0 commit comments

Comments
 (0)