Commit 8983e27e authored by Murukesh Mohanan's avatar Murukesh Mohanan

replaced CSS trick images with actual images

parent b70f563f
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</nav> </nav>
<div id="vim-proposal"> <div id="vim-proposal">
<a href="http://vi.stackexchange.com"> <a href="http://vi.stackexchange.com">
<img src="http://i.stack.imgur.com/LMMOe.png" alt="Vi and Vim Stack Exchange" /> <img src="https://i.stack.imgur.com/LMMOe.png" alt="Vi and Vim Stack Exchange" />
</a> </a>
</div> </div>
<article id="main"> <article id="main">
......
...@@ -3,9 +3,7 @@ title: Resources ...@@ -3,9 +3,7 @@ title: Resources
pagestyle: cann-table pagestyle: cann-table
permalink: /resources/ permalink: /resources/
--- ---
# Vim: `vimrc` and plugins [CSE Git](https://git.cse.iitb.ac.in/murukesh/vimrc) [Github](https://github.com/murukeshm/vimrc) {#vim} # Vim: `vimrc` and plugins [![gitlab]](https://git.cse.iitb.ac.in/murukesh/vimrc){:.git} [![github]](https://github.com/murukeshm/vimrc){:.git} {#vim}
<div markdown="1" id="plugins-list">
Currently contains a nifty `vimrc`, and some plugins: Currently contains a nifty `vimrc`, and some plugins:
...@@ -26,8 +24,7 @@ Currently contains a nifty `vimrc`, and some plugins: ...@@ -26,8 +24,7 @@ Currently contains a nifty `vimrc`, and some plugins:
- [vim-surround](https://github.com/tpope/vim-surround.git) - [vim-surround](https://github.com/tpope/vim-surround.git)
- [vimtex](https://github.com/lervag/vimtex) - [vimtex](https://github.com/lervag/vimtex)
- [vim2hs](https://github.com/dag/vim2hs) - [vim2hs](https://github.com/dag/vim2hs)
{: #plugins-list}
</div>
Old plugins: Old plugins:
...@@ -40,7 +37,7 @@ You might wanna update some of the plugins inside `.vim/bundle`: ...@@ -40,7 +37,7 @@ You might wanna update some of the plugins inside `.vim/bundle`:
git submodule update --remote --recursive --init git submodule update --remote --recursive --init
**Bonus**: My dotfile repos [CSE Git](https://git.cse.iitb.ac.in/murukesh/home) **Bonus**: My dotfile repos [![gitlab]](https://git.cse.iitb.ac.in/murukesh/home){:.git}
<!-- section --> <!-- section -->
...@@ -53,12 +50,12 @@ target file in parts. Not very robust. ...@@ -53,12 +50,12 @@ target file in parts. Not very robust.
This script mounts all arguments in directories within `~/cdrom` (as ISO9660 This script mounts all arguments in directories within `~/cdrom` (as ISO9660
images), and also handles unmounting. images), and also handles unmounting.
These and more can be found on my scripts repo. [Github](https://github.com/murukeshm/scripts) These and more can be found on my scripts repo. [![github]](https://github.com/murukeshm/scripts){:.git}
<!-- section --> <!-- section -->
# CV [CSE Git](https://git.cse.iitb.ac.in/murukesh/cv) {#cv} # CV {#cv}
A CV template in LaTeX (modified from one obtained online, original included): A CV template in LaTeX (modified from one obtained online, original included): [![gitlab]](https://git.cse.iitb.ac.in/murukesh/cv){:.git}
- (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz) - (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz)
...@@ -77,3 +74,6 @@ without any permission. Hopefully this will count as personal use. :) ...@@ -77,3 +74,6 @@ without any permission. Hopefully this will count as personal use. :)
[cann-table]: http://www.sussex.ac.uk/Users/iane/cannyclubs.php [cann-table]: http://www.sussex.ac.uk/Users/iane/cannyclubs.php
[7amkickoff]: http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/ [7amkickoff]: http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/
[epl]: http://www.premierleague.com/en-gb/matchday/league-table.html [epl]: http://www.premierleague.com/en-gb/matchday/league-table.html
[gitlab]: ../images/gitlab.png
[github]: ../images/github.png
#plugins-list { #plugins-list::after {
overflow: auto; clear: both;
content: "";
display: table;
} }
#plugins-list li { #plugins-list li {
float: left; float: left;
width: 10em; width: 10em;
} }
#plugins-plugins {
height: 4em;
}
a[href^="https://git.cse.iitb.ac.in"] {
content: url("../images/gitlab.png");
max-height: 1.5em;
vertical-align: bottom;
}
a[href^="https://github.com/murukeshm"]:not([href$=".sh"]) { a[href^="https://git"] img {
content: url("../images/github.png"); height: 1.5em;
max-height: 1.5em; width: 1.5em;
vertical-align: bottom; vertical-align: bottom;
} }
...@@ -74,8 +74,8 @@ footer img { ...@@ -74,8 +74,8 @@ footer img {
} }
#vim-proposal { #vim-proposal {
padding: 1em;
text-align: center; text-align: center;
padding: 1em;
} }
#vim-proposal img { #vim-proposal img {
...@@ -89,7 +89,7 @@ html { ...@@ -89,7 +89,7 @@ html {
} }
body { body {
font-family: 'Ubuntu Mono', 'Ubuntu', 'Droid Mono', 'Droid', 'Verdana', sans; font-family: 'Ubuntu Mono', 'Ubuntu', 'Roboto', 'Droid Mono', 'Droid', 'Verdana', sans;
/*font-size: 16px;*/ /*font-size: 16px;*/
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
...@@ -201,8 +201,8 @@ pre code strong { ...@@ -201,8 +201,8 @@ pre code strong {
#vim-proposal { #vim-proposal {
float: right; float: right;
height: 15em; width: 16vw;
max-height: 18vw; height: 18vw;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment