Finished plus/minus toggles
This commit is contained in:
+8
-14
@@ -7,22 +7,22 @@ if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
||||
let s:wipebuf = bufnr('%')
|
||||
endif
|
||||
set shortmess=aoO
|
||||
badd +55 index.htm
|
||||
badd +324 index.htm
|
||||
badd +92 JQFuncs.js
|
||||
badd +11 style.css
|
||||
badd +128 style.css
|
||||
argglobal
|
||||
silent! argdel *
|
||||
argadd index.htm
|
||||
argadd JQFuncs.js
|
||||
argadd style.css
|
||||
edit style.css
|
||||
edit index.htm
|
||||
set splitbelow splitright
|
||||
set nosplitbelow
|
||||
set nosplitright
|
||||
wincmd t
|
||||
set winheight=1 winwidth=1
|
||||
argglobal
|
||||
edit style.css
|
||||
edit index.htm
|
||||
setlocal fdm=manual
|
||||
setlocal fde=0
|
||||
setlocal fmr={{{,}}}
|
||||
@@ -32,19 +32,13 @@ setlocal fml=1
|
||||
setlocal fdn=20
|
||||
setlocal fen
|
||||
silent! normal! zE
|
||||
let s:l = 12 - ((11 * winheight(0) + 23) / 46)
|
||||
let s:l = 10 - ((9 * winheight(0) + 23) / 46)
|
||||
if s:l < 1 | let s:l = 1 | endif
|
||||
exe s:l
|
||||
normal! zt
|
||||
12
|
||||
normal! 027|
|
||||
tabnew
|
||||
set splitbelow splitright
|
||||
set nosplitbelow
|
||||
set nosplitright
|
||||
wincmd t
|
||||
set winheight=1 winwidth=1
|
||||
tabnext 2
|
||||
10
|
||||
normal! 051|
|
||||
tabnext 1
|
||||
if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||
silent exe 'bwipe ' . s:wipebuf
|
||||
endif
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
<p>Summary of portfolio</p>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>Audio descriptor framework (3rd Year University Project)</h4>
|
||||
<h5>Audio descriptor framework (3rd Year University Project)</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -227,7 +227,7 @@
|
||||
</div>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>iTunes Rating App (Personal Project)</h4>
|
||||
<h5>iTunes Rating App (Personal Project)</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -243,7 +243,7 @@
|
||||
</div>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>Python/matlab filter module (3rd Year University Project)</h4>
|
||||
<h5>Python/matlab filter module (3rd Year University Project)</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -259,7 +259,7 @@
|
||||
</div>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>VSTi Synth (2nd Year University Project)</h4>
|
||||
<h5>VSTi Synth (2nd Year University Project)</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -275,7 +275,7 @@
|
||||
</div>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>VST Delay effect (2nd Year University Project)</h4>
|
||||
<h5>VST Delay effect (2nd Year University Project)</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
@@ -291,7 +291,7 @@
|
||||
</div>
|
||||
<div class="infoBox showhide">
|
||||
<div class="heading">
|
||||
<h4>This Website</h4>
|
||||
<h5>This Website</h5>
|
||||
<span class="plusminus"><i class='fa fa-plus'></i></span>
|
||||
</div>
|
||||
<div class="panel">
|
||||
|
||||
Reference in New Issue
Block a user