Skip to content

Instantly share code, notes, and snippets.

View Adamj1232's full-sized avatar
🎶

Adam Carpenter Adamj1232

🎶
  • Denver
  • 15:54 (UTC -12:00)
View GitHub Profile
@Adamj1232
Adamj1232 / vip-api-response-3001-screenshot.svg
Created March 24, 2026 20:20
VIP API screenshot from localhost:3001 for PR 4737
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Adamj1232
Adamj1232 / vip-response-3001.json
Created March 24, 2026 20:20
VIP API JSON from localhost:3001 for PR 4737
{"isVip":true,"tier":"gold","tierNumber":2,"qualificationMethod":"both","holdings":{"totalAssetsUsd":"4433702.18","rollingWindowDays":90,"asOfDate":"2026-03-24T20:20:36.926Z"},"volume":{"cumulativeSpotVolumeUsd":"86865870.74","rollingWindowDays":30,"asOfDate":"2026-03-24T20:20:36.926Z"},"wallets":[{"address":"0xcEeE0B7C44ae35EAD2Cdb0D6bd7411833803aA56","assetsUsd":4433702.181624095,"volumeUsd":86865870.73567003}],"progression":{"nextTier":"diamond","nextTierThreshold":{"assetsUsd":5000000,"volumeUsd":100000000},"assetsProgress":0.886740436324819,"volumeProgress":0.8686587073567003}}
@Adamj1232
Adamj1232 / vip-api-response.svg
Created March 24, 2026 20:19
VIP API response screenshot for PR 4737
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Adamj1232
Adamj1232 / vip-response.json
Created March 24, 2026 20:19
VIP API response JSON for PR 4737
{"isVip":true,"tier":"gold","tierNumber":2,"qualificationMethod":"both","holdings":{"totalAssetsUsd":"4433702.18","rollingWindowDays":90,"asOfDate":"2026-03-24T20:17:07.207Z"},"volume":{"cumulativeSpotVolumeUsd":"86865870.74","rollingWindowDays":30,"asOfDate":"2026-03-24T20:17:07.207Z"},"wallets":[{"address":"0xcEeE0B7C44ae35EAD2Cdb0D6bd7411833803aA56","assetsUsd":4433702.181624095,"volumeUsd":86865870.73567003}],"progression":{"nextTier":"diamond","nextTierThreshold":{"assetsUsd":5000000,"volumeUsd":100000000},"assetsProgress":0.886740436324819,"volumeProgress":0.8686587073567003}}
I have experience micro aggresssion in a small aspect or in a way that was un-noticed by myself. Maybe because I have long hair and look like a 'stoner' but I don't pay much attention to peoples reaction.
I ignore any micro aggressions that I have faced, I haven't really noticed any.
To interupt micro aggressions I could take steps to further ensure Im not micro-aggressive my self and if I hear any micro aggressions speak out to oppose or balance out what is being said
#### My CSS Challenge 1
I chose 100x100px boxes to make squares equal. I set the margin size to 0 and the font-size to 10px in the body to bring boxes to the edge and add small text to the corners.
On Div3 I set position:absolute and right:0 to send that box far right. I set Div2 to position: absolute, right: 100px, margin-right: 5px; this moved Div2 just to the left of Div3 5px.
[CodePen-1] (http://codepen.io/Adamj1232/pen/wgpOVa)
#### My CSS Challenge 2
To slant boxes I left Div1 as is from challenge 1, changed Div2 to right: 50%, top: 100px; which places the Div in the middle of the work area and 100px down. Finally I set Div3 to
right:0px and top: 200px which moved it far right and down two box lengths giving it a slope from right to left.
[CodePen-2] (http://codepen.io/Adamj1232/pen/bgLWvM)