ryf-theme.git
4 years agoupdated RYF logo to new draft SVG
Andrew Engelbrecht [Tue, 23 Jul 2019 21:59:20 +0000 (17:59 -0400)]
updated RYF logo to new draft SVG

this file may change in the future

4 years agomake fsf logo in footer black when printing
Andrew Engelbrecht [Mon, 22 Jul 2019 16:19:04 +0000 (12:19 -0400)]
make fsf logo in footer black when printing

4 years agorm unnecessary css that messes up print preview
Andrew Engelbrecht [Mon, 22 Jul 2019 16:10:49 +0000 (12:10 -0400)]
rm unnecessary css that messes up print preview

the footer looks fine without this, and the print preview now looks
correct.

4 years agosplit footer module into static and dynamic blocks
Andrew Engelbrecht [Thu, 18 Jul 2019 14:58:43 +0000 (10:58 -0400)]
split footer module into static and dynamic blocks

the part of the footer with the list of links has been split into a
static block. the part of the footer with the copyright information has
been kept in the dynamic block. this should make it easier for staff to
edit the static block.

4 years agodon't show categories list on /products for mobile
Andrew Engelbrecht [Tue, 16 Jul 2019 21:34:24 +0000 (17:34 -0400)]
don't show categories list on /products for mobile

4 years agomove search bar up towards the header
Andrew Engelbrecht [Mon, 15 Jul 2019 21:59:29 +0000 (17:59 -0400)]
move search bar up towards the header

4 years agoupdated expiration date in footer
Andrew Engelbrecht [Mon, 15 Jul 2019 19:03:38 +0000 (15:03 -0400)]
updated expiration date in footer

based on the date of the first ryf item

4 years agocorrected a syntax error in footer
Andrew Engelbrecht [Mon, 15 Jul 2019 19:01:25 +0000 (15:01 -0400)]
corrected a syntax error in footer

4 years agotweaked the footer HTML
Andrew Engelbrecht [Mon, 15 Jul 2019 18:54:59 +0000 (14:54 -0400)]
tweaked the footer HTML

4 years agoRevert "use a static footer block instead of a dynamic one"
Andrew Engelbrecht [Mon, 15 Jul 2019 18:39:32 +0000 (14:39 -0400)]
Revert "use a static footer block instead of a dynamic one"

This reverts commit 31fd2207757495e4a40089582b6488c19f8ab92d.

Bringing back the dynamic footer.

There are some advantages to having a dynamic footer, the supposed
advantages of using a static footer were not all that great, and the
Drupal bug that caused errors due to the missing footer are all reasons
to switch back to the dynamic footer.

4 years agoRevert "placeholder for theme "footer" submodule"
Andrew Engelbrecht [Mon, 15 Jul 2019 18:38:35 +0000 (14:38 -0400)]
Revert "placeholder for theme "footer" submodule"

This reverts commit bcce8590256ed863b8bc9784d68bc194b81d7f04.

This attempted workaround didn't work.

4 years agoplaceholder for theme "footer" submodule
Andrew Engelbrecht [Mon, 15 Jul 2019 18:23:30 +0000 (14:23 -0400)]
placeholder for theme "footer" submodule

Drush complained about a missing "footer" module no matter how else i
tried to purge that module from Drupal. This placeholder silences that
error.

4 years agowhitespace change
Andrew Engelbrecht [Mon, 8 Jul 2019 21:37:43 +0000 (17:37 -0400)]
whitespace change

4 years agomove nav links down a bit on desktop view
Andrew Engelbrecht [Mon, 8 Jul 2019 21:37:22 +0000 (17:37 -0400)]
move nav links down a bit on desktop view

4 years agoadjustments to mobile style
Andrew Engelbrecht [Mon, 8 Jul 2019 21:20:17 +0000 (17:20 -0400)]
adjustments to mobile style

created a more aesthetical placement of the logo and some other changes,
like a min height of the header.

4 years agoremove some undesired code
Andrew Engelbrecht [Mon, 8 Jul 2019 21:18:14 +0000 (17:18 -0400)]
remove some undesired code

this was putting the hamburger menu outside of the window viewport.

4 years agoremove unused code
Andrew Engelbrecht [Mon, 8 Jul 2019 21:16:41 +0000 (17:16 -0400)]
remove unused code

the div id is actually called #block-ryf-main-menu, but we don't want
this style applied there.

4 years agohide some elements
Andrew Engelbrecht [Mon, 8 Jul 2019 21:16:27 +0000 (17:16 -0400)]
hide some elements

4 years agotweaked css comment
Andrew Engelbrecht [Mon, 8 Jul 2019 18:39:44 +0000 (14:39 -0400)]
tweaked css comment

4 years agochanges to header, footer and main divs
Andrew Engelbrecht [Mon, 8 Jul 2019 18:36:43 +0000 (14:36 -0400)]
changes to header, footer and main divs

changes were made to the ryf theme so that the "container" class is set
in html, via the theme configuration system, the header was set to
"static top", and the footer is expanded to full width via the css in
this commit.

4 years agoshow dropdown menu labels above dropdown menus
Andrew Engelbrecht [Fri, 28 Jun 2019 20:28:19 +0000 (16:28 -0400)]
show dropdown menu labels above dropdown menus

... on medium and larger screens

this allows us to fit more dropdown menus in a narrow page.

4 years agotweaked navbar links
Andrew Engelbrecht [Thu, 27 Jun 2019 19:47:08 +0000 (15:47 -0400)]
tweaked navbar links

4 years agoshrink main logo on smaller displays (xs)
Andrew Engelbrecht [Wed, 26 Jun 2019 21:08:26 +0000 (17:08 -0400)]
shrink main logo on smaller displays (xs)

