Build a responsive website from scratch with HTML & CSS | Part 1: Navigation bar

Sdílet
Vložit
  • čas přidán 5. 08. 2024
  • 🚨 NOTE: I didn't mention in the video how to get the "dist" folder to appear when running the Live Sass extension! You will have to go into your VS Code Settings (Ctrl-Shift-P and type in "settings" then select "Preferences: Open Settings (JSON)" and in the settings.json file, inside the outer curly brackets "{" and "}" add the following:
    "liveSassCompile.settings.formats": [
    {
    "format": "expanded",
    "extensionName": ".css",
    "savePath": "/dist",
    "savePathSegmentKeys": null,
    "savePathReplaceSegmentsWith": null
    }
    ],
    ______________________
    🔥 Learn how to build a responsive website from a Figma design with HTML, SCSS, and JS: coder-coder.com/responsive/
    💻 Become a full-stack web dev with Zero to Mastery: academy.zerotomastery.io/a/af...
    This is first in a series on how to build a responsive website from scratch with HTML & CSS. This video, Part 1 covers setting up the Frontend Mentor project and building the desktop navigation bar.
    Full playlist here: • Build a website from s...
    Challenge on Frontend Mentor: www.frontendmentor.io/challen...
    Source code on GitHub: github.com/thecodercoder/fem-...
    See the final website: codercoder-easybank.pages.dev/
    0:00 - Intro
    0:25 - Setting up Frontend Mentor files and using Adobe XD for the design
    2:09 - Creating SCSS and JavaScript files
    5:31 - Using the Live Sass Compiler VS Code extension
    7:36 - Studying the header navigation in Adobe XD
    8:00 - Writing the HTML markup for the header
    9:32 - Creating styles for the navigation using helper classes
    12:06 - Creating header styles
    13:46 - Creating Sass variables for colors
    14:20 - Styling navigation bar spacing, hamburger menu, and logos
    17:56 - Creating and styling header links
    20:29 - Creating Sass variables for font sizes
    21:28 - Styling header link text
    22:30 - Creating CTA button
    24:18 - Adding linear-gradient to CTA button
    25:57 - Styling the CTA button text
    28:38 - Creating helper classes to hide/show content on desktop or mobile
    29:16 - Creating a Sass mixin for breakpoints to use in the helper classes
    36:40 - Tweaking header link and CTA button styles
    39:22 - Tweaking logo styles
    40:34 - Adding active/hover states and transitions
    _____________________________________
    SUPPORT THE CHANNEL
    ⭐ Join channel members and get perks: / @thecodercoder
    👏🏽 Hit the THANKS button in any video!
    🎨 Get my VS Code theme: marketplace.visualstudio.com/...
    WANT TO LEARN WEB DEV?
    Check out my courses:
    🌟 Responsive Design for Beginners: coder-coder.com/responsive/
    🌟 Gulp for Beginners: coder-coder.com/gulp-course/
    RECOMMENDATIONS
    ⌨ My keyboard-- get 10% off with code THECODERCODER -- vissles.com/?ref=mu96kxst5w
    💻 Other gear -- www.amazon.com/shop/thecoderc...
    📚 My Favorite Books -- coder-coder.com/best-web-deve...
    📺 My Favorite Courses -- coder-coder.com/best-web-deve...
    🔽 FOLLOW CODER CODER
    Blog -- coder-coder.com/
    Twitter -- / thecodercoder
    Instagram -- / thecodercoder
    #webdevelopment #coding #programming
  • Věda a technologie

