Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New site layout #240

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
733841e
added viewport
johnivanoff Oct 2, 2014
5b2c537
remove inline css
johnivanoff Oct 3, 2014
3d5ae6f
remove css
johnivanoff Oct 3, 2014
dbc3027
added header replaced divs with section
johnivanoff Oct 3, 2014
ac35fa2
removes heaven and replaced div with section
johnivanoff Oct 3, 2014
9bbb247
removed inline css
johnivanoff Oct 3, 2014
006d5bb
removed anchor
johnivanoff Oct 3, 2014
0fb307d
changes div to footer tag
johnivanoff Oct 3, 2014
5e3e8e2
wrapped header in header tag
johnivanoff Oct 3, 2014
c28ae61
SVG logo
johnivanoff Oct 4, 2014
6ad9963
remove divs
johnivanoff Oct 4, 2014
b1c2ec8
using svg instead of png
johnivanoff Oct 4, 2014
66c9316
link to open sans font
johnivanoff Oct 4, 2014
32b2b2a
out with the old
johnivanoff Oct 4, 2014
4d7f8f7
added classes for css
johnivanoff Oct 5, 2014
08d24a6
removed heigths
johnivanoff Oct 7, 2014
c3eaf5a
new css :-)
johnivanoff Oct 7, 2014
6a6c83c
added class to logos for css
johnivanoff Oct 11, 2014
b474990
removed text
johnivanoff Oct 11, 2014
89fb7ac
new svg logo-2
johnivanoff Oct 11, 2014
b0d4719
removed some unused css
johnivanoff Oct 11, 2014
0e7d7ea
Merge https://github.com/johnivanoff/rvm-site into new_site_layout
mpapis Oct 11, 2014
4ccae98
remove comic from index
mpapis Oct 11, 2014
d967e9a
removed rvm2 logo png
johnivanoff Oct 18, 2014
efbe7cc
rvm logo for current version
johnivanoff Oct 18, 2014
b209cf2
logo for RVM V2
johnivanoff Oct 18, 2014
63ab54e
background SVG to scale full width.
johnivanoff Oct 18, 2014
de3cf65
changed background color and added multi columns
johnivanoff Oct 18, 2014
32ea414
logo sizing and centerin doc index columns
johnivanoff Oct 19, 2014
e4d87ae
removed yellow background
johnivanoff Oct 19, 2014
5a3dd47
centering flex items and no more column equal heights
johnivanoff Oct 19, 2014
a3c66a2
new svg logo
johnivanoff Oct 19, 2014
ad1dc32
no padding on docindex section a tag
johnivanoff Oct 19, 2014
0e2577d
centering for webkit
johnivanoff Oct 19, 2014
0b46b0f
Remove me from your Travis file.
envygeeks Oct 19, 2014
be07089
Merge pull request #243 from envygeeks/patch-2
mpapis Oct 19, 2014
975e96f
Merge branch 'master' into new_site_layout
mpapis Oct 19, 2014
4aa499e
return logo for RVM 2
johnivanoff Oct 19, 2014
99cdfec
Merge branch 'new_site_layout' of github.com:rvm/rvm-site into new_si…
johnivanoff Oct 19, 2014
eda3906
Revert "removed rvm2 logo png"
mpapis Oct 19, 2014
405d8d0
Merge branch 'new_site_layout' of github.com:rvm/rvm-site into new_si…
johnivanoff Oct 20, 2014
527814a
add img.shepard css rule for the new logo
mpapis Oct 24, 2014
50bcc38
Merge branch 'new_site_layout' of github.com:rvm/rvm-site into new_si…
johnivanoff Oct 25, 2014
f2bf9dd
Tweaking the CSS
johnivanoff Dec 22, 2014
b012608
remove backgrounds
Jan 13, 2015
51017bf
header rearrangements
Jan 13, 2015
89d8d0a
remove the backgrounds
Jan 13, 2015
583b218
move hero-unit to center
Jan 13, 2015
6d4904d
header background and component
Jan 13, 2015
b2355bc
header style tweaks
Jan 13, 2015
18acf3e
footer style tweaks
Jan 13, 2015
3a940b6
tweak the doc index styles
Jan 16, 2015
24d68a9
add roboto font for h1,h2,h3
Jan 16, 2015
0516d8c
remove margin from h2
Jan 16, 2015
cb43b0c
add donation section
Jan 19, 2015
a9ff521
style for donation section
Jan 19, 2015
224df32
update header bg and section border
Jan 19, 2015
18d0b96
update the header, docindex bg
Jan 27, 2015
3e1e6b8
remove border to docindex sections
Jan 27, 2015
7928db0
clean up and add irc section
Jan 29, 2015
f3c481c
style new header content
Jan 29, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed inline css
johnivanoff committed Oct 3, 2014
commit 9bbb247270c09a95d545967fc10a53e321ded787
2 changes: 1 addition & 1 deletion layouts/shared/blog_menu.haml
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
.headline
= link_to 'RVM Documentation Index', '/'
|
= link_to 'RVM Blog', '/blog/', style: "color: red;"
= link_to 'RVM Blog', '/blog/'
%ul
= links_for_articles(:with => :date)