Commit graph

23 commits

Author SHA1 Message Date
Caesar Kabalan
c53af91e48
More opinionated changes for PR #11
* Fixed validation pattern for IP addresses in jQuery Validation. It was
  missing escape characters for the periods so "192.168." was showing as
  a fully valid address.
* Changed the validation error display to be Bootstrap tooltips instead
  of additional elements that shift the contents of the page.
* Added custom tooltip style for validation errors.
* Updated jQuery Validation dependencies.
2024-10-08 00:20:12 -07:00
Caesar Kabalan
0c61b56c3c
Opinionated Adjustments for PR #11
* Want to keep Meta Description short for SEO purposes.
* Elected to use built-in Bootstrap mode highlighting versus changing
  the text style
* Removed the Usable IPs popovers in favor of tooltips + hyperlink
2024-10-08 00:20:12 -07:00
Byron Collins
6f55ba52ec
Cloud Subnet Sizing (#11)
* Feature/cloud (#8)

* calc for cloud platforms

* updates after further testing

* remove debugging statements

---------

Co-authored-by: Caesar Kabalan <caesar.kabalan@gmail.com>
Co-authored-by: Byron Collins <byron_collins@hotmail.com>

* refactor cloud subnet sizes based on feedback

* added missing integrity SRI Hashes

* update set_popover_content

* Modify description to highlight  AWS and Azure capabilities.

---------

Co-authored-by: Caesar Kabalan <caesar.kabalan@gmail.com>
Co-authored-by: Byron Collins <byron_collins@hotmail.com>
2024-10-08 00:20:11 -07:00
Caesar Kabalan
950a6cea74
Add Split/Join to Title for SEO 2023-10-03 14:15:00 -07:00
Caesar Kabalan
9007ade850
Update instructions for better SEO 2023-09-20 10:31:09 -07:00
Caesar Kabalan
ec387c265d
Update Meta Description 2023-08-03 22:49:33 -07:00
Caesar Kabalan
55f50d021b
Fix color bug and adjust gray color 2023-06-05 15:19:14 -07:00
Caesar Kabalan
38160c2a46
Update paths to be relative 2023-06-05 13:27:29 -07:00
Michael Brown
1d65957d69
Add support for /31 and /32 subnets (#2)
* Add support for /31 and /32 subnets

/31 subnets are defined by RFC 3021 and are intended for point-to-point links;
they do not reserve an IP for the network number or the broadcast address.

/32 subnets are loopback IPs.

* Correct "Useable" typo

---------

Co-authored-by: Caesar Kabalan <caesar.kabalan@gmail.com>
2023-06-05 13:20:24 -07:00
Caesar Kabalan
0f9e38473d
Add Export to URL Functionality 2023-05-24 23:37:06 -07:00
Caesar Kabalan
e0406a6807
Refactor dist/ layout and add web-server to npm 2023-05-24 22:16:05 -07:00
Caesar Kabalan
132671b3c4
Fix Typo 2023-05-23 00:47:39 -07:00
Caesar Kabalan
8bb8957f1f
Refactor internal subnet data structure for more readable exports 2023-05-23 00:38:41 -07:00
Caesar Kabalan
64d30fb40e
Add color palette picker 2023-05-22 22:15:37 -07:00
Caesar Kabalan
b54b564fc5
Add some color pallete functionality and corret other rendering
reliability issues
2023-05-21 23:42:43 -07:00
Caesar Kabalan
7040e9ab38
Add basic Import/Export functionality 2023-05-20 23:05:19 -07:00
Caesar Kabalan
42801cc120
Add Favicon 2023-05-20 22:21:57 -07:00
Caesar Kabalan
1a8bde76f2
Limit splitting subnets too small based on NORMAL/AWS mode 2023-05-19 01:28:43 -05:00
Caesar Kabalan
80cae85368
Add form validation 2023-05-19 01:08:38 -05:00
Caesar Kabalan
ab58b1dbeb
Add CloudFormation Template, more about page content, and SEO tags 2023-05-18 01:41:00 -04:00
Caesar Kabalan
d53774d89e
Adjust UI spacing and auto-load default subnet 2023-05-18 00:29:21 -04:00
Caesar Kabalan
5ab635e471
Update About window 2023-05-18 00:15:55 -04:00
Caesar Kabalan
fc3ed31d39
Add custom Bootstrap sources and restructure repository 2023-05-18 00:04:14 -04:00
Renamed from index.html (Browse further)