├── src ├── scss │ ├── _custom-variables.scss │ └── bulma-theme.scss ├── assets │ ├── robots.txt │ ├── favicon.ico │ └── placeholder │ │ └── icons │ │ ├── play.svg │ │ ├── facebook-f.svg │ │ ├── white │ │ ├── facebook-f.svg │ │ ├── google.svg │ │ ├── clock-o.svg │ │ └── twitter.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── level-up.svg │ │ ├── level-down.svg │ │ ├── map-marker.svg │ │ ├── check.svg │ │ ├── facebook-official.svg │ │ ├── folder-o.svg │ │ ├── close.svg │ │ ├── chevron-circle-down.svg │ │ ├── folder-open.svg │ │ ├── google.svg │ │ ├── plane.svg │ │ ├── share-alt.svg │ │ ├── clock-o.svg │ │ ├── play-circle-o.svg │ │ ├── twitter.svg │ │ ├── apple.svg │ │ ├── calendar-o.svg │ │ ├── chrome.svg │ │ ├── envelope.svg │ │ ├── linkedin-in.svg │ │ ├── heart-o.svg │ │ ├── quote-left.svg │ │ ├── file-text-o.svg │ │ ├── envelope-o.svg │ │ ├── phone.svg │ │ ├── internet-explorer.svg │ │ ├── firefox.svg │ │ ├── users.svg │ │ ├── instagram.svg │ │ ├── safari.svg │ │ └── unicorn.svg ├── components │ └── footer.pug ├── hero.pug ├── cookies.pug ├── content.pug ├── navbar.pug ├── http-codes.pug ├── cta.pug ├── gallery.pug ├── grid.pug ├── team.pug ├── footers.pug ├── sign-in.pug ├── pagination.pug ├── how-it-works.pug ├── portfolio.pug ├── features.pug ├── pricing.pug ├── testimonials.pug ├── contacts.pug └── admin.pug ├── components ├── robots.txt ├── resources │ ├── themes │ │ └── bootstrap │ │ │ ├── default_header.php │ │ │ ├── img │ │ │ └── folder.png │ │ │ ├── default_footer.php │ │ │ ├── js │ │ │ └── directorylister.js │ │ │ └── css │ │ │ └── style.css │ ├── config.php │ └── fileTypes.php ├── favicon.ico ├── placeholder │ └── icons │ │ ├── play.svg │ │ ├── facebook-f.svg │ │ ├── white │ │ ├── facebook-f.svg │ │ ├── google.svg │ │ ├── clock-o.svg │ │ └── twitter.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── level-up.svg │ │ ├── level-down.svg │ │ ├── map-marker.svg │ │ ├── check.svg │ │ ├── facebook-official.svg │ │ ├── folder-o.svg │ │ ├── close.svg │ │ ├── chevron-circle-down.svg │ │ ├── folder-open.svg │ │ ├── google.svg │ │ ├── plane.svg │ │ ├── share-alt.svg │ │ ├── clock-o.svg │ │ ├── play-circle-o.svg │ │ ├── twitter.svg │ │ ├── apple.svg │ │ ├── calendar-o.svg │ │ ├── chrome.svg │ │ ├── envelope.svg │ │ ├── linkedin-in.svg │ │ ├── heart-o.svg │ │ ├── quote-left.svg │ │ ├── file-text-o.svg │ │ ├── envelope-o.svg │ │ ├── phone.svg │ │ ├── internet-explorer.svg │ │ ├── firefox.svg │ │ ├── users.svg │ │ ├── instagram.svg │ │ ├── safari.svg │ │ └── unicorn.svg ├── components │ └── footer.html ├── index.php ├── hero.html ├── navbar.html ├── content.html ├── cookies.html ├── http-codes.html ├── cta.html ├── gallery.html ├── pagination.html ├── footers.html ├── team.html ├── grid.html ├── sign-in.html ├── portfolio.html ├── sitemap.xml ├── how-it-works.html ├── features.html ├── pricing.html └── testimonials.html ├── .gitignore ├── LICENSE ├── package.json └── README.md /src/scss/_custom-variables.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /components/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / -------------------------------------------------------------------------------- /src/assets/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | public 3 | deploy.js 4 | -------------------------------------------------------------------------------- /components/resources/themes/bootstrap/default_header.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /components/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bulma-css-templates/bulma-components/HEAD/components/favicon.ico -------------------------------------------------------------------------------- /src/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bulma-css-templates/bulma-components/HEAD/src/assets/favicon.ico -------------------------------------------------------------------------------- /components/resources/themes/bootstrap/img/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bulma-css-templates/bulma-components/HEAD/components/resources/themes/bootstrap/img/folder.png -------------------------------------------------------------------------------- /components/resources/themes/bootstrap/default_footer.php: -------------------------------------------------------------------------------- 1 |
Hero styled with Bulma - source code
18 |Navbars styled with Bulma - source code
18 |Content Elements built styled with Bulma - source code
18 |Our mission is not to outsell Hooli with a product like their latest Box 3. We are not in it for the money - we are in it to make the whole world decentralized. To give you control over your data. To change by the internet as we know it by integrating a very important feature into it - freedom.
25 |Our mission is not to outsell Hooli with a product like their latest Box 3. We are not in it for the money - we are in it to make the whole world decentralized. To give you control over your data. To change by the internet as we know it by integrating a very important feature into it - freedom.
33 |Cookies styled with Bulma - source code
18 |We use cookies to personalise content, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners. If you want to change your cookie setting, please see the ‘how to reject cookies' section of our Cookie Policy. Otherwise, if you agree to our use of cookies, please continue to use our website.
26 | 27 |We use cookies to personalise content, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners. If you want to change your cookie setting, please see the ‘how to reject cookies' section of our Cookie Policy. Otherwise, if you agree to our use of cookies, please continue to use our website.
34 | 35 |Http Codes elements styled with Bulma - source code
18 |Page not found
27 |As well as funds, willing VC-s, client-centered approach, basic UX skills, proper level of nutrients, girlfriends and most of our dignity.
28 |Page not found
39 |As well as funds, willing VC-s, client-centered approach, basic UX skills, proper level of nutrients, girlfriends and most of our dignity.
40 |Call to action styled with Bulma - source code
18 |Decentralized, secure, private. The PiperNet is on it's way to revolutionize every smartphone, PC, and smart-fridge near you.
Join the Revolution! 25 |Decentralized, secure, private. The PiperNet is on it's way to revolutionize every smartphone, PC, and smart-fridge near you.
32 | 33 |Image Gallery styled with Bulma - source code
18 |Pagination styled with Bulma - source code
18 |Footers styled with Bulma - source code
18 |Team Cards styled with Bulma - source code
18 |We are the guys that made this whole thing possible
25 |CEO
34 |When I'm not obsessively stressing about the fate of Pied Piper, I sometimes give lectures to school kids. Spend most of my time coding.
35 |CTO
44 |I am the absolute best programmer at Pied Piper (especially better than Gilfoyle). My genius shines and guides the Pied Piper team.
45 |Chief Systems Architect
54 |I work on Pied Piper only for the advanced technology. I don't really like most people I work with, but they need me to put out their fires, so I stay.
55 |Grid styled with Bulma - source code
18 |Your data is stored in many places at once. Awesome, right?
27 |Nobody will be able to use your data without your consent.
31 |Your data is virtually unhackable compared to traditional net.
42 |Nobody is tracking you when your activity when you use PiperNet.
46 |Previously unimaginable transfer speed thanks to middle-out compression.
50 |Decentralized design allows data to flow freely and efficiently.
54 |Gather computing power from idle machines in your network to act as a decentralized server.
58 |Store your data safely, and access it faster than ever.
62 |Sign-in Forms styled with Bulma - source code
18 |Portfolio styled with Bulma - source code
18 |How it Works elements styled with Bulma - source code
18 |Using our Piper Assistant application, you can move your data to be stored our decentralized network with simple drag & drop.
29 |We want to make sure that you can keep using the software that you use to manage your business.
34 |As with all innovative technologies, sometimes unpredictable things will happen, and you can always count on our support to solve issues for you.
39 |Let's get you connected! We've designed a simple, efficient process for companies migrating to PiperNet. Here's how it works.
Start Setup! 52 |Features Elements styled with Bulma - source code
18 |Your data is virtually unhackable compared to traditional net
56 |Nobody is tracking you when your activity when you use Piper Net
65 |Previously unimaginable transfer speed thanks to middle-out compression
74 |Pricing components styled with Bulma - source code
18 |Join our network, but build and manage everything yourself.
30 |We build what you need, but you still need to manage your data.
46 |We do everything for you, including managing your data.
60 |Join our network, but build and manage everything yourself.
83 |We build what you need, but you still need to manage your data.
93 |We do everything for you, including managing your data.
103 |Testimonial Cards styled with Bulma - source code
18 |It's a really cool network. Like, we had a fight with Richard at one point, and I think they deleted some of my data, but then they brought it back. Just bro's being bro's. Respected!
32 |CEO at K-Hole
34 |This is such a great product that I feel aroused every time I use it. I didn't know the boys would be able to build, but god damn it, they did it. Kickass!
42 |Investor, Angel, Great Guy
44 |Even though I have been dismantled, I live on as an artificial intelligence on the PiperNet. I really like it here. Still waiting for Jared to Piper-chat with me sometime.
52 |Artificial Intelligence
54 |It's a really cool network. Like, we had a fight with Richard at one point, and I think they deleted some of my data, but then they brought it back. Just bro's being bro's. Respected!
65 |CEO at K-Hole
72 |This is such a great product that I feel aroused every time I use it. I didn't know the boys would be able to build, but god damn it, they did it. Kickass!
75 |Investor, Angel, Great Guy
82 |Even though I have been dismantled, I live on as an artificial intelligence on the PiperNet. I really like it here. Still waiting for Jared to Piper-chat with me sometime.
85 |Artificial Intelligence
92 |