ledger_sync 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/docs/blog/index.html +43 -64
  4. data/docs/guides/architecture/clients/index.html +44 -65
  5. data/docs/guides/architecture/index.html +44 -65
  6. data/docs/guides/architecture/operations/index.html +44 -65
  7. data/docs/guides/architecture/resources/index.html +44 -65
  8. data/docs/guides/architecture/results/index.html +44 -65
  9. data/docs/guides/architecture/searchers/index.html +44 -65
  10. data/docs/guides/architecture/serialization/index.html +44 -65
  11. data/docs/guides/community/index.html +44 -65
  12. data/docs/guides/contribute/console/index.html +45 -66
  13. data/docs/guides/contribute/deployment/index.html +47 -68
  14. data/docs/guides/contribute/documentation/index.html +45 -66
  15. data/docs/guides/contribute/index.html +45 -66
  16. data/docs/guides/contribute/qa/index.html +45 -66
  17. data/docs/guides/contribute/testing/index.html +45 -66
  18. data/docs/guides/customization/custom_resources/index.html +44 -65
  19. data/docs/guides/customization/custom_serializers/index.html +44 -65
  20. data/docs/guides/customization/index.html +44 -65
  21. data/docs/guides/customization/resource_converters/index.html +44 -65
  22. data/docs/guides/getting-started/get-help/index.html +44 -65
  23. data/docs/guides/getting-started/index.html +44 -65
  24. data/docs/guides/getting-started/installation/index.html +44 -65
  25. data/docs/guides/getting-started/quick-start/index.html +44 -65
  26. data/docs/guides/index.html +44 -65
  27. data/docs/guides/ledgers/index.html +44 -65
  28. data/docs/guides/ledgers/netsuite/index.html +44 -65
  29. data/docs/guides/ledgers/netsuite_soap/index.html +44 -65
  30. data/docs/guides/ledgers/quickbooks_online/index.html +44 -65
  31. data/docs/guides/ledgers/stripe/index.html +44 -65
  32. data/docs/guides/modern-treasury/index.html +44 -65
  33. data/docs/guides/tips_and_more/index.html +44 -65
  34. data/docs/index.html +43 -64
  35. data/docs/overview/index.html +43 -64
  36. data/docs/posts/introducing-docs/index.html +43 -64
  37. data/docs/posts/netsuite-authentication/index.html +43 -64
  38. data/docs/reference/architecture/clients/index.html +43 -64
  39. data/docs/reference/architecture/index.html +43 -64
  40. data/docs/reference/architecture/operations/index.html +43 -64
  41. data/docs/reference/architecture/resources/index.html +43 -64
  42. data/docs/reference/architecture/results/index.html +43 -64
  43. data/docs/reference/architecture/searchers/index.html +43 -64
  44. data/docs/reference/architecture/serialization/index.html +43 -64
  45. data/docs/reference/index.html +43 -64
  46. data/docs/reference/netsuite/authentication/index.html +43 -64
  47. data/docs/reference/netsuite/authentication/token_based_authentication/index.html +43 -64
  48. data/docs/reference/netsuite/index.html +43 -64
  49. data/docs/reference/netsuite/resources/account/index.html +43 -64
  50. data/docs/reference/netsuite/resources/check/index.html +43 -64
  51. data/docs/reference/netsuite/resources/check_line_item/index.html +43 -64
  52. data/docs/reference/netsuite/resources/currency/index.html +43 -64
  53. data/docs/reference/netsuite/resources/customer/index.html +43 -64
  54. data/docs/reference/netsuite/resources/customer_deposit/index.html +43 -64
  55. data/docs/reference/netsuite/resources/department/index.html +43 -64
  56. data/docs/reference/netsuite/resources/deposit/index.html +43 -64
  57. data/docs/reference/netsuite/resources/deposit_line_item/index.html +43 -64
  58. data/docs/reference/netsuite/resources/index.html +43 -64
  59. data/docs/reference/netsuite/resources/invoice/index.html +43 -64
  60. data/docs/reference/netsuite/resources/invoice_line_item/index.html +43 -64
  61. data/docs/reference/netsuite/resources/item/index.html +43 -64
  62. data/docs/reference/netsuite/resources/journal_entry/index.html +43 -64
  63. data/docs/reference/netsuite/resources/journal_entry_line_item/index.html +43 -64
  64. data/docs/reference/netsuite/resources/ledger_class/index.html +43 -64
  65. data/docs/reference/netsuite/resources/location/index.html +43 -64
  66. data/docs/reference/netsuite/resources/resource/index.html +43 -64
  67. data/docs/reference/netsuite/resources/subsidiary/index.html +43 -64
  68. data/docs/reference/netsuite/resources/vendor/index.html +43 -64
  69. data/docs/reference/netsuite_soap/index.html +43 -64
  70. data/docs/reference/netsuite_soap/resources/customer/index.html +43 -64
  71. data/docs/reference/netsuite_soap/resources/index.html +43 -64
  72. data/docs/reference/netsuite_soap/resources/resource/index.html +43 -64
  73. data/docs/reference/netsuite_soap/resources/subsidiary/index.html +43 -64
  74. data/docs/reference/quickbooks_online/authentication/index.html +43 -64
  75. data/docs/reference/quickbooks_online/errors/index.html +43 -64
  76. data/docs/reference/quickbooks_online/index.html +43 -64
  77. data/docs/reference/quickbooks_online/resources/account/index.html +43 -64
  78. data/docs/reference/quickbooks_online/resources/bill/index.html +43 -64
  79. data/docs/reference/quickbooks_online/resources/bill_line_item/index.html +43 -64
  80. data/docs/reference/quickbooks_online/resources/bill_payment/index.html +43 -64
  81. data/docs/reference/quickbooks_online/resources/bill_payment_line_item/index.html +43 -64
  82. data/docs/reference/quickbooks_online/resources/currency/index.html +43 -64
  83. data/docs/reference/quickbooks_online/resources/customer/index.html +43 -64
  84. data/docs/reference/quickbooks_online/resources/department/index.html +43 -64
  85. data/docs/reference/quickbooks_online/resources/deposit/index.html +43 -64
  86. data/docs/reference/quickbooks_online/resources/deposit_line_item/index.html +43 -64
  87. data/docs/reference/quickbooks_online/resources/expense/index.html +43 -64
  88. data/docs/reference/quickbooks_online/resources/expense_line_item/index.html +43 -64
  89. data/docs/reference/quickbooks_online/resources/index.html +43 -64
  90. data/docs/reference/quickbooks_online/resources/invoice/index.html +43 -64
  91. data/docs/reference/quickbooks_online/resources/invoice_sales_line_item/index.html +43 -64
  92. data/docs/reference/quickbooks_online/resources/item/index.html +43 -64
  93. data/docs/reference/quickbooks_online/resources/journal_entry/index.html +43 -64
  94. data/docs/reference/quickbooks_online/resources/journal_entry_line_item/index.html +43 -64
  95. data/docs/reference/quickbooks_online/resources/ledger_class/index.html +43 -64
  96. data/docs/reference/quickbooks_online/resources/payment/index.html +43 -64
  97. data/docs/reference/quickbooks_online/resources/payment_line_item/index.html +43 -64
  98. data/docs/reference/quickbooks_online/resources/preferences/index.html +43 -64
  99. data/docs/reference/quickbooks_online/resources/primary_email_addr/index.html +43 -64
  100. data/docs/reference/quickbooks_online/resources/primary_phone/index.html +43 -64
  101. data/docs/reference/quickbooks_online/resources/resource/index.html +43 -64
  102. data/docs/reference/quickbooks_online/resources/subsidiary/index.html +43 -64
  103. data/docs/reference/quickbooks_online/resources/transfer/index.html +43 -64
  104. data/docs/reference/quickbooks_online/resources/vendor/index.html +43 -64
  105. data/docs/reference/quickbooks_online/webhooks/index.html +43 -64
  106. data/docs/reference/stripe/index.html +43 -64
  107. data/docs/reference/stripe/resources/customer/index.html +43 -64
  108. data/docs/reference/stripe/resources/index.html +43 -64
  109. data/docs/reference/stripe/resources/resource/index.html +43 -64
  110. data/docs/style-guide/index.html +43 -64
  111. data/documentation/site/_config.yml +7 -1
  112. data/documentation/site/_includes/action_link.html +5 -2
  113. data/documentation/site/_includes/footer.html +19 -24
  114. data/documentation/site/guides/contribute/deployment.md +1 -1
  115. data/lib/ledger_sync/ledgers/netsuite/check/serializer.rb +1 -0
  116. data/lib/ledger_sync/version.rb +1 -1
  117. metadata +1 -1
