Code Monkey home page Code Monkey logo

prj-rev-bwfs-dasmoto's Introduction

header

Yes, I love a good cup of coffee β˜• ... but lately, I've been obsessed with a new question: 'What can I learn today to bring me one step closer to my dream job as a developer?' πŸ€”πŸš€

As a lifelong lover of languages, I'm fascinated by phonetics, writing systems, and now, the languages of the web! πŸ’»

I've always enjoyed the challenge of making things better, whether it's proofreading a manuscript πŸ“, ensuring foreign scripts are typeset on a page correctly πŸ”€, or helping non-native speakers improve their English πŸ—£οΈ. But lately, I've been dreaming bigger. What if I could design interactive apps? πŸ€” Or even create tools that empower others? πŸ’ͺ

That's why I took the leap into coding πŸ‘©β€πŸ’». Now, my days are filled with learning more languages, connecting the dots between tech concepts, and imagining all the incredible things I'll be able to create.

I am just a coder-in-training 🌱, but I'm excited to combine my love of language with this newfound passion.

So let's connect over a virtual americano β˜• and chat about your experience in tech as I brew my future in code! 😊

P.S. Tea lovers welcome too! 🍡


🌱 I’m currently working through these courses:


β˜‘οΈ Post-bootcamp Completed courses & tutorials:


Top Langs

prj-rev-bwfs-dasmoto's People

Contributors

csarq avatar

Watchers

 avatar

prj-rev-bwfs-dasmoto's Issues

CSS a little repetitive

Only issue is that you could try to reduce how much you repeat yourself in css

Here is a line for example that you used a few times.

font-weight:bold;

similar to how you did font family we could have used

h1, h2, span {

font-weight:bold;

}

to reduce some repetition here

Summary

Excellent. When I review this project I look for two things.

Use of divs to organize each section and no repetition on css. You did an excellent job, I just noted the font-weight:bold; to enforce the idea that we want to reduce repetition as much as possible.

One of the things that isn't really discussed is the concept of DRY programming which stands for Don't Repeat Yourself. That is one of purposes of the the invention of css.

As a challenge add bootstrap and see if you can make this site mobile friendly/responsive. It will prepare you for the upcoming projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.