4 years agoset a style for the fsf logo in the footer
Andrew Engelbrecht [Wed, 26 Jun 2019 20:56:48 +0000 (16:56 -0400)]
set a style for the fsf logo in the footer

4 years agoset a minimum width for the site
Andrew Engelbrecht [Wed, 26 Jun 2019 20:56:33 +0000 (16:56 -0400)]
set a minimum width for the site

4 years agoexpand top menu in mobile view by default
Andrew Engelbrecht [Tue, 25 Jun 2019 19:33:02 +0000 (15:33 -0400)]
expand top menu in mobile view by default

4 years agouse a static footer block instead of a dynamic one
Andrew Engelbrecht [Tue, 25 Jun 2019 18:59:53 +0000 (14:59 -0400)]
use a static footer block instead of a dynamic one

this will make updating its text by end users easier.

for now, the nice looking footer template has been copied into a static
block. if we need a dynamic footer in the future, we can bring these
files back.

4 years agoupdated href in link to all campaigns in footer
Andrew Engelbrecht [Tue, 25 Jun 2019 18:42:25 +0000 (14:42 -0400)]
updated href in link to all campaigns in footer

4 years agowhitespace adjustments
Andrew Engelbrecht [Tue, 25 Jun 2019 18:40:45 +0000 (14:40 -0400)]
whitespace adjustments

4 years agoAdded link to Weblabels page for LibreJS
Andrew Engelbrecht [Mon, 24 Jun 2019 21:12:24 +0000 (17:12 -0400)]
Added link to Weblabels page for LibreJS

4 years agoRemoved black border from main RYF logo
Andrew Engelbrecht [Mon, 24 Jun 2019 21:11:02 +0000 (17:11 -0400)]
Removed black border from main RYF logo

This was requested by Ruben.

4 years agoadded basic .gitignore file
Andrew Engelbrecht [Mon, 10 Jun 2019 19:45:49 +0000 (15:45 -0400)]
added basic .gitignore file

4 years agoadded image thumbnails to search results
Andrew Engelbrecht [Mon, 10 Jun 2019 19:44:07 +0000 (15:44 -0400)]
added image thumbnails to search results

4 years agofix border h1
Valessio Soares de Brito [Thu, 6 Jun 2019 03:22:18 +0000 (23:22 -0400)]
fix border h1

4 years agoalign search input
Valessio Soares de Brito [Thu, 6 Jun 2019 03:18:54 +0000 (23:18 -0400)]
align search input

4 years agoborder page header
Valessio Soares de Brito [Thu, 6 Jun 2019 03:12:22 +0000 (23:12 -0400)]
border page header

4 years agoMerge branch 'master' of gitlab.com:valessiobrito/ryf-theme-drupal
Valessio Soares de Brito [Thu, 6 Jun 2019 02:58:15 +0000 (22:58 -0400)]
Merge branch 'master' of gitlab.com:valessiobrito/ryf-theme-drupal

4 years agoadjust style ryf-list
Valessio Soares de Brito [Thu, 6 Jun 2019 02:57:58 +0000 (22:57 -0400)]
adjust style ryf-list

4 years agoorganize css and add style nav-menu
Valessio Soares de Brito [Thu, 6 Jun 2019 02:17:38 +0000 (22:17 -0400)]
organize css and add style nav-menu

4 years agofix img module footer and align
Valessio Soares de Brito [Thu, 6 Jun 2019 00:25:56 +0000 (20:25 -0400)]
fix img module footer and align

4 years agoadd module custom footer
Valessio Soares de Brito [Thu, 6 Jun 2019 00:18:40 +0000 (20:18 -0400)]
add module custom footer

4 years agofixing hack layout fluid
Valessio Soares de Brito [Wed, 5 Jun 2019 22:56:03 +0000 (18:56 -0400)]
fixing hack layout fluid

4 years agoadd bootstrap local
Valessio Soares de Brito [Wed, 5 Jun 2019 22:48:20 +0000 (18:48 -0400)]
add bootstrap local

4 years agofixing rename settings
Valessio Soares de Brito [Tue, 21 May 2019 13:11:48 +0000 (09:11 -0400)]
fixing rename settings

4 years agoMerge branch 'master' of gitlab.com:valessiobrito/ryf-theme-drupal
Valessio Soares de Brito [Wed, 15 May 2019 03:32:50 +0000 (23:32 -0400)]
Merge branch 'master' of gitlab.com:valessiobrito/ryf-theme-drupal

4 years agofixing scroll on mobile
Valessio Soares de Brito [Wed, 15 May 2019 03:32:37 +0000 (23:32 -0400)]
fixing scroll on mobile

4 years agofixing itens menu on mobile
Valessio Soares de Brito [Wed, 15 May 2019 03:31:04 +0000 (23:31 -0400)]
fixing itens menu on mobile

4 years agoAdd README about files temporary, just using on preview.html
Valessio Soares de Brito [Wed, 15 May 2019 03:27:08 +0000 (23:27 -0400)]
Add README about files temporary, just using on preview.html

4 years agofixing to Drupal8 theme
Valessio Soares de Brito [Wed, 15 May 2019 03:26:38 +0000 (23:26 -0400)]
fixing to Drupal8 theme

4 years agoAdd LICENSE
ValessioBrito [Wed, 15 May 2019 03:15:50 +0000 (03:15 +0000)]
Add LICENSE

4 years agoInitial release
Valessio Soares de Brito [Wed, 15 May 2019 03:06:19 +0000 (23:06 -0400)]
Initial release