@@ -44,36 +44,33 @@
44
44
  <li class="menu-item">
45
45
 
46
46
 
47
- <a class="" href="/">
47
+ <a class="" href="/" >
48
48
 
49
49
  Home
50
50
 
51
51
  </a>
52
-
53
52
 
54
53
  </li>
55
54
 
56
55
  <li class="menu-item">
57
56
 
58
57
 
59
- <a class="" href="/guides/">
58
+ <a class="" href="/guides/" >
60
59
 
61
60
  Guides
62
61
 
63
62
  </a>
64
-
65
63
 
66
64
  </li>
67
65
 
68
66
  <li class="menu-item has-children">
69
67
 
70
68
 
71
- <a class="" href="/reference">
69
+ <a class="" href="/reference" >
72
70
 
73
71
  Reference
74
72
 
75
73
  </a>
76
-
77
74
 
78
75
 
79
76
  <ul class="submenu">
@@ -81,45 +78,41 @@
81
78
  <li class="menu-item">
82
79
 
83
80
 
84
- <a class="" href="/reference/netsuite">
81
+ <a class="" href="/reference/netsuite" >
85
82
 
86
83
  NetSuite REST
87
84
 
88
85
  </a>
89
-
90
86
  </li>
91
87
 
92
88
  <li class="menu-item">
