Skip to content

Website Dedicated To Transportation Companies. Picks a Random Broker from the top 100 Broker in USA Freight Brokerage & Transportation

Notifications You must be signed in to change notification settings

Arboff/WhoShouldIBookWith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who Should I Book With ?

Because they will cancel on me either way.

This was a side project I decided to do so I can lay my foundations into JavaScript and polish a bit my CSS and HTML.

WHAT DOES IT DO ?

The main idea is (If you've ever worked in the freight industry on the teritory of the USA) that it takes a broker from the top 100 brokers for 2021 (List compiled by https://www.freightforwarderservices.com/) and suggests to you, which one should you use on your next truck.

Don't do it, they will cancel you last minute eitherway.


MAIN LINK: Coming soon.

Main Concept

  1. Based on Structure of HTML>CSS>JS.
  2. Currently its pretty Jank and uses mostly solid images for its functionality instead of CSS coded ones.
  3. JS is currently only being used to retreive a random image from /images and display it. See Bellow.

unction get_random_image(){ random_index = Math.floor(Math.random() * image_array.length);

select_image = image_array[random_index]

document.getElementById('image_shower').src = ./images/${select_image} }

Will add more JS functionality, like animations and smoother workflow of website. Might re-write it in Flask, someday...

Q&A

Q: Why ?
A: Why not ?

Q: How long did it take you to do ?
A: Like 1 pack of cigarettes.

Q: Why do you make such a small project a big thing ?
A: Your GF is ugly as Sh*t but you still think She is the prettiest.

Q: Where did you learn ?
A: Softuni Bulgaria.

Q: What is your goal ?
A: Not to die from starvation.

Q: Ads?
A: We will see.

Q: Which one of those brokers are your favorite ?
A: Would say TQL, Because they love to screw George.

BROKERS CURRENTLY SUPPORTED:

• D & L Transport
• Diversified Operations
• Eagle
• Fitzmark
• FLS Transport
• GenPro
• Geodis
• GlobalTranz
• HUB Group
• Integrity Express Logistics
• ISG Transportation
• Kingsgate Logistics
• Koch Logistics
• Landstar
• Legacy
• Leonards's Express
• Amino
• ArcBest
• Armstrong Transport Group
• Advance Transportation Systems
• Bay & Bay Logistics
• Becker Logistics
• C.H. Robinnson
• Covenant Transport
• Cowan Systems
• Nolan Transportation Group
• Load Delivered
• M2 Logistics
• Megalan Transport
• Magnate Worldwide
• Matson Logistics
• MegaCorp
• Mid America Logistics
• Patterson Companies INC.
• PLS Logistics
• R2 Logistics
• RLS Logistics
• RMX Global
• ROAR Logistics
• SPI International
• Sunset Transportation
• Sunset Pacific
• Total Quality Logistics
• Trinity Logistics
• Universal
• USAT Logistics
• Vertiv
• Visible
• Warner
• Worldwide Express

##More to come.

CONTACTS:
INSTAGRAM: https://instagram.com/arboff.1337
GITHUB: https://github.com/arboff
E-MAIL: arboff@students.softuni.bg
BTC ADRESS: 0xf6af5320d5f4f97c77b273be577dda3e33ff91d9

About

Website Dedicated To Transportation Companies. Picks a Random Broker from the top 100 Broker in USA Freight Brokerage & Transportation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published