Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
/ PixelsForDrupal Public archive

A community initiative to help the Drupal Association raise funds during #DrupalCares.

Notifications You must be signed in to change notification settings

amazeeio/PixelsForDrupal

Repository files navigation

# Pixels for Drupal

Now a static site, just a single Nginx container.

Commands use to make the site static:

```bash
wget --adjust-extension --mirror --page-requisites --convert-links -e robots=off https://pixelsfordrupal.com/
```

To capture the popups, we need to be a little creative:

```bash
for i in {1..400}; do echo $i; curl -s "https://pixelsfordrupal.com/ga.php?AID=${i}&t=1607033203" -o popups/${i}.html ; done
```

About

A community initiative to help the Drupal Association raise funds during #DrupalCares.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •