Skip to content

Commit f3b3d04

Browse files
committed
Update assets, background, favicon, photo
1 parent bafb7b5 commit f3b3d04

11 files changed

Lines changed: 10 additions & 9 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.DS_Store
12
_site/
23
.sass-cache/

_drafts/2014-12-11-image-in-post.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2014-12-11
88

99
Bahamontes lanterne rouge normandie belgium. Fred paris-nice arrivere, for omnium commissaire ronde van vlaanderen horizontally stiff but vertically compliant muur, valkenberg jens paris-roubaix. Meyrueis belleville cavendish bianchi, rochefort echelon in soigneur ten dam omloop het volk, bettini aerts! Tour de mont aigoual cat among the pigeons rekelberg omloop het nieuwsblad paris-nice, dwars door vlaanderen coppi the colnago knockteberg anduze.
1010

11-
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
11+
<img src="{{ '/assets/img/swiss.jpg' | prepend: site.baseurl }}" alt="">
1212

1313
Kaperij lanterne rouge musette rund um koln bruges thor smash, geraardsbergen riis petacchi molteni pedaling squares. Virenque vande velde, valkenberg gutter pantani parcours gaul domestique, tilford campagnolo around madone. Bruyneel criterium ritte, gorgeous george the trousselier feed zone bruges nokere koerse, parcours gilbert garin? Anquetil valkenberg bettini cat among the pigeons.
1414

_drafts/2014-12-12-figure-with-caption.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ date: 2014-12-12
1010
Bahamontes lanterne rouge normandie belgium. Fred paris-nice arrivere, for omnium commissaire ronde van vlaanderen horizontally stiff but vertically compliant muur, valkenberg jens paris-roubaix. Meyrueis belleville cavendish bianchi, rochefort echelon in soigneur ten dam omloop het volk, bettini aerts! Tour de mont aigoual cat among the pigeons rekelberg omloop het nieuwsblad paris-nice, dwars door vlaanderen coppi the colnago knockteberg anduze.
1111

1212
<figure>
13-
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
13+
<img src="{{ '/assets/img/swiss.jpg' | prepend: site.baseurl }}" alt="">
1414
<figcaption>Fig1. - This is an example figcaption</figcaption>
1515
</figure>
1616

1717
{% highlight html %}
1818
<figure>
19-
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
19+
<img src="{{ '/assets/img/swiss.jpg' | prepend: site.baseurl }}" alt="">
2020
<figcaption>Fig1. - This is an example figcaption</figcaption>
2121
</figure>
2222
{% endhighlight %}

_drafts/2014-12-14-featured-image.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Featured Image"
44
date: 2014-12-14
5-
image: touring.jpg
5+
image: swiss.jpg
66
---
77

88
<p class="intro"><span class="dropcap">L</span>orem ipsum thor smash liege-bastogne-liege landbouwkrediet ombregt krabbe, rouleur derby is for lovers bonk giro gilbert bidon. Driedaagse de panne-koksijde monte paschi eroica, nevele gimondi berendries off the back cassette tenbosse.</p>

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% if page.image %}
3333
<meta content="{{ site.url }}/assets/img/{{ page.image }}" property="og:image">
3434
{% else %}
35-
<meta content="{{ '/assets/img/touring.jpg' | prepend: site.url }}" property="og:image">
35+
<meta content="{{ '/assets/img/swiss.jpg' | prepend: site.url }}" property="og:image">
3636
{% endif %}
3737

3838
<!-- Twitter Cards -->
@@ -55,7 +55,7 @@
5555
{% if page.image %}
5656
<meta name="twitter:image:src" content="{{ site.url }}/assets/img/{{ page.image }}">
5757
{% else %}
58-
<meta name="twitter:image:src" content="{{ '/assets/img/touring.jpg' | prepend: site.url }}">
58+
<meta name="twitter:image:src" content="{{ '/assets/img/swiss.jpg' | prepend: site.url }}">
5959
{% endif %}
6060

6161

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: About Me
55

66
<div class="post">
77
<h1 class="pageTitle">About Me</h1>
8-
<!--img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt=""-->
9-
<p class="intro">I am a software engineer with long-term experience on embedded software and applications development with strong analytical skills and a broad range of computer expertise.</p>
8+
<img src="{{ '/assets/img/at-work.png' | prepend: site.baseurl }}" alt="">
9+
<p class="intro">I am a software engineer with long-term experience on embedded linux and applications development. I have written code for bootloaders, Linux kernel modules, and system softare such as software update.</p>
1010
<h3>Research Work</h3>
1111
<ul>
1212
<li>E. Talipov, Y. Chon, H. Cha, User Context-based Data Delivery in Spontaneous Smartphone Networks,
Pervasive and Mobile Computing, Volume 17, pp. 122-138, 2015.</li>

assets/css/breakpoints/_mobileup.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ HEADER STYLING
177177

178178
.header {
179179
background-color: $background-color;
180-
background-image: url('../img/touring.jpg');
180+
background-image: url('../img/swiss.jpg');
181181
background-size: cover;
182182
background-position: center center;
183183
color: white;

assets/img/at-work.png

1.88 MB
Loading

assets/img/favicon.ico

100755100644
194 KB
Binary file not shown.

assets/img/swiss.jpg

3.09 MB
Loading

0 commit comments

Comments
 (0)