summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Andrew Engelbrecht [Mon, 22 Jul 2019 16:19:04 +0000 (12:19 -0400)]
make fsf logo in footer black when printing
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.
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.
Andrew Engelbrecht [Tue, 16 Jul 2019 21:34:24 +0000 (17:34 -0400)]
don't show categories list on /products for mobile
Andrew Engelbrecht [Mon, 15 Jul 2019 21:59:29 +0000 (17:59 -0400)]
move search bar up towards the header
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
Andrew Engelbrecht [Mon, 15 Jul 2019 19:01:25 +0000 (15:01 -0400)]
corrected a syntax error in footer
Andrew Engelbrecht [Mon, 15 Jul 2019 18:54:59 +0000 (14:54 -0400)]
tweaked the footer HTML
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.
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.
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.
Andrew Engelbrecht [Mon, 8 Jul 2019 21:37:43 +0000 (17:37 -0400)]
whitespace change
Andrew Engelbrecht [Mon, 8 Jul 2019 21:37:22 +0000 (17:37 -0400)]
move nav links down a bit on desktop view
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.
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.
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.
Andrew Engelbrecht [Mon, 8 Jul 2019 21:16:27 +0000 (17:16 -0400)]
hide some elements
Andrew Engelbrecht [Mon, 8 Jul 2019 18:39:44 +0000 (14:39 -0400)]
tweaked css comment
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.
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.
Andrew Engelbrecht [Thu, 27 Jun 2019 19:47:08 +0000 (15:47 -0400)]
tweaked navbar links
Andrew Engelbrecht [Wed, 26 Jun 2019 21:08:26 +0000 (17:08 -0400)]
shrink main logo on smaller displays (xs)
Andrew Engelbrecht [Wed, 26 Jun 2019 20:56:48 +0000 (16:56 -0400)]
set a style for the fsf logo in the footer
Andrew Engelbrecht [Wed, 26 Jun 2019 20:56:33 +0000 (16:56 -0400)]
set a minimum width for the site
Andrew Engelbrecht [Tue, 25 Jun 2019 19:33:02 +0000 (15:33 -0400)]
expand top menu in mobile view by default
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.
Andrew Engelbrecht [Tue, 25 Jun 2019 18:42:25 +0000 (14:42 -0400)]
updated href in link to all campaigns in footer
Andrew Engelbrecht [Tue, 25 Jun 2019 18:40:45 +0000 (14:40 -0400)]
whitespace adjustments
Andrew Engelbrecht [Mon, 24 Jun 2019 21:12:24 +0000 (17:12 -0400)]
Added link to Weblabels page for LibreJS
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.
Andrew Engelbrecht [Mon, 10 Jun 2019 19:45:49 +0000 (15:45 -0400)]
added basic .gitignore file
Andrew Engelbrecht [Mon, 10 Jun 2019 19:44:07 +0000 (15:44 -0400)]
added image thumbnails to search results
Valessio Soares de Brito [Thu, 6 Jun 2019 03:22:18 +0000 (23:22 -0400)]
fix border h1
Valessio Soares de Brito [Thu, 6 Jun 2019 03:18:54 +0000 (23:18 -0400)]
align search input
Valessio Soares de Brito [Thu, 6 Jun 2019 03:12:22 +0000 (23:12 -0400)]
border page header
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
Valessio Soares de Brito [Thu, 6 Jun 2019 02:57:58 +0000 (22:57 -0400)]
adjust style ryf-list
Valessio Soares de Brito [Thu, 6 Jun 2019 02:17:38 +0000 (22:17 -0400)]
organize css and add style nav-menu
Valessio Soares de Brito [Thu, 6 Jun 2019 00:25:56 +0000 (20:25 -0400)]
fix img module footer and align
Valessio Soares de Brito [Thu, 6 Jun 2019 00:18:40 +0000 (20:18 -0400)]
add module custom footer
Valessio Soares de Brito [Wed, 5 Jun 2019 22:56:03 +0000 (18:56 -0400)]
fixing hack layout fluid
Valessio Soares de Brito [Wed, 5 Jun 2019 22:48:20 +0000 (18:48 -0400)]
add bootstrap local
Valessio Soares de Brito [Tue, 21 May 2019 13:11:48 +0000 (09:11 -0400)]
fixing rename settings
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
Valessio Soares de Brito [Wed, 15 May 2019 03:32:37 +0000 (23:32 -0400)]
fixing scroll on mobile
Valessio Soares de Brito [Wed, 15 May 2019 03:31:04 +0000 (23:31 -0400)]
fixing itens menu on mobile
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
Valessio Soares de Brito [Wed, 15 May 2019 03:26:38 +0000 (23:26 -0400)]
fixing to Drupal8 theme
ValessioBrito [Wed, 15 May 2019 03:15:50 +0000 (03:15 +0000)]
Add LICENSE
Valessio Soares de Brito [Wed, 15 May 2019 03:06:19 +0000 (23:06 -0400)]
Initial release