93
89
 
94
90
 
95
- <a class="" href="/reference/netsuite_soap">
91
+ <a class="" href="/reference/netsuite_soap" >
96
92
 
97
93
  NetSuite SOAP
98
94
 
99
95
  </a>
100
-
101
96
  </li>
102
97
 
103
98
  <li class="menu-item">
104
99
 
105
100
 
106
- <a class="" href="/reference/quickbooks_online">
101
+ <a class="" href="/reference/quickbooks_online" >
107
102
 
108
103
  QuickBooks Online
109
104
 
110
105
  </a>
111
-
112
106
  </li>
113
107
 
114
108
  <li class="menu-item">
115
109
 
116
110
 
117
- <a class="" href="/reference/stripe">
111
+ <a class="" href="/reference/stripe" >
118
112
 
119
113
  Stripe
120
114
 
121
115
  </a>
122
-
123
116
  </li>
124
117
 
125
118
  </ul>
@@ -130,36 +123,33 @@
130
123
  <li class="menu-item">
131
124
 
132
125
 
133
- <a class="" href="/blog">
126
+ <a class="" href="/blog" >
134
127
 
135
128
  Blog
136
129
 
137
130
  </a>
138
-
139
131
 
140
132
  </li>
141
133
 
142
134
  <li class="menu-item">
143
135
 
144
136
 
145
- <a class="" href="/guides/contribute">
137
+ <a class="" href="/guides/contribute" >
146
138
 
147
139
  Contribute
148
140
 
149
141
  </a>
150
-
151
142
 
152
143
  </li>
153
144
 
154
145
  <li class="menu-item menu-button">
155
146
 
156
147
 
157
- <a class="button" href="https://github.com/LedgerSync/ledger_sync">
148
+ <a class="button" href="https://github.com/LedgerSync/ledger_sync" >
158
149
 
159
150
  GitHub
160
151
 
161
152
  </a>
162
-
163
153
 
164
154
  </li>
165
155
 
@@ -441,61 +431,50 @@ and hyphens.

441
431
  <!-- .inner-->
442
432
  </main><!-- .site-content -->
443
433
  <footer id="colophon" class="site-footer outer">
444
- <div class="inner">
445
- <div class="site-footer-inside">
446
- <p class="site-info">
447
-
448
-
449
- <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
450
-
451
-
452
-
453
-
454
- <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener">
434
+ <div class="inner">
435
+ <div class="site-footer-inside">
436
+ <p class="site-info">
437
+
438
+ <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
439
+ <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener" >
455
440
 
456
- Maintained with love in San Francisco, CA by Modern Treasury
441
+ Maintained with ❤️ in San Francisco, CA by Modern Treasury
457
442
 
458
- </a>
459
-
460
-
461
- </p><!-- .site-info -->
462
-
463
-
464
- <div class="social-links">
465
-
466
-
467
-
468
- <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener">
443
+ </a>
444
+ </p>
445
+ <!-- .site-info -->
446
+
447
+ <div class="social-links">
448
+
449
+ <a class="" href="https://www.netlify.com" target="_blank" rel="noopener" >
450
+
451
+ <img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
452
+
453
+ </a>
454
+ <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener" >
469
455
 
