Skip to content

Commit

Permalink
Travis hmfaysal#6
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsriv committed Dec 19, 2015
1 parent 1abe599 commit 456ac69
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1>Hossain Mohd Faysal</h1>
<figcaption>Hossain Mohammad Faysal</figcaption>
</figure>

<p>My name is <strong>Hossain Mohd. Faysal</strong>, and this is my personal blog. It currently has 8 posts in 6 categories which combinedly have 4497 words, which will take an average reader ( WPM) approximately <span class="time">22.485</span> minutes to read. There are <a href="/featured">1 featured posts</a>, you should definitely check those out. The most recent post is <a href="/webdevelopment/why-jekyll" title="Read more about Why Jekyll?">“Why Jekyll?”</a> which was published on <time datetime="2014-07-23T00:00:00+06:00" class="post-time">23 Jul 2014</time>. The last commit was on Saturday, 19 Dec 2015 at 09:03 AM <a href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time" title="Temps Universel Coordonné">UTC</a>.</p>
<p>My name is <strong>Hossain Mohd. Faysal</strong>, and this is my personal blog. It currently has 8 posts in 6 categories which combinedly have 4497 words, which will take an average reader ( WPM) approximately <span class="time">22.485</span> minutes to read. There are <a href="/featured">1 featured posts</a>, you should definitely check those out. The most recent post is <a href="/webdevelopment/why-jekyll" title="Read more about Why Jekyll?">“Why Jekyll?”</a> which was published on <time datetime="2014-07-23T00:00:00+06:00" class="post-time">23 Jul 2014</time>. The last commit was on Saturday, 19 Dec 2015 at 09:13 AM <a href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time" title="Temps Universel Coordonné">UTC</a>.</p>

<p>I am an PhD candidate in <em><abbr title="Electrical and Systems Engineering">ESE</abbr></em> at the <a href="http://www.seas.upenn.edu/"><abbr title="School of Engineering and Applied Science">SEAS</abbr></a> at <strong><abbr title="University of Pennsylvania">UPENN</abbr></strong>. I am licensed as a Professional Engineer (P.E) to practice in the states of Texas, Massachusetts and California. I double majored in <abbr title="Electrical and Computer Engineering">EECS</abbr> and Mathematics during my undergraduate life at <a href="http://www.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, and currently focusing on Electrical Engineering for my post-graduate studies.</p>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<generator uri="https://github.com/mojombo/jekyll">Jekyll</generator>
<link rel="self" type="application/atom+xml" href="/feed.xml" />
<link rel="alternate" type="text/html" href="/" />
<updated>2015-12-19T09:03:21+06:00</updated>
<updated>2015-12-19T09:13:58+06:00</updated>
<id>/</id>
<author>
<name>Mohit Srivastava</name>
Expand Down
17 changes: 17 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<system.webServer>
<rule name="RedirectUserFriendlyURL1" stopProcessing="true">
<match url="^(.*)\.(.*)$" />
<conditions>
<add input="{REQUEST_METHOD}" pattern="^POST$" negate="true" />
</conditions>
<action type="Redirect" url="{R:1}" appendQueryString="false" />
</rule>
<rule name="RewriteUserFriendlyURL1" stopProcessing="true">
<match url="^(.*)$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="{R:1}.(.*)" />
</rule>
</system.webServer>

0 comments on commit 456ac69

Please sign in to comment.