wagon sync
Torey Heinz
committed Oct 03, 2017
commit d625cabadcac422f563a4c7cd2111740cf81f37d
Showing 25
changed files with
366 additions
and 0 deletions
app/views/pages/about.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: About |
| + | slug: about |
| + | position: 101 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: About |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/contact.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Contact |
| + | slug: contact |
| + | position: 102 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Contact |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Materials |
| + | slug: materials |
| + | position: 105 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Materials |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/aluminum.liquid
+19
-0
| @@ | @@ -0,0 +1,19 @@ |
| + | --- |
| + | title: Aluminum |
| + | slug: aluminum |
| + | position: 1 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Aluminum |
| + | editable_elements: |
| + | main/content: We select casting suppliers based on part size, production volume |
| + | and technical requirements, making sure that foundries produce according to their |
| + | capabilities and strengths.<br><br>Our vendor base produces:<br><br>Sand castings |
| + | on manual and automatic horizontal molding lines.<br>Permanent mold castings up |
| + | to 100 pounds.<br>Die castings.<br>We frequently organize and supply parts that |
| + | require tooling sharing between different foundries - parts that are required |
| + | in aluminum, brass and/or iron. We make sure this happens efficiently, seemlessly |
| + | and expediently. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/copper.liquid
+16
-0
| @@ | @@ -0,0 +1,16 @@ |
| + | --- |
| + | title: Copper |
| + | slug: copper |
| + | position: 4 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Copper |
| + | editable_elements: |
| + | main/content: We supply copper alloys produced in sand and permanent mold, including:<br><br>Brass<br>Aluminum |
| + | and silicon bronze<br>High conductivity copper.<br>Sand castings are produced |
| + | on squeezer and automatic lines. Permanent mold castings allow for fine surfaces |
| + | and extreme conductivity.<br><br>We provide tin and silver plating as well as |
| + | machining and assembly. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/ductile-iron.liquid
+16
-0
| @@ | @@ -0,0 +1,16 @@ |
| + | --- |
| + | title: Ductile Iron |
| + | slug: ductile-iron |
| + | position: 5 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Ductile Iron |
| + | editable_elements: |
| + | main/content: Large, challenging parts with complex cores and wall sections of ¼ |
| + | inch and up.<br><br>We can help you with ductile iron parts weighing 10 to 1,000 |
| + | pounds with annual demand up to 25,000 pieces.<br><br>Our foundries are modern |
| + | that reinvest and provide sophisticated services from design and molding simulation |
| + | to water-base priming and robotic fettling. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/gray-iron.liquid
+16
-0
| @@ | @@ -0,0 +1,16 @@ |
| + | --- |
| + | title: Gray Iron |
| + | slug: gray-iron |
| + | position: 2 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Gray Iron |
| + | editable_elements: |
| + | main/content: "<p>We excel in challenging parts. Small castings with extremely |
| + | tight tolerances and wall thicknesses below 3mm - or large castings weighing hundreds |
| + | of pounds and containing numerous cores. Hand molding, horizontal production |
| + | lines, Disamatic.</p><p>Current customers manufacture pumps, compressors, transmissions |
| + | and vehicles on and off the road.</p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/malleable-iron.liquid
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | --- |
| + | title: Malleable Iron |
| + | slug: malleable-iron |
| + | position: 0 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Malleable Iron |
| + | editable_elements: |
| + | main/content: We work with the best malleable iron foundries in the world. Malleable |
| + | iron is used wherever fully functional and machinable thin-walled sections are |
| + | required. Applications also include larger products of older design.<br><br>Whether |
| + | domestic supply or imports - our partners assure fast delivery of certified product. Our |
| + | spectrum ranges from industrial to military application - ferritic or pearlitic |
| + | malleable iron.<br><br>For high volume applications of parts weighing less than |
| + | 2 pounds, we work with VS, the finest green sand foundry in the world that is |
| + | able to produce cast threads (ACME and NPT as seen herr) and fully weldable alloys.<br><br>For |
| + | lower volumes and larger parts, we source domestically or in some cases in LCC. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/steel-large-complex.liquid
+17
-0
| @@ | @@ -0,0 +1,17 @@ |
| + | --- |
| + | title: Steel (large Complex) |
| + | slug: steel-large-complex |
| + | position: 3 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Steel (large Complex) |
| + | editable_elements: |
| + | main/content: Large complex castings with numerous cores are designed simultaneously |
| + | - taking advantages of technical know-how, that allows integration of numerous |
| + | sections by designing cores within cores within cores...<br><br>Unique designs |
| + | for the energy sector (oil and gas valves, turbine casings, nozzle chambers and |
| + | kaplan blades) combined with extensive pre-production simulation as well as non |
| + | destructive testing ensure our customers from gaining a competitive edge. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/steel.liquid
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | --- |
| + | title: 'Steel ' |
| + | slug: steel |
| + | position: 7 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: 'Steel ' |
| + | editable_elements: |
| + | main/content: We currently provide steel castings made through the lost wax process, |
| + | also known as investment castings. This process is capable of producing the tightest |
| + | tolerances and most exceptional surface quality. Alloys include carbon steels, |
| + | stainless steels and exotic grades. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/materials/zinc.liquid
+14
-0
| @@ | @@ -0,0 +1,14 @@ |
| + | --- |
| + | title: Zinc |
| + | slug: zinc |
| + | position: 6 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Zinc |
| + | editable_elements: |
| + | main/content: High volume applications with exceptional surface quality due to die |
| + | casting process. Small to medium size castings. Due to costs of tooling, applications |
| + | are usually higher volumes. |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/products.liquid
+12
-0
| @@ | @@ -0,0 +1,12 @@ |
| + | --- |
| + | title: Products |
| + | slug: products |
| + | position: 104 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Products |
| + | editable_elements: |
| + | main/content: Lorem ipsum |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/products/hand-wheels.liquid
+14
-0
| @@ | @@ -0,0 +1,14 @@ |
| + | --- |
| + | title: Hand Wheels |
| + | slug: hand-wheels |
| + | position: 2 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Hand Wheels |
| + | editable_elements: |
| + | main/content: "<p>We produce a number of different size Handwheels. 50 piece minimum. |
| + | \ Zinc plated (yellow or silver) or powder coated. Click on the requested type |
| + | for available sizes.<br></p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/products/nest-caps.liquid
+14
-0
| @@ | @@ -0,0 +1,14 @@ |
| + | --- |
| + | title: Nest Caps |
| + | slug: nest-caps |
| + | position: 0 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Nest Caps |
| + | editable_elements: |
| + | main/content: <p>Nest Caps / Stacking Caps in Inventory <br><br>Forging equivalents |
| + | - Cast Steel.<br><br>2" or 2½" square tubing.<br><br>Wholesale or samples. Available |
| + | locally in Michigan.<br></p> |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/products/spike-grids.liquid
+18
-0
| @@ | @@ -0,0 +1,18 @@ |
| + | --- |
| + | title: Spike Grids |
| + | slug: spike-grids |
| + | position: 3 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Spike Grids |
| + | editable_elements: |
| + | main/content: "<p>We produce and stock spiked connectors commonly used in timber |
| + | construction, also known as timber connectors, spike grids, toothed connectors. |
| + | \ Zinc plated or unplated.<br><br>Due to our precision and fine sand in our sand |
| + | casting process, our malleable iron parts weigh far less than those from our competitors |
| + | - while meeting the same standards!<br><br>Available Sizes are 50mm, 65mm, 80mm, |
| + | 95mm and 115 mm, one-sided and both sided, small and large holes, details can |
| + | be seen here.<br><br><br>One-Sided Wood Connector<br><br><br>Two-Sided Wood Connector<br></p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/products/wing-nuts.liquid
+17
-0
| @@ | @@ -0,0 +1,17 @@ |
| + | --- |
| + | title: Wing Nuts |
| + | slug: wing-nuts |
| + | position: 1 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Wing Nuts |
| + | editable_elements: |
| + | main/content: <p>NEW!!! We now also carry wing screws to match the larger brass |
| + | wing nuts (see picture below). 1" wing span and thread length of 5/8". Thread |
| + | type 832.<br><br> <br><br>We continue to carry a variety of wing nuts, wing screws |
| + | and custom hardware for your purchase. We stock 832 threaded wing nuts in malleable |
| + | (without zinc plating) and in brass with a wing span of 3/4".<br><br><br><br> |
| + | <br><br> <br><br>Zinc Plated Cast Iron Wing Nut and Wing Screw<br></p> |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions.liquid
+12
-0
| @@ | @@ -0,0 +1,12 @@ |
| + | --- |
| + | title: Solutions |
| + | slug: solutions |
| + | position: 103 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Solutions |
| + | editable_elements: |
| + | main/content: Lorem ipsum |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/casting-sourcing.liquid
+19
-0
| @@ | @@ -0,0 +1,19 @@ |
| + | --- |
| + | title: Casting Sourcing |
| + | slug: casting-sourcing |
| + | position: 3 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Casting Sourcing |
| + | editable_elements: |
| + | main/content: "<p>Choice Castings has built a network of high quality and competitive |
| + | sources to produce and machine industrial castings.<br><br>Our experience and |
| + | know-how combined with significant buying power with our vendors assures you of |
| + | excellent value and exceptional service.<br><br>We provide support in casting |
| + | design and identify the ideal source to produce each particular casting.<br><br>We |
| + | work with our vendors to assure their needs are being met while meeting your goals, |
| + | whether it is to improve quality, shorten lead-times or reduce pricing.<br><br>We |
| + | look forward to your call or email!<br></p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/expedited-services.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Expedited Services |
| + | slug: expedited-services |
| + | position: 0 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Expedited Services |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/inventory-management.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Inventory Management |
| + | slug: inventory-management |
| + | position: 6 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Inventory Management |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/offshore-management.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Offshore Management |
| + | slug: offshore-management |
| + | position: 2 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Offshore Management |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/processing-and-performance-simulations.liquid
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | --- |
| + | title: Processing & Performance Simulations |
| + | slug: processing-and-performance-simulations |
| + | position: 7 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Processing & Performance Simulations |
| + | editable_elements: |
| + | main/content: "<p>Choice Castings has capability to provide design and development |
| + | source, which includes complete simulation services.<br><br>Our engineers are |
| + | experienced in casting design and will provide 3D images (seen on right in center) |
| + | and can, upon request, provide manufacturing drawings, depicted in the center |
| + | drawing.<br><br>Finally, we can simulate the physical performance of the castings, |
| + | allowing redesigns and improvements without the need for new or modified tooling, |
| + | which tends to be far more costly and time consuming.<br><br>Provide us with samples, |
| + | drawings or digital files - and we can help you design a sound casting and engineered |
| + | component.<br></p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/quality-assurance.liquid
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | --- |
| + | title: Quality Assurance |
| + | slug: quality-assurance |
| + | position: 1 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Quality Assurance |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/rapid-prototyping.liquid
+17
-0
| @@ | @@ -0,0 +1,17 @@ |
| + | --- |
| + | title: Rapid Prototyping |
| + | slug: rapid-prototyping |
| + | position: 4 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Rapid Prototyping |
| + | editable_elements: |
| + | main/content: <p>Do you need a 3 dimensional part as visual aid with exact dimensions |
| + | of your part? No tooling required, we can provide you with a plastic prototype |
| + | within days.<br><br>We offer the service of rapid prototyping, which provides |
| + | you with a plastic replica with exact dimensions of your component . You provide |
| + | the digital file or we can produce it from your drawing or sketch - with a maximum |
| + | size of 8" x 8" x 11".<br><br>Contact us now!<br></p> |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |
app/views/pages/solutions/supply-planning.liquid
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | --- |
| + | title: Supply Planning |
| + | slug: supply-planning |
| + | position: 5 |
| + | listed: true |
| + | published: true |
| + | is_layout: false |
| + | seo_title: Supply Planning |
| + | editable_elements: |
| + | main/content: "<p>Did a large cast section of your machine break? The part is old |
| + | and you have no idea whom to get in touch with?<br><br>We use the failed component |
| + | to reverse engineer the item or create a 3D file for your approval. We then use |
| + | this data to mill a large block of no-bake sand and pour iron, aluminum or steel.<br><br>This |
| + | can be done usually within two weeks of receipt of order and broken component, |
| + | but we have been known to provide a functional replacement casting within 3 business |
| + | days. And no tooling requirement, saving costs and time.<br><br>Since we mill |
| + | out a large 3' x 2' section of sand, this process is only effective with larger |
| + | castings weighing 10 to 1,000 pounds.<br></p>" |
| + | --- |
| + | {% extends "layouts/application" %} |
| \ No newline at end of file | |