five-for-the-future/themes/wporg-5ftf
Ian Dunn d86c93c67e
Theme: Add temporary badge for Photos to fill empty icon.
There isn't a badge for the Photos team yet -- see https://meta.trac.wordpress.org/ticket/5981 -- so for now I just used the `camera` dashicon that Luke Carbis suggested in https://meta.trac.wordpress.org/ticket/5988.

We can update it whenever the final badge icon/colors are decided.

Fixes #171
2022-03-28 15:12:45 -07:00
..
css Theme: Add temporary badge for Photos to fill empty icon. 2022-03-28 15:12:45 -07:00
images Theme: Initial commit. 2019-09-24 16:23:39 -07:00
template-parts Pledges: Tweak spacing & typography 2021-05-11 13:41:56 -07:00
404.php Add missing empty alt attribute to 404’s logo image (#111) 2019-11-23 12:17:17 -05:00
archive-5ftf_pledge.php Theme: Apply coding standards. 2021-05-04 08:52:33 -07:00
archive.php Pledge List: Display pledges in list with sort and search ability (#33) 2019-10-25 16:34:46 -04:00
footer.php Theme: Enable testing new header on w.org sandboxes 2021-12-22 09:09:58 -08:00
functions.php Theme: Add temporary badge for Photos to fill empty icon. 2022-03-28 15:12:45 -07:00
Gruntfile.js Update and document CSS structure 2019-10-02 10:57:31 -04:00
header.php Theme: Sync SVN commits to canonical Git repo. 2022-03-18 12:42:05 -07:00
index.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
package-lock.json Bump dot-prop from 4.2.0 to 4.2.1 in /themes/wporg-5ftf (#155) 2020-12-10 13:12:34 -05:00
package.json Tools: Update node packages 2020-12-10 12:39:27 -05:00
page.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
README.md Single Pledge: Add intro message to pledges for clarity. 2021-05-04 08:52:23 -07:00
screenshot.png Theme: Initial commit. 2019-09-24 16:23:39 -07:00
search.php Pledge List: Style search results 2019-10-28 20:37:09 -04:00
searchform.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
single-5ftf_pledge.php Consistently link to proifiles.wordpress.org/%user/ 2021-12-15 17:19:25 +10:00
single.php Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00
style.css Theme: Move above pub/ folder to avoid clutter from sync commits. 2019-09-24 16:49:35 -07:00

WordPress.org Five for the Future theme

WordPress theme for the Five for the Future subsite.

Developing

npm install
npm start

Make CSS changes in the css/ folder, and css/style.css will be rebuilt automatically.

See ./css/README.md for docs on how SASS files are structured.

Committing

Before committing changes to css/, please run grunt build to keep the file size down.

Miscellaneous

See the root README for information on syncing changes from Git to SVN.