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

replaced CSS trick images with actual images

parent b70f563f
......@@ -35,7 +35,7 @@
</nav>
<div id="vim-proposal">
<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>
</div>
<article id="main">
......
......@@ -3,9 +3,7 @@ title: Resources
pagestyle: cann-table
permalink: /resources/
---
# Vim: `vimrc` and plugins [CSE Git](https://git.cse.iitb.ac.in/murukesh/vimrc) [Github](https://github.com/murukeshm/vimrc) {#vim}
<div markdown="1" id="plugins-list">
# Vim: `vimrc` and plugins [![gitlab]](https://git.cse.iitb.ac.in/murukesh/vimrc){:.git} [![github]](https://github.com/murukeshm/vimrc){:.git} {#vim}
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)
- [vimtex](https://github.com/lervag/vimtex)
- [vim2hs](https://github.com/dag/vim2hs)
</div>
{: #plugins-list}
Old plugins:
......@@ -40,7 +37,7 @@ You might wanna update some of the plugins inside `.vim/bundle`:
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 -->
......@@ -53,12 +50,12 @@ target file in parts. Not very robust.
This script mounts all arguments in directories within `~/cdrom` (as ISO9660
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 -->
# CV [CSE Git](https://git.cse.iitb.ac.in/murukesh/cv) {#cv}
A CV template in LaTeX (modified from one obtained online, original included):
# CV {#cv}
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)
......@@ -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
[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
[gitlab]: ../images/gitlab.png
[github]: ../images/github.png
#plugins-list {
overflow: auto;
#plugins-list::after {
clear: both;
content: "";
display: table;
}
#plugins-list li {
float: left;
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"]) {
content: url("../images/github.png");
max-height: 1.5em;
a[href^="https://git"] img {
height: 1.5em;
width: 1.5em;
vertical-align: bottom;
}
......@@ -74,8 +74,8 @@ footer img {
}
#vim-proposal {
padding: 1em;
text-align: center;
padding: 1em;
}
#vim-proposal img {
......@@ -89,7 +89,7 @@ html {
}
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;*/
margin: 0 auto;
padding: 0;
......@@ -201,8 +201,8 @@ pre code strong {
#vim-proposal {
float: right;
height: 15em;
max-height: 18vw;
width: 16vw;
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