Jump to content

Velly

Noob
  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Velly reacted to sammye07 in 💰[$2,000 USD] Mines or Keno? 💎   
    Mines
  2. Fire
    Velly reacted to Spliffman63 in 🥇 $7,000 Crown Chase | VIP Originals 👑​   
    casino:496577306024
    casino:496577306024
     

  3. Fire
    Velly reacted to LittleKid in 🥇 $7,000 Crown Chase | VIP Originals 👑​   
    casino:494969315685
     

  4. Fire
    Velly reacted to Ekhobait in 🥇 $7,000 Crown Chase | VIP Originals 👑​   
    casino:494940064657  --  Thank you for the ban promotion afterward Eddie !!!! i loose money here !!

     
  5. Fire
    Velly got a reaction from nanansfl in 🥇 $7,000 Crown Chase | VIP Originals 👑​   
    casino:496735819476
     
  6. Fire
    Velly reacted to Jake7589 in 💰[$10,000+Rain] Stake’s World Chat Tournament 🏟️   
    STAKE WORLD CHAT TOURNAMENT WINNERS!
    The votes are in, and the SGMs are counted. Congratulations to the winning room and all the top 20 users taking home cash! @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } /* HEADER */ .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { margin:0 auto 24px; max-width:500px; border-radius:14px; overflow:hidden; border:1px solid #ffffff12; box-shadow:0 8px 32px rgba(0,0,0,.4); } .hero-img-wrap img { width:100%; display:block; } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; position:relative; display:block; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; position:relative; } .h1-accent { color:var(--charge); } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:18px auto 0; line-height:1.7; position:relative; } .header-desc strong { color:var(--white); } /* WINNING ROOM BANNER */ .winning-room { display:flex; align-items:center; justify-content:center; gap:18px; background: linear-gradient(135deg, rgba(255,184,0,0.14), rgba(255,184,0,0.03)); border:2px solid rgba(255,184,0,0.5); border-radius:16px; padding:24px 28px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-room:hover { box-shadow:0 0 50px rgba(255,184,0,0.18); } .winning-room::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .room-flag { font-size:48px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .room-info { text-align:left; } .room-label { font-family:var(--display); font-size:11px; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; } .room-name { font-family:var(--display); font-size:44px; font-weight:900; color:var(--charge); letter-spacing:.04em; line-height:1; text-shadow:0 0 30px rgba(255,184,0,0.4); } .room-sub { font-size:13px; color:#b0cee4; margin-top:6px; } /* POOL STRIP */ .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } /* CLAIM */ .claim-wrap { text-align:center; margin-bottom:20px; } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:12px; letter-spacing:.04em; } .claim-note strong { color:var(--white); } /* SECTION */ .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } /* WINNERS */ .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; align-items:center; gap:12px; padding:14px 16px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .winner-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .winner-rank { font-family:var(--display); min-width:32px; height:32px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:15px; color:var(--white); flex-shrink:0; } .winner-name { font-size:14px; font-weight:700; color:var(--white); flex:1; } .winner-prize { font-family:var(--display); font-weight:900; font-size:20px; color:var(--charge); white-space:nowrap; } /* RAIN NOTICE */ .rain-notice { display:flex; align-items:center; gap:16px; background: linear-gradient(135deg, rgba(0,202,81,0.10), rgba(0,202,81,0.03)); border:1px solid rgba(0,202,81,0.35); border-radius:14px; padding:18px 20px; margin-bottom:16px; transition:border-color .3s, box-shadow .3s; } .rain-notice:hover { border-color:rgba(0,202,81,0.6); box-shadow:0 0 30px rgba(0,202,81,0.12); } .rain-icon { font-size:28px; flex-shrink:0; } .rain-text { font-size:14px; color:#a0e8c0; line-height:1.7; } .rain-text strong { color:#00CA51; } /* BADGE */ .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep2 3s linear infinite; } @keyframes sweep2 { to { left:160%; } } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} @media(max-width:520px){ .header h1 { font-size:44px; } .room-name { font-size:32px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .section { padding:22px 18px; } }
    🇫🇷 🏆 Winning Room Français Top 20 users each win $500 cash + 3 days extended rain for all active chatters 🎁 Claim Your Reward 1 ajnfajnf $500 2 alleluiateam $500 3 Ancifals $500 4 Bender8 $500 5 Bolours $500 6 EkhoBait $500 7 gabifrkr $500 8 Gzone83 $500 9 HisokaStake69 $500 10 John3 $500 11 kelianthis $500 12 Lerenard12 $500 13 LouisHoodie $500 14 moulay $500 15 Ppxierre18100 $500 16 princessemir $500 17 Samouelle $500 18 Snetyx69 $500 19 Tzou $500 20 zefootix $500
  7. Fire
    Velly got a reaction from Vichoke in $10,000 Highest Odds | July | Sports Challenge   
    Latest win today..
    sport:619125331
    Win..
  8. Fire
    Velly got a reaction from Vichoke in $10,000 Last Leg Legend | July | Sports Challenge   
    sport:620173437
    Mentioned at least
  9. Fire
    Velly reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  10. Litecoin
    Velly reacted to jazme in $75,000 giveaway winners #268   
    Pls could u select me,am interested.
  11. Bitcoin
    Velly reacted to drrrrrrrrrrrrak in $75,000 giveaway winners #268   
    thanks Steve, 😁 i like here 🤜🤛
  12. Litecoin
    Velly reacted to Adedanusd in $75,000 giveaway winners #268   
    Winners rewarded so fast??!
  13. Litecoin
    Velly reacted to Gabibirthday in $75,000 giveaway winners #268   
    Congrats Congrats Congrats 🥳
  14. Fire
    Velly reacted to drrrrrrrrrrrrak in $75,000 giveaway winners #268   
    Where am i ??
    edit:  i m waiting a gift for first comment :))))  #golistiyorum
  15. Fire
    Velly reacted to Steve in $75,000 giveaway winners #268   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek268


    Winners

    3614691 - NoamonCZ
    4712421 - Alevilte00
    4557127 - baihongjun771
    4517158 - Mcgamb93
    4393995 - Josnunez001
    893213 - zehra01
    3854607 - Jerry1970
    4565061 - Mashko21
    498517 - zehra01
    2812878 - BETZRA
    6382305 - SinghGagandeep
    4853825 - Karanusdt
    6745352 - doom13
    1333760 - Karanusdt
    3741333 - Playdirty323
  16. Fire
    Velly got a reaction from jessicaserkan in $10,000 Highest Odds | July | Sports Challenge   
    Sport:619130627
    @vellyy307
    Latest newest win
  17. Litecoin
    Velly reacted to Steve in $75,000 giveaway winners #267   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek267a


    Winners

    837270 - DeezNuts00
    3781490 - zehra01
    3390003 - alessandroweb
    435742 - ThorYan
    350538 - gunvv
    261795 - Noam06
    257654 - piropiro12
    5839534 - zehra01
    4743025 - LOCKitt
    517963 - Rose90211
    6585464 - BigChippah6
    1730288 - Hussain87
    5613532 - zehra01
    6061300 - Norash22
                      Ag1739

    Will updated the last number when the vod is available
  18. Fire
    Velly reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  19. Pepe - Sad
    Velly reacted to MasterWellHole in MasterWellHole Worldcup Bets   
    Hello, I start this topic to record my daily bet on WC (this is not a betting advice)
     
    July 4th:
    Morocco vs Canada
    - Morroco -0.5
    - Correct score: 1-0 / 2-0
    France vs Paraguay
    - Under 2.75
    - Correct score: 2-0 / 3-0
     
     
     
     
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use