Blog Categories

Blog Tags

Official image of Eastbay Air Jordan 4

Oct 19, 2023 10 0
Official image of Eastbay Air Jordan 4

Official image of Eastbay Air Jordan 4

First, let's take a look at the Jordan 4 Retro Red Thunder.

Following similar color blocking as the Air Jordan 4 Thunder, the Air Jordan 4 Red Thunder features an all-black Durabuck upper with red netted underlays and eyelets. On the tongue, a signature Air Jordan Flight patch is stitched. A vibrant red midsole and Jumpman heel tab complete the retro design.

Next, let's take a look at the Jordan 4 Retro University Blue.

The University Blue colorway draws a close resemblance to the extremely rare Air Jordan 4 UNC PE that was given to Tarheel student-athletes in 2019.

The Air Jordan 4 University Blue features a University Blue suede upper with mesh netting on the quarter panel and tongue. Similar to OG Jordan 4 colorways of the past, the eyelets, heel tab, and sections of the midsole are a speckled Cement Grey. Hits of black appear on the wing eyelets, sole, and Jumpman logo on the heel tab. Two woven labels are stitched to the tongue; one being the classic Jumpman woven label; the other being a Team Jordan jock tag. A black, white, and Tech Grey sole with a clear Air unit completes the design.

Then take a look at the Jordan 4 Retro Military Black.

Pulling its color-blocked style from the Air Jordan 4 Military Blue, the Air Jordan 4 Military Black features a smooth white leather upper with a light grey Durabuck toe wrap and netted TPU inserts. Military Black eyelets, heel tabs, and underlays add a stark contrast to the upper. At the base, a white, black, and light grey sole with a visible Air unit completes the design.

Originally released in 2006, the Air Jordan 4 Retro Lightning (2021) is one of the most renowned retro Jordan 4 colorways in Jordan Brand's catalog. It features a Tour Yellow Durabuck upper with black netted panels and dark grey eyelets. On the tongue, a black Jordan Flight logo patch with white and yellow accents complements the upper. From there, a Jumpman logo on the heel tab and white midsole with a visible Air unit completes the design.

Wait a minute......

To gain a deeper understanding, click on the link below and Neweastbay customer service will provide you with services.

Insta :Neweastbay_Club

Tiktok:neweastbay_club

Youtube:Neweastbay_Club

Discord: Neweastbay discord

0 Comments

Leave a Reply

Nickname is required

Comments is required

// 封装代码 function meihua() { ?>
(function ($) { $.fn.snow = function () { const opts = { min: 10, //雪花的最小尺寸 max: 15, //最大尺寸 f: 500, //出现的频率,值越小雪花越多 color: "#267aba", //雪花的颜色 time: 20 //0为不限制时间,单位为秒 } , $s_w = $('
').css({ position: 'fixed', top: 0, zIndex: 3000, height: '100vh', width: '100vw', userSelect: 'none', pointerEvents: 'none', color: opts.color }) , $s = $('
').css({ 'position': 'absolute', 'top': '-50px' }).html('❤️') , h = $(window).height() , w = $(window).width(); $s_w.appendTo('body'); const interval = setInterval(function () { const s_l = Math.max(Math.random() * w - 50, 0) , o = 0.5 + Math.random() , s = opts.min + Math.random() * opts.max , e_l = Math.min(s_l + Math.random() * 200, w - 25) , d = h * 10 + Math.random() * 5000; $s.clone().appendTo($s_w).css({ top: 0, left: s_l, opacity: o, fontSize: s, }).animate({ top: h, left: e_l, opacity: 0.2 }, d, 'linear', function () { $(this).remove() }); }, opts.f); if(opts.time) { setTimeout(function() { clearInterval(interval);} ,opts.time * 1000); } }; })(jQuery); $(function () { $.fn.snow(); });