Komentáře • 825

  • @jaysea80able
    @jaysea80able Před 3 lety +496

    The issue with programming is not its difficulty...it’s the lack of mentors like you! You can really teach. Keep it up for us.

  • @AmanSinghYT
    @AmanSinghYT Před 4 lety +534

    This channel is so underrated

  • @severussin
    @severussin Před 3 lety +197

    THANK YOU FOR LITERALLY BUILDING THINGS STEP BY STEP AND SHOWING YOUR THOUGHT PROCESS AS YOU GO ALONG. THIS IS UNDERVALUED -- MANY CHANNELS RUSH THROUGH A LOT OF CONTENT AND SHOW YOU A LOT OF "FINISHED" STUFF. THANK YOU CODER CODER!

    • @TheCoderCoder
      @TheCoderCoder  Před 3 lety +21

      Glad it could help!

    • @itiremiroglu7646
      @itiremiroglu7646 Před 2 lety +1

      @@TheCoderCoder
      i installed the live sass & i open the settings.json & copy and paste the code from description. But I got error messages
      Property savePathSegmentKeys is not allowed.
      Property savePathReplaceSegmentsWith is not allowed. Why? Should I create dist folder by hand or this extension creates automatically?
      Thanks for your response from now on.

    • @raisama4314
      @raisama4314 Před 2 lety

      ​@@itiremiroglu7646
      i also had the same problem but a single god damn "comma" fixed it
      you just need to put it in the last line before adding the code
      I hope this helps :)

      "liveSassCompile.settings.formats": [
      {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "dist",
      "savePathSegmentKeys": null,
      "savePathReplaceSegmentsWith": null
      }
      ]

    • @itiremiroglu7646
      @itiremiroglu7646 Před 2 lety

      @@raisama4314 So, we don’t put any , on the last line. Am I right?

    • @raisama4314
      @raisama4314 Před 2 lety

      @@itiremiroglu7646 after pasting the code don't put any

  • @victoralvarez5952
    @victoralvarez5952 Před 4 lety +181

    God, I'm so glad I found this channel. There are many tutorials out there, but few explain in such a pleasant way and with
    code as clean and with good practices as I have seen in your videos.
    I hope you continue to grow and can continue to see more of your videos, they will definitely be a reference for me. Thanks c:

  • @dailyselfadvancement
    @dailyselfadvancement Před 3 lety +4

    Excellent tutorial, Jessica - thank you so much! I started web development many years ago, but then left the field entirely for a long while - your tutorial has been a great re-entry point. Just finished watching it ... now on to Part 2! 😁️

  • @user-wm9ie5pm9f
    @user-wm9ie5pm9f Před rokem

    Please don’t stop instructing. 😊 Your videos are the best that I’ve found to learn and grow from. You have inspired and motivated so many people. I’m thankful for your channel.

  • @bryanworkman3902
    @bryanworkman3902 Před rokem +1

    I've always dreaded CSS until I found your channel. You're so organized and have a good workflow that makes sense to me!

  • @Anna.Z.
    @Anna.Z. Před rokem +4

    Although, I'm a total beginner, it was great to see how coding looks like. Loved it! Keep posting please.

  • @gothamfury
    @gothamfury Před 4 lety +11

    Thank you for making this series! I created a web app project for myself to learn how to code and your videos are informative and educational!

  • @sabrinedachraoui4466
    @sabrinedachraoui4466 Před 3 lety +12

    this channel is officially my new addiction ... i love your glasses guurl

  • @ashishjayan7559
    @ashishjayan7559 Před 3 lety

    Thank you :) I love everything about your channel. Subtle not overbearing music, detailed explanation of everything. I could not do css for my life, your videos make it different.

  • @chinmaymathur2430
    @chinmaymathur2430 Před 3 lety +2

    Now I'm feeling satisfied with all my demands that I need from a youtuber. A big thank you but please keep on uploading such videos.

  • @iuliagoganau6063
    @iuliagoganau6063 Před 3 lety +3

    This is one of the best channels on programming.
    Criminally underrated!
    Hope you get a ton of subscribers

  • @hakeemadjei2035
    @hakeemadjei2035 Před 4 lety +3

    This is so easy to follow up . Watching your tutorials from now on

  • @tiagocostarebelo9511
    @tiagocostarebelo9511 Před 3 lety +4

    For someone like me, learning the basics of Front End Development at the moment, this channel and your videos are like a Bible!
    The way everything is explained and how you detail every move you make, it's awesome.
    Keep up the great work and THANK YOU so much for all your videos and your time doing them. Really appreciated.

    • @TheCoderCoder
      @TheCoderCoder  Před 3 lety +2

      So glad my videos could help you! best of luck as you learn coding!

  • @benrogers5736
    @benrogers5736 Před 3 lety +1

    You should do more html/css project walkthroughs like this. You have a really great style of teaching and explaining things. Thanks for this and keep up the good work :)

  • @katesaychaleun6322
    @katesaychaleun6322 Před 3 lety +2

    I've actually learned more from this tutorial than any where else tbh 😍
    She basically explains things along the way and why it is helpful to do things a certain way (though some things do require prior knowledge to understand)

  • @deepakvishwakarma2043
    @deepakvishwakarma2043 Před 3 lety +13

    Omg every second of this video made me feel I'm from iron age, watching 2020 designing methods .
    Excellent excellent excellent.

  • @Ajjones01
    @Ajjones01 Před 2 lety

    These videos are truly amazing. Thanks for sharing your knowledge. Would love to see more of these. Keep up the great work!

  • @erin2150
    @erin2150 Před 2 lety

    im so happy to have found this series. Been trying to teach myself at home and you do a great job breaking down your steps. :)

  • @my_j.a.r.v.i.s.
    @my_j.a.r.v.i.s. Před 4 lety

    Your voice is so pleasing. I always enjoy your videos. Helpful and easy to understand.
    Keep up the good working going !

  • @kitsurei_yune
    @kitsurei_yune Před rokem

    Oh, thank god I read the description after a while, I re-read my code a bunch of times until understand that was everything ok.
    I appreciate your notes in the descprition.

  • @rejunphilip6022
    @rejunphilip6022 Před 4 lety +1

    Wow, I was able to follow everything single step done in your video. Very informative content. The background music was 👍. New things learned from this video : mixins, how to use sass live compiler, px to rem conversion, bem, linear-gradient, scss map-get, &:not(:last-child), and much more... 😍 Please don't stop posting content!

  • @severussin
    @severussin Před 3 lety +2

    Very REAL coding happening here. Your humility as a developer is a lot noticed!

  • @ahmed51988
    @ahmed51988 Před rokem +1

    I really like how you take you time to THINK and try during this serie. This might be less enticing than build a great website in one hour videos but this is muuuch more helpful for beginners like me.

  • @donelianc
    @donelianc Před rokem

    Fantastic video, Jess! I just finished the first part of this series. Very instructive and easy to follow. Thanks for sharing your knowledge.

  • @amongdoomers9464
    @amongdoomers9464 Před 4 lety

    Quality content, great intro and so on....This girl deserves more subscribers Mahn!!

  • @johansuh1
    @johansuh1 Před 2 lety +1

    Good job on creating such inviting learning experience. Love the subtle music background!

  • @jaydenmoon1165
    @jaydenmoon1165 Před 3 lety +1

    Watching you code and the way you do your set up - its amazing - omg thank you for such a great video - subbed!! :)

  • @agustinvis5720
    @agustinvis5720 Před 3 lety

    Okey, I'm going to subscribe. THIS kind of channel is what we need =)
    I know that a lot of people can't get a good microphone and others stuff, but this type of channels are the best :3

  • @jd6306
    @jd6306 Před rokem

    This video was so smooth. I appreciate your videos so much! Keep it up!!

  • @Sheikh_Sakibul_Islam
    @Sheikh_Sakibul_Islam Před 3 lety +4

    This is what i was looking for. Thanks mate, for making this !!!

  • @bishnuprasadbaruah8100

    Most tutorials don't show how to fix when u get stuck. But here she showed that very nicely.
    Thank you very much "coder coder"🍁

  • @mechanosys
    @mechanosys Před rokem +1

    Hello from India! I am not from IT or computer field but a Mechanical Engineer 30 years in industrial maintenance I am learning HTML, CSS, JS, Python, MSSQL, MongoDB, MariaDB, AWS, Azure, OCI , VSCode etc. from CZcams from last 3 years and your courses are among the best ! 😊 thanks a lot and keep doing it!

  • @politicaltroll8920
    @politicaltroll8920 Před 3 lety +3

    So much better than videos that just say “Now do this, now do that...” without any explanation.

  • @cristianfarcas3272
    @cristianfarcas3272 Před 3 lety

    I love this Kite, very calm and well explained. even tho I just started to learn coding, watching your video helps me during my journey. can't wait for more!

  • @SumitKumar-tx9ii
    @SumitKumar-tx9ii Před 3 lety +1

    I'm so glad I found this channel. Keep up the good work. :)

  • @frankiecostoya4591
    @frankiecostoya4591 Před 3 lety +1

    I like how you go further in depth than other channels. many other tutorials just do things without giving the "why?" . great content, subscribed.

    • @TheCoderCoder
      @TheCoderCoder  Před 3 lety +1

      Thanks so much!! I definitely try to explain the decision-making and "whys" behind the coding. Glad you are enjoying it!

  • @prowlersclaw
    @prowlersclaw Před 3 lety

    The background music fits your personality I love it! Planning on following this tutorial. Thanks for the helpful content... earned my sub!

  • @madmed6672
    @madmed6672 Před 3 lety +1

    oh my god, i was so intimidated to start coding, but now that i found your channel, im really looking forward to learn front end developement! keep it up!

  • @JacobraTheGreat
    @JacobraTheGreat Před 2 lety +1

    I don't know if anybody has mentioned this previously, but it looks like the style-guide has been updated to show font weights of 300, 400, and 700. The button in the design seems to be using a font-weight of 700.
    Thank you for this awesome tutorial. I stepped away from coding for a while, and this has been acting as a great refresher. Plus, the way you show your own mistakes, difficulties, and thought processes brings a sense of realness to the process. I feel more confident knowing that professionals also have to look things up and logic things out.

  • @zeecore
    @zeecore Před 2 lety

    Where have you been all my life!? I will now be binging your videos. Thanks for explaining each of your steps and the reasoning for some choices. Looking forward to the rest!

  • @PyrousVideos
    @PyrousVideos Před 3 lety

    This is the best coding channel I have encountered by far the most best and underrated channel ever

  • @shinishiryoku482
    @shinishiryoku482 Před 3 lety +12

    I really loved your animation about your progress on how you started and how you've come this far. If it isn't a bother I hope to also learn how to make interactive stories/animations like that.
    I'll just admit upfront that I am a teen hoping to make a fun website of my own and learn to edit
    You are one of the best models that I follow :)) keep it up

  • @53strat55
    @53strat55 Před 2 lety +1

    Okay, I'm saving this one for tommorow. Had a minor setback and did not practice for a week. This will be a great start again.

  • @justforhaha5555
    @justforhaha5555 Před 4 lety +1

    I don't know fully web dev yet but one thing is clear with this , This is just pure profession being flex to us guys. Look at those neat coding its just so satisfying to watch. looking forward for more coding stuff tutorials with you.. Take care !! more power !!

  • @curiouslycally
    @curiouslycally Před 2 lety

    Absolutely love being able to see your process! I've been wanting to get more into front end development but every time I tried I would get a bit overwhelmed with all the tools and resources and where to even begin the design process. This helps immensely, so thank you!

    • @TheCoderCoder
      @TheCoderCoder  Před 2 lety

      I'm really glad that this could help you! Best of luck in your journey!

  • @solomono.johnson3728
    @solomono.johnson3728 Před 2 lety

    I just love the way you code sis. Simplicity!

  • @christineluo2876
    @christineluo2876 Před 4 lety +4

    Oh my goodness just binged this first tutorial and it is amazing! Please continue uploading more tutorials like this, it really helps me learn good web development practices 💛

    • @christineluo2876
      @christineluo2876 Před 4 lety

      @@sinfps1 At least for me I enjoy watching her thought process on how she decided to build certain sections of the website and organize her code. I'm guessing it's not possible to cover all good practices with one tutorial? But yes I agree there's a limit to how much you can learn from watching tutorials but I still find them super helpful.

    • @mohammadbabaei8561
      @mohammadbabaei8561 Před 3 lety

      Hey dude . I am trying to find one dude to share our knowledge together . Can I get connected with you?!

  • @anmolsaxena4134
    @anmolsaxena4134 Před 3 lety

    i just love the away you teach.i am a cs guy but i don't have much interest in studies. one day I saw your videos and then I decided to start doing programming by watching your videos and now I have improved a lot just because of you. you are a angel for me , just keep making these videos . i hope I will meet u soon .lots of love.

  • @georgewakefield9195
    @georgewakefield9195 Před 2 lety

    Had huge trouble at the start with vs code not reading the style.scss file and importing in my other scss files, but then I changed the order to match yours (dont know why i didnt when following along) and it fixed it. such a great video thank you

  • @5906646
    @5906646 Před 3 lety

    This kind of responsivity mechanism is pretty smart. Well done!

  • @renedperez
    @renedperez Před 2 lety

    I really appreciate your content. I'm a month in learning HTML, CSS and my goal is to become good as you. Keep up the great content!

  • @MrGibdos
    @MrGibdos Před 3 lety

    Just found your channel through reddit. Really great video and love the explanations and the thought process. Thank you for this great video series.

  • @mhb12x80
    @mhb12x80 Před 3 lety

    Big thanks , I've been searching for these kind of stuff bcuz I really enjoy coding them , keep up

  • @tenchi757
    @tenchi757 Před 4 lety

    I think it’s great how you troubleshoot and it shows your audience that no matter how long someone has been writing code, there’s nothing that a Google search or an !important tag can’t fix! 😆 great tutorial 👍🏼

  • @fayadhsheriff977
    @fayadhsheriff977 Před 4 lety +1

    i’m an absolute beginner ( just watching this video to see how crazy building a website can get ), i have watched your first live vs this video and this video is smooth and amazing and your explaining is great . please do continue with videos . learning so much .

  • @imanmachukwu
    @imanmachukwu Před rokem +9

    Hello everyone. If you found it difficult updating the fonts or applying styles, it is most likely because you linked the html file to the .Scss file not the .CSS file. Relink to the main .CSS file and it should work. Worked for me after hours and hours of browsing Stackoverflow

  • @joycewong4685
    @joycewong4685 Před 3 lety

    First video and it was honestly so chill to watch! :o

  • @slcjnsljncvsdjnosjvn8277
    @slcjnsljncvsdjnosjvn8277 Před 4 lety +1

    long time no see, i am happy that you have a new video again! i like it so much

  • @cocobeckie
    @cocobeckie Před 2 lety

    I’ve fallen in love with your videos and very understanding explanations

  • @00el04
    @00el04 Před 3 lety

    You're so smart, what an amazing tutorial on the navigation bar. I like the way you utilise scss with some mixins for media queries.
    I have never used it before myself so it was really cool to learn something from this tutorial!

  • @joyride9353
    @joyride9353 Před 4 lety

    I love your project videos. Please keep them coming.

  • @mariaficherry3822
    @mariaficherry3822 Před 2 lety +1

    Thanks you so much! I just started this video but I'm already learning a lot from you. You are an excellent teacher. Your explanations are so good and your voice makes me feel so relaxed! I am enjoying this! Thanks.

  • @kenshin16021610
    @kenshin16021610 Před 4 lety +1

    thank you for this. needed a detail workflow like this one so much

  • @joyjohonroy3579
    @joyjohonroy3579 Před 3 lety +1

    love your content. please keep making this types of web designing series. watched the whole video 50min and didn't feel bore for 1sec. love that background music.
    I am very happy, cause every thing worked properly. It was my first navigation bar making. though it took almost 2hr to finish. love from Bangladesh.

  • @user-ns7ft4sb1f
    @user-ns7ft4sb1f Před 2 lety

    she's a angel, i'm crying thank youuuu

  • @stevehunt525
    @stevehunt525 Před 3 lety +4

    Great video, I had a go at this website before seeing your video and it was interesting how you approached it. One small tip, if you set the font size to 62.5% in the css html element, then the rem measurements are worked out by dividing by 10 instead of 16. For example 18px = 1.8rem, 30px = 3rem.

  • @williamchangco833
    @williamchangco833 Před 3 lety

    Promise i just discovered your channel and i think and i feel you really love what you’ve doing

  • @Dr.Mohandes
    @Dr.Mohandes Před 2 lety +10

    You're an amazing teacher, thanks a lot; I recently started learning html+css, and you explain them really well and easy to follow.

  • @mhelsen6764
    @mhelsen6764 Před 3 lety

    Awesome video! My teacher only explains how to use HTML and bootstraps, but I wanted to learn CSS and this channel is so helpful! Subbed!

  • @surtinishi
    @surtinishi Před rokem

    You are just an inspiration because of you I started my coding career again from scratch.

  • @MBXD001
    @MBXD001 Před 2 lety

    Cannot wait for your course!!!

  • @ebatheone9173
    @ebatheone9173 Před 3 lety

    This videos are unvaluable. The most usefull I have seen untill this moment. Thank you so much for your incredible videos!!!!

  • @ruthannesoverano8678
    @ruthannesoverano8678 Před 3 lety

    So happy i found you 😭 currently tying to make ecommerce website and I have no idea how to start from doing it. Fortunately, I am now starting to have an idea and motivation because of you ❤

  • @buttslaya
    @buttslaya Před 3 lety

    Can't wait till you're course comes out

  • @chittybangbang7637
    @chittybangbang7637 Před 3 lety

    Stumbled across this gem this morning, subscribed!

  • @Grewal0007
    @Grewal0007 Před 4 lety +5

    Eagerly waiting for next part....lots of love to this channel.

    • @TheCoderCoder
      @TheCoderCoder  Před 4 lety +2

      Thanks so much! Next part is coming soon :D

  • @aarondiaz2506
    @aarondiaz2506 Před rokem

    Your teaching makes me happy i learn a ton of new thing that are details, you are so skilled.

  •  Před 3 lety +1

    I'm inspired by you in my field data analyst I already know front end and sql.
    Thanks for all the information.

  • @4pettigrews
    @4pettigrews Před 3 lety

    Very nice. Thank you. Your delivery is appreciable.

  • @JustPassingByBaby
    @JustPassingByBaby Před 3 lety

    Hey. Hi...
    Just wanted to say I love how you explain stuff and what you do. Keep it up!

  • @TheChaster123
    @TheChaster123 Před 4 lety +11

    I didn't even know front end mentor was a thing this is awesome. And I learned a lot form this video thank you I liked and subscribed.

  • @RameshKumar-mv3jd
    @RameshKumar-mv3jd Před 2 lety

    It's working, it's working! Thank you for this, I'm learning a lot. I can't wait to do step 2.

  • @adnanamin1843
    @adnanamin1843 Před 4 lety

    I'm glad I found this channel sooner! 😍

  • @AbdulRahman-yg1bk
    @AbdulRahman-yg1bk Před 3 lety

    I seriously love all your videos and I appreciate all the hard work that you do for us. I'm just 16 and learning web dev and I don't know where to start I always watch tutorials. And when it comes to coding on my own I'm just stuck most of the time.
    All I'm trying to say is that id love to talk with you just to ask a few questions since you're well experienced

  • @christiancarloednave7674
    @christiancarloednave7674 Před 4 lety +1

    Instant subsriber 😁
    Learned a lot from this vid. Keep it up 👍

  • @sadamhussain9176
    @sadamhussain9176 Před 4 lety

    Oh that's great . Demystifying concept very well . You are unique
    Great work keep doing 👍👍

  • @eskimo6097
    @eskimo6097 Před 3 lety +2

    This was amazing! Thank you so much. I'll be watching the rest of the series for sure! =)

  • @Jay482
    @Jay482 Před 3 lety +1

    Thank you! you seem to know your thing very well. I learned a few things too. I need to start using sass to make my codes a little organized.

  • @ridaarajdal8409
    @ridaarajdal8409 Před 4 lety +2

    I am very excited to watch the second part :)

  • @isaiahaxelking4849
    @isaiahaxelking4849 Před 3 lety

    Thank you for making these amazing videos! I am learning a lot because of you.

  • @MohamedGamal-wi5ir
    @MohamedGamal-wi5ir Před 3 lety +1

    Your Tutorials Is AWESOME

  • @kazinashidulhaque9130
    @kazinashidulhaque9130 Před 3 lety

    love your channel, so addictive and easy to learn, way to go, upload more so we can learn and achieve more.

  • @najehmansouri1580
    @najehmansouri1580 Před 4 lety

    Very nice work, structured and simple
    I love the segmentation of the video

  • @wesamhamed1663
    @wesamhamed1663 Před 3 lety +1

    Thank you. I was searching what about this from long time.

  • @codecrumbs
    @codecrumbs Před 4 lety +1

    This is gonna be an amazing series! great video Jessica

    • @TheCoderCoder
      @TheCoderCoder  Před 4 lety +1

      Thanks so much!! I think it will be fun for people to watch :D

    • @Tadabaru_AlQuran
      @Tadabaru_AlQuran Před 3 lety

      @@TheCoderCoder yes it is, thank u so much!

  • @Gmarkooo
    @Gmarkooo Před 2 lety

    Thank you so much for this. i really learned a lot in applying what ive watched in tutorials.

  • @MajedDalain
    @MajedDalain Před 3 lety

    best I have ever found, took me a while to finish the video, a lot of details but thanks a lot

  • @abrahakahsay
    @abrahakahsay Před 2 lety

    I'm addicted to you. subscribed!