From 75cb878aab0f320732ab4a713af47047f677302c Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 10 Feb 2016 13:41:14 -0200 Subject: [PATCH] Add style on homepage sections and fonts --- _container.sass | 35 +++++++++++++++++++++++++++++++++++ fonts/Ubuntu-B.ttf | Bin 0 -> 333612 bytes fonts/Ubuntu-BI.ttf | Bin 0 -> 356980 bytes fonts/Ubuntu-C.ttf | Bin 0 -> 350444 bytes fonts/Ubuntu-L.ttf | Bin 0 -> 415552 bytes fonts/Ubuntu-LI.ttf | Bin 0 -> 409608 bytes fonts/Ubuntu-M.ttf | Bin 0 -> 341324 bytes fonts/Ubuntu-MI.ttf | Bin 0 -> 366992 bytes fonts/Ubuntu-R.ttf | Bin 0 -> 353824 bytes fonts/Ubuntu-RI.ttf | Bin 0 -> 386440 bytes fonts/UbuntuMono-B.ttf | Bin 0 -> 191400 bytes fonts/UbuntuMono-BI.ttf | Bin 0 -> 216208 bytes fonts/UbuntuMono-R.ttf | Bin 0 -> 205748 bytes fonts/UbuntuMono-RI.ttf | Bin 0 -> 210216 bytes images/home/01.png | Bin 0 -> 1781 bytes images/home/02.png | Bin 0 -> 1359 bytes images/home/03.png | Bin 0 -> 2455 bytes 17 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 _container.sass create mode 100644 fonts/Ubuntu-B.ttf create mode 100644 fonts/Ubuntu-BI.ttf create mode 100644 fonts/Ubuntu-C.ttf create mode 100644 fonts/Ubuntu-L.ttf create mode 100644 fonts/Ubuntu-LI.ttf create mode 100644 fonts/Ubuntu-M.ttf create mode 100644 fonts/Ubuntu-MI.ttf create mode 100644 fonts/Ubuntu-R.ttf create mode 100644 fonts/Ubuntu-RI.ttf create mode 100644 fonts/UbuntuMono-B.ttf create mode 100644 fonts/UbuntuMono-BI.ttf create mode 100644 fonts/UbuntuMono-R.ttf create mode 100644 fonts/UbuntuMono-RI.ttf create mode 100644 images/home/01.png create mode 100644 images/home/02.png create mode 100644 images/home/03.png diff --git a/_container.sass b/_container.sass new file mode 100644 index 0000000..66c7cfd --- /dev/null +++ b/_container.sass @@ -0,0 +1,35 @@ +.container-block-plugin_container-block + .block-title + .action-home-index #content .block-outer:first-child &, #content #box-organizer .block-outer:first-child & + background: #308DC6 + span + background: url('images/home/01.png') no-repeat left center + .action-home-index #content .block-outer:nth-child(3) &, #content #box-organizer .block-outer:nth-child(3) & + background: #90B500 + span + background: url('images/home/03.png') no-repeat left center + .action-home-index #content &, #content #box-organizer & + background: #404040 + border: none + height: 60px + line-height: 60px + margin-bottom: 50px + span + background: url('images/home/02.png') no-repeat left center + color: #FFF + display: block + font-family: Ubuntu + font-size: 18px + font-variant: normal + margin: auto + padding-left: 60px + width: 900px + .community-block, .people-block, .raw-html-block + #content & + span + width: auto + .box + margin: auto + width: 960px + @import conexions + diff --git a/fonts/Ubuntu-B.ttf b/fonts/Ubuntu-B.ttf new file mode 100644 index 0000000..b173da2 Binary files /dev/null and b/fonts/Ubuntu-B.ttf differ diff --git a/fonts/Ubuntu-BI.ttf b/fonts/Ubuntu-BI.ttf new file mode 100644 index 0000000..72a5a99 Binary files /dev/null and b/fonts/Ubuntu-BI.ttf differ diff --git a/fonts/Ubuntu-C.ttf b/fonts/Ubuntu-C.ttf new file mode 100644 index 0000000..602a3ee Binary files /dev/null and b/fonts/Ubuntu-C.ttf differ diff --git a/fonts/Ubuntu-L.ttf b/fonts/Ubuntu-L.ttf new file mode 100644 index 0000000..ed0f5bc Binary files /dev/null and b/fonts/Ubuntu-L.ttf differ diff --git a/fonts/Ubuntu-LI.ttf b/fonts/Ubuntu-LI.ttf new file mode 100644 index 0000000..c6cec55 Binary files /dev/null and b/fonts/Ubuntu-LI.ttf differ diff --git a/fonts/Ubuntu-M.ttf b/fonts/Ubuntu-M.ttf new file mode 100644 index 0000000..ca9c03a Binary files /dev/null and b/fonts/Ubuntu-M.ttf differ diff --git a/fonts/Ubuntu-MI.ttf b/fonts/Ubuntu-MI.ttf new file mode 100644 index 0000000..e8d186c Binary files /dev/null and b/fonts/Ubuntu-MI.ttf differ diff --git a/fonts/Ubuntu-R.ttf b/fonts/Ubuntu-R.ttf new file mode 100644 index 0000000..d748728 Binary files /dev/null and b/fonts/Ubuntu-R.ttf differ diff --git a/fonts/Ubuntu-RI.ttf b/fonts/Ubuntu-RI.ttf new file mode 100644 index 0000000..4f2d2bc Binary files /dev/null and b/fonts/Ubuntu-RI.ttf differ diff --git a/fonts/UbuntuMono-B.ttf b/fonts/UbuntuMono-B.ttf new file mode 100644 index 0000000..7bd6665 Binary files /dev/null and b/fonts/UbuntuMono-B.ttf differ diff --git a/fonts/UbuntuMono-BI.ttf b/fonts/UbuntuMono-BI.ttf new file mode 100644 index 0000000..6c5b8ba Binary files /dev/null and b/fonts/UbuntuMono-BI.ttf differ diff --git a/fonts/UbuntuMono-R.ttf b/fonts/UbuntuMono-R.ttf new file mode 100644 index 0000000..fdd309d Binary files /dev/null and b/fonts/UbuntuMono-R.ttf differ diff --git a/fonts/UbuntuMono-RI.ttf b/fonts/UbuntuMono-RI.ttf new file mode 100644 index 0000000..18f81a2 Binary files /dev/null and b/fonts/UbuntuMono-RI.ttf differ diff --git a/images/home/01.png b/images/home/01.png new file mode 100644 index 0000000..f7a3db7 Binary files /dev/null and b/images/home/01.png differ diff --git a/images/home/02.png b/images/home/02.png new file mode 100644 index 0000000..133387e Binary files /dev/null and b/images/home/02.png differ diff --git a/images/home/03.png b/images/home/03.png new file mode 100644 index 0000000..c3b7890 Binary files /dev/null and b/images/home/03.png differ -- libgit2 0.21.2