470
456
  <span class="icon fab fa-twitter" aria-hidden="true"></span><span class="screen-reader-text">Twitter</span>
471
457
 
472
- </a>
473
-
474
-
475
-
476
-
477
- <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener">
458
+ </a>
459
+ <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener" >
478
460
 
479
461
  <span class="icon fab fa-linkedin" aria-hidden="true"></span><span class="screen-reader-text">LinkedIn</span>
480
462
 
481
- </a>
482
-
483
-
484
-
485
-
486
- <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener">
463
+ </a>
464
+ <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener" >
487
465
 
488
466
  <span class="icon fab fa-github" aria-hidden="true"></span><span class="screen-reader-text">GitHub</span>
489
467
 
490
- </a>
491
-
492
-
493
- </div><!-- .social-links -->
494
-
495
- </div><!-- .site-footer-inside -->
496
- </div><!-- .inner -->
497
- </footer><!-- .site-footer -->
498
-
468
+ </a>
469
+ </div>
470
+ <!-- .social-links -->
471
+
472
+ </div>
473
+ <!-- .site-footer-inside -->
474
+ </div>
475
+ <!-- .inner -->
476
+ </footer>
477
+ <!-- .site-footer -->
499
478
  </div><!-- .site -->
500
479
 
501
480
  <!-- Scripts -->
@@ -44,36 +44,33 @@
44
44
  <li class="menu-item">
45
45
 
46
46
 
47
- <a class="" href="/">
47
+ <a class="" href="/" >
48
48
 
49
49
  Home
50
50
 
51
51
  </a>
52
-
53
52
 
54
53
  </li>
55
54
 
56
55
  <li class="menu-item">
57
56
 
58
57
 
59
- <a class="" href="/guides/">
58
+ <a class="" href="/guides/" >
60
59
 
61
60
  Guides
62
61
 
63
62
  </a>
64
-
65
63
 
66
64
  </li>
67
65
 
68
66
  <li class="menu-item has-children">
69
67
 
70
68
 
71
- <a class="" href="/reference">
69
+ <a class="" href="/reference" >
72
70
 
73
71
  Reference
74
72
 
75
73
  </a>
76
-
77
74
 
78
75
 
79
76
  <ul class="submenu">
@@ -81,45 +78,41 @@
81
78
  <li class="menu-item">
82
79
 
83
80
 
84
- <a class="" href="/reference/netsuite">
81
+ <a class="" href="/reference/netsuite" >
85
82
 
86
83
  NetSuite REST
87
84
 
88
85
  </a>
89
-
90
86
  </li>
91
87
 
92
88
  <li class="menu-item">
93
89
 
94
90
 
95
- <a class="" href="/reference/netsuite_soap">
91
+ <a class="" href="/reference/netsuite_soap" >
96
92
 
97
93
  NetSuite SOAP
98
94
 
99
95
  </a>
100
-
101
96
  </li>
102
97
 
103
98
  <li class="menu-item">
104
99
 
105
100
 
106
- <a class="" href="/reference/quickbooks_online">
101
+ <a class="" href="/reference/quickbooks_online" >
107
102
 
108
103
  QuickBooks Online
109
104
 
110
105
  </a>
111
-
112
106
  </li>
113
107
 
114
108
  <li class="menu-item">
115
109
 
116
110
 
117
- <a class="" href="/reference/stripe">
111
+ <a class="" href="/reference/stripe" >
118
112
 
119
113
  Stripe
120
114
 
121
115
  </a>
122
-
123
116
  </li>
124
117
 
125
118
  </ul>
@@ -130,36 +123,33 @@
130
123
  <li class="menu-item">
131
124
 
132
125
 
133
- <a class="" href="/blog">
126
+ <a class="" href="/blog" >
134
127
 
135
128
  Blog
136
129
 
137
130
  </a>
138
-
139
131
 
140
132
  </li>
141
133
 
142
134
  <li class="menu-item">
143
135
 
144
136
 
145
- <a class="" href="/guides/contribute">
137
+ <a class="" href="/guides/contribute" >
146
138
 
147
139
  Contribute
148
140
 
149
141
  </a>
150
-
151
142
 
152
143
  </li>
153
144
 
154
145
  <li class="menu-item menu-button">
155
146
 
