mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-05 03:21:42 +00:00
Minor changes
This commit is contained in:
parent
86ca9919e5
commit
28e72bd06c
@ -5,6 +5,7 @@ date: 2013-08-22 23:14:00
|
|||||||
tags: git
|
tags: git
|
||||||
---
|
---
|
||||||
A simple trick. If you want to remove all the '.swp' files from a git repository, just use:
|
A simple trick. If you want to remove all the '.swp' files from a git repository, just use:
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
git rm --cached '\*\*.swp'
|
git rm --cached '\*\*.swp'
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
#objective { width: 500px; float: left; }
|
#objective { width: 500px; float: left; }
|
||||||
#objective p { font-style: italic; color: #666; }
|
#objective p { font-style: italic; color: #666; }
|
||||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||||
#post dd { width: 650px; float: right; }
|
#post dd { padding-left: 200px; }
|
||||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
#post dd.clear { float: none; margin: 0; height: 15px; }
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#post * { margin: 0; padding: 0; }
|
#post * { margin: 0; padding: 0; }
|
||||||
.clear { clear: both; }
|
.clear { clear: both; }
|
||||||
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
||||||
#post h2 { font-size: 20px; margin: 0 0 6px 0; position: relative; }
|
#post h2 { font-size: 1.2em; margin: 0 0 6px 0; position: relative; }
|
||||||
#post h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
|
#post h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; color: #999; font-weight: normal; }
|
||||||
#post p { margin: 0 0 16px 0; }
|
#post p { margin: 0 0 16px 0; }
|
||||||
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||||
#post a:hover { border-bottom-style: solid; color: black; }
|
#post a:hover { border-bottom-style: solid; color: black; }
|
||||||
@ -10,5 +10,5 @@
|
|||||||
#objective { width: 500px; float: left; }
|
#objective { width: 500px; float: left; }
|
||||||
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
|
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
|
||||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||||
#post dd { width: 600px; float: right; }
|
#post dd { padding-left: 200px; }
|
||||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
#post dd.clear { float: none; margin: 0; height: 15px; }
|
||||||
|
@ -437,12 +437,6 @@ a:hover {
|
|||||||
|
|
||||||
.clear { clear: both; }
|
.clear { clear: both; }
|
||||||
|
|
||||||
about ul {
|
|
||||||
position: relative;
|
|
||||||
width: 900px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#about li {
|
#about li {
|
||||||
line-height:2em;
|
line-height:2em;
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
|
@ -60,7 +60,7 @@ categories: cv resume
|
|||||||
<p>Latex, XMPP, GIMP, Inkscape</p>
|
<p>Latex, XMPP, GIMP, Inkscape</p>
|
||||||
|
|
||||||
<h2>Social Skills</h2>
|
<h2>Social Skills</h2>
|
||||||
<p>Worked with and leading international teams. Presentation and communication skills: I conducted several presentations to audiences of ~100 people.</p>
|
<p>Working with and leading international teams. Presentation and communication skills: I conducted several presentations to audiences of ~100 people.</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dd class="clear"></dd>
|
<dd class="clear"></dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user