shop.html 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <!--
  2. girishm.nfshost.com is the source for personal webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
  3. Copyright &copy; 2020 Girish M
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <https://www.gnu.org/licenses/>
  14. Intensify by TEMPLATED
  15. templated.co @templatedco
  16. Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  17. -->
  18. <!DOCTYPE HTML>
  19. <html lang="en">
  20. <head>
  21. <title>Shop</title>
  22. <meta charset="utf-8"/>
  23. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24. <link rel="stylesheet" href="assets/css/main.css"/>
  25. <style type="text/css">
  26. #altLinks li{
  27. display: inline;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <!-- -->
  33. <!-- Header -->
  34. <header id="header">
  35. <nav class="left">
  36. <a href="#menu"><span>Menu</span></a>
  37. </nav>
  38. <a href="shop.html" class="logo">Shop</a>
  39. <nav class="right">
  40. <a href="index.html"><img src="assets/img/home.jpg"></a>
  41. </nav>
  42. </header>
  43. <!-- Menu -->
  44. <nav id="menu">
  45. <ul class="links">
  46. <li><a href="index.html">Home</a></li>
  47. <li><a href="services.html">Services</a></li>
  48. <li><a href="project.html">Projects</a></li>
  49. <li><a href="workExperience.html">Experience</a></li>
  50. <li><a href="education.html">Education</a></li>
  51. <li><a href="writing.html">Blog</a></li>
  52. <li><a href="photo.html">Photos</a></li>
  53. <li><a href="shop.html">Shop</a></li>
  54. <!-- <li><a href="contact.html">Contact</a></li> -->
  55. <li><a href="subscribe.html">Hire me</a></li>
  56. </ul>
  57. </nav>
  58. <!-- Main -->
  59. <section id="main" class="wrapper">
  60. <div class="inner flex flex-3">
  61. <div class="flex-item box">
  62. <div class="image fit">
  63. <img src="assets/img/2020Setup.jpg" alt="setup image"/>
  64. </div>
  65. <div class="content">
  66. <h3>Own this freedom respecting computer for your personal use or work.</h3>
  67. <p>
  68. <b>Unique custom rig.</b>
  69. <i>Hardware Specs</i> - Intel(R) Core(TM)2 CPU L9400, 8GB DDR3 RAM, 240GB SSD,
  70. 1TB external HDD, Dell U2412M 24" (1920x1200@60Hz) display x 2 (Grade A condition), Dell external wired
  71. mouse and keyboard, detachable Logitech C270 HD WebCam and X200s Docking station.
  72. <b>All peripherals in excellent condition and tested thoroughly.</b>
  73. <i>Software Specs</i> -
  74. <u>Firmware</u> - Libreboot (a flavor of Coreboot) BIOS. Proprietary BIOS and Intel management engine (ME) have been me
  75. removed.
  76. <u>Operating System</u> - Trisquel 8.0 - A fully free GNU/Linux operating system.
  77. <u>Networking</u> - Wired Ethernet (1GBPS) and wireless to connect to internet using Tor or VPN.
  78. <u>Desktop environment</u> - Mate desktop environment and GNOME.
  79. <u>Web Browser</u> - Abrowser 78.0.2 with GNU LibreJS, HTTPS Everywhere, Onion browser button and
  80. Third-party request blocker addons.
  81. <u>Email</u> - Icedove email client with Enigmail addon.
  82. To know more, read my blog about it <a href="MyComputer.html">here</a>
  83. Interested in buying? Place an order below. (Price inclusive of shipping and taxes)
  84. <i>Shipping information</i> - Shipped within 5 days of payment. Worldwide shipping with UPS or DHL.
  85. Estimated
  86. delivery time depends on your location.
  87. <i>Customisation</i> - Software customisation available on request.
  88. </p>
  89. <div id="smart-button-container">
  90. <div style="text-align: center;">
  91. <div id="paypal-button-container"></div>
  92. </div>
  93. </div>
  94. <script src="https://www.paypal.com/sdk/js?client-id=sb&currency=USD"
  95. data-sdk-integration-source="button-factory"></script>
  96. <script>
  97. function initPayPalButton() {
  98. paypal.Buttons({
  99. style: {
  100. shape: 'rect',
  101. color: 'gold',
  102. layout: 'vertical',
  103. label: 'checkout',
  104. },
  105. createOrder: function (data, actions) {
  106. return actions.order.create({
  107. purchase_units: [{
  108. "description": "Unique rig - A headless Libreboot X200s with two 24\" external displays, detachable HD webcam and docking station.",
  109. "amount": {
  110. "currency_code": "USD",
  111. "value": 1840.2,
  112. "breakdown": {
  113. "item_total": {"currency_code": "USD", "value": 1390},
  114. "shipping": {"currency_code": "USD", "value": 200},
  115. "tax_total": {"currency_code": "USD", "value": 250.2}
  116. }
  117. }
  118. }]
  119. });
  120. },
  121. onApprove: function (data, actions) {
  122. return actions.order.capture().then(function (details) {
  123. alert('Transaction completed by ' + details.payer.name.given_name + '!');
  124. });
  125. },
  126. onError: function (err) {
  127. console.log(err);
  128. }
  129. }).render('#paypal-button-container');
  130. }
  131. initPayPalButton();
  132. </script>
  133. <noscript>
  134. Send me your request to my email to place a request to buy.
  135. </noscript>
  136. </div>
  137. </div>
  138. </div>
  139. </section>
  140. <!-- Footer -->
  141. <footer id="footer">
  142. <div class="inner">
  143. <ul class="actions">
  144. <li><span class="icon fa-envelope"></span>contact at girishm dot info</li>
  145. <li><a href="gm.asc">GPG key</a></li>
  146. <li><a href="https://xmpp.org/software/clients.html">XMPP chat</a> - girishm at member dot fsf dot org
  147. </li>
  148. </ul>
  149. </div>
  150. <noscript>
  151. <h3>For those who are afraid of JavaScript</h3>
  152. <div class="inner flex flex-3 row 6u 12u$(small)">
  153. <ul id="altLinks">
  154. <li><a href="index.html">Home</a></li>
  155. <li><a href="services.html">Services</a></li>
  156. <li><a href="project.html">Projects</a></li>
  157. <li><a href="workExperience.html">Experience</a></li>
  158. <li><a href="education.html">Education</a></li>
  159. <li><a href="writing.html">Blog</a></li>
  160. <li><a href="photo.html">Photos</a></li>
  161. <li><a href="shop.html">Shop</a></li>
  162. <!--<li><a href="contact.html">Contact</a></li>-->
  163. <li><a href="subscribe.html">Hire me</a></li>
  164. </ul>
  165. </div>
  166. </noscript>
  167. <div class="copyright">
  168. <p>Copyright &copy; 2021, 20, Girish M, <img alt="Creative Commons License" style="border-width:0"
  169. src="assets/img/cc.png"/>
  170. <br/>
  171. This work is licensed under a <a rel="license"
  172. href="http://creativecommons.org/licenses/by/4.0/">Creative
  173. Commons
  174. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  175. href="https://notabug.org/girishm/girishm.nfshost.com/src/master/shop.html">here</a>
  176. </p>
  177. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a
  178. href="https://unsplash.com">Unsplash</a>.
  179. </div>
  180. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  181. </footer>
  182. <!-- Scripts -->
  183. <script src="assets/js/jquery.min.js"></script>
  184. <script src="assets/js/jquery.scrolly.min.js"></script>
  185. <script src="assets/js/skel.min.js"></script>
  186. <script src="assets/js/util.js"></script>
  187. <script src="assets/js/main.js"></script>
  188. <script src="assets/fcf-assets/js/fcf.just-validate.min.js"></script>
  189. <script src="assets/fcf-assets/js/fcf.form.js"></script>
  190. </body>
  191. </html>