156
147
 
157
- <a class="button" href="https://github.com/LedgerSync/ledger_sync">
148
+ <a class="button" href="https://github.com/LedgerSync/ledger_sync" >
158
149
 
159
150
  GitHub
160
151
 
161
152
  </a>
162
-
163
153
 
164
154
  </li>
165
155
 
@@ -343,61 +333,50 @@
343
333
  <!-- .inner-->
344
334
  </main><!-- .site-content -->
345
335
  <footer id="colophon" class="site-footer outer">
346
- <div class="inner">
347
- <div class="site-footer-inside">
348
- <p class="site-info">
349
-
350
-
351
- <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
352
-
353
-
354
-
355
-
356
- <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener">
336
+ <div class="inner">
337
+ <div class="site-footer-inside">
338
+ <p class="site-info">
339
+
340
+ <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
341
+ <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener" >
357
342
 
358
- Maintained with love in San Francisco, CA by Modern Treasury
343
+ Maintained with ❤️ in San Francisco, CA by Modern Treasury
359
344
 
360
- </a>
361
-
362
-
363
- </p><!-- .site-info -->
364
-
365
-
366
- <div class="social-links">
367
-
368
-
369
-
370
- <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener">
345
+ </a>
346
+ </p>
347
+ <!-- .site-info -->
348
+
349
+ <div class="social-links">
350
+
351
+ <a class="" href="https://www.netlify.com" target="_blank" rel="noopener" >
352
+
353
+ <img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
354
+
355
+ </a>
356
+ <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener" >
371
357
 
372
358
  <span class="icon fab fa-twitter" aria-hidden="true"></span><span class="screen-reader-text">Twitter</span>
373
359
 
374
- </a>
375
-
376
-
377
-
378
-
379
- <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener">
360
+ </a>
361
+ <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener" >
380
362
 
381
363
  <span class="icon fab fa-linkedin" aria-hidden="true"></span><span class="screen-reader-text">LinkedIn</span>
382
364
 
383
- </a>
384
-
385
-
386
-
387
-
388
- <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener">
365
+ </a>
366
+ <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener" >
389
367
 
390
368
  <span class="icon fab fa-github" aria-hidden="true"></span><span class="screen-reader-text">GitHub</span>
391
369
 
392
- </a>
393
-
394
-
395
- </div><!-- .social-links -->
396
-
397
- </div><!-- .site-footer-inside -->
398
- </div><!-- .inner -->
399
- </footer><!-- .site-footer -->
400
-
370
+ </a>
371
+ </div>
372
+ <!-- .social-links -->
373
+
374
+ </div>
375
+ <!-- .site-footer-inside -->
376
+ </div>
377
+ <!-- .inner -->
378
+ </footer>
379
+ <!-- .site-footer -->
401
380
  </div><!-- .site -->
402
381
 
403
382
  <!-- Scripts -->
@@ -44,36 +44,33 @@
44
44
  <li class="menu-item">
45
45
 
46
46
 
47
- <a class="" href="/">
47
+ <a class="" href="/" >
48
48
 
49
49
  Home
50
50
 
51
51
  </a>
52
-
53
52
 
54
53
  </li>
55
54
 
56
55
  <li class="menu-item">
57
56
 
58
57
 
59
- <a class="" href="/guides/">
58
+ <a class="" href="/guides/" >
60
59
 
61
60
  Guides
62
61
 
63
62
  </a>
64
-
65
63
 
66
64
  </li>
67
65
 
68
66
  <li class="menu-item has-children">
69
67
 
70
68
 
71
- <a class="" href="/reference">
69
+ <a class="" href="/reference" >
72
70
 
73
71
  Reference
74
72
 
75
73
  </a>
76
-
77
74
 
78
75
 
79
76
  <ul class="submenu">
@@ -81,45 +78,41 @@
81
78
  <li class="menu-item">
82
79
 
83
80
 
84
- <a class="" href="/reference/netsuite">
81
+ <a class="" href="/reference/netsuite" >
85
82
 
86
83
  NetSuite REST
87
84
 
88
85
  </a>
89
-
90
86
  </li>
91
87
 
92
88
  <li class="menu-item">
93
89
 
94
90
 
95
- <a class="" href="/reference/netsuite_soap">
91
+ <a class="" href="/reference/netsuite_soap" >
96
92
 
97
93
  NetSuite SOAP
98
94
 
99
95
  </a>
100
-
101
96
  </li>
102
97
 
103
98
  <li class="menu-item">
104
99
 
105
100
 
106
- <a class="" href="/reference/quickbooks_online">
101
+ <a class="" href="/reference/quickbooks_online" >
107
102
 
108
103
  QuickBooks Online
109
104
 
110
105
  </a>
111
-
112
106
  </li>
113
107
 
114
108
  <li class="menu-item">
115
109
 
116
110
 
117
- <a class="" href="/reference/stripe">
111
+ <a class="" href="/reference/stripe" >
118
112
 
119
113
  Stripe
120
114
 
121
115
  </a>
122
-
123
116
  </li>
124
117
 
125
118
  </ul>
@@ -130,36 +123,33 @@
130
123
  <li class="menu-item">
131
124
 
132
125
 
133
- <a class="" href="/blog">
126
+ <a class="" href="/blog" >
134
127
 
135
128
  Blog
136
129
 
137
130
  </a>
138
-
139
131
 
140
132
  </li>
141
133
 
142
134
  <li class="menu-item">
143
135
 
144
136
 
145
- <a class="" href="/guides/contribute">
137
+ <a class="" href="/guides/contribute" >
146
138
 
147
139
  Contribute
148
140
 
149
141
  </a>
150
-
151
142
 
152
143
  </li>
153
144
 
154
145
  <li class="menu-item menu-button">
155
146
 
156
147
 
157
- <a class="button" href="https://github.com/LedgerSync/ledger_sync">
148
+ <a class="button" href="https://github.com/LedgerSync/ledger_sync" >
158
149
 
159
150
  GitHub
160
151
 
161
152
  </a>
162
-
163
153
 
164
154
  </li>
165
155
 
@@ -439,61 +429,50 @@
439
429
  <!-- .inner-->
440
430
  </main><!-- .site-content -->
441
431
  <footer id="colophon" class="site-footer outer">
442
- <div class="inner">
443
- <div class="site-footer-inside">
444
- <p class="site-info">
445
-
446
-
447
- <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
448
-
449
-
450
-
451
-
452
- <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener">
432
+ <div class="inner">
433
+ <div class="site-footer-inside">
434
+ <p class="site-info">
435
+
436
+ <span class="copyright">&copy; Modern Treasury Inc. All rights reserved.</span>
437
+ <a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener" >
453
438
 
454
- Maintained with love in San Francisco, CA by Modern Treasury
439
+ Maintained with ❤️ in San Francisco, CA by Modern Treasury
455
440
 
456
- </a>
457
-
458
-
459
- </p><!-- .site-info -->
460
-
461
-
462
- <div class="social-links">
463
-
464
-
465
-
466
- <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener">
441
+ </a>
442
+ </p>
443
+ <!-- .site-info -->
444
+
445
+ <div class="social-links">
446
+
447
+ <a class="" href="https://www.netlify.com" target="_blank" rel="noopener" >
448
+
449
+ <img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
450
+
451
+ </a>
452
+ <a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener" >
467
453
 
468
454
  <span class="icon fab fa-twitter" aria-hidden="true"></span><span class="screen-reader-text">Twitter</span>
469
455
 
470
- </a>
471
-
472
-
473
-
474
-
475
- <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener">
456
+ </a>
457
+ <a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener" >
476
458
 
477
459
  <span class="icon fab fa-linkedin" aria-hidden="true"></span><span class="screen-reader-text">LinkedIn</span>
478
460
 
479
- </a>
480
-
481
-
482
-
483
-
484
- <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener">
461
+ </a>
462
+ <a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener" >
485
463
 
486
464
  <span class="icon fab fa-github" aria-hidden="true"></span><span class="screen-reader-text">GitHub</span>
487
465
 
488
- </a>
489
-
490
-
491
- </div><!-- .social-links -->
492
-
493
- </div><!-- .site-footer-inside -->
494
- </div><!-- .inner -->
495
- </footer><!-- .site-footer -->
496
-
466
+ </a>
467
+ </div>
468
+ <!-- .social-links -->
469
+
470
+ </div>
471
+ <!-- .site-footer-inside -->
472
+ </div>
473
+ <!-- .inner -->
474
+ </footer>
475
+ <!-- .site-footer -->
497
476
  </div><!-- .site -->
498
477
 
499
478
  <!-- Scripts -->