Open jjaimealeman opened 3 years ago
I have sent my PR :)
I have sent my PR :)
Cool bud, let me check it out!
@Shakti111 I have a challenge for you buddy! 😀
hii jaime what is the challenge brother
hii jaime what is the challenge brother
This page buddy, at the top ;)
Ok i will give it a try today
i have completed what u have asked for please check pull requests
i have completed what u have asked for please check pull requests
;) no need to make a new comment. I get in-browser notifications on my laptop, on the app, and email - lol.
I'll take care of the merge for you in a bit buddy ;)
i have completed what u have asked for please check pull requests
@Shakti111 DUDE! I really like what you did with your page! I'm barely learning APIs right now and you inspire me! :)
@aaron-watts
I made a small change to src/aaron.html
.
I moved <nav class="main-nav">
into <div class="container">
to keep the page layout consistent, since it's using the same layout as src/index.html
.
Also in src/css/aaron.css
I changed width: 95vw;
to width: 100%;
to keep it within the .container
. 👍
Cool, I'm gonna pull and check out skati's page :)
Glad you liked it. Why dont u deploy the page on github or netlify. Then we can share the website link on our fb group so that members can see the website. In this way they will be more willing to contribute to the repository.
Glad you liked it. Why dont u deploy the page on github or netlify. Then we can share the website link on our fb group so that members can see the website. In this way they will be more willing to contribute to the repository.
Excellent idea!!
@Shakti111 @aaron-watts do you have a preference? GitHub Pages versus Netlify?
I'll have that done tonight.
If there's no limit on how many pages you can host I recon go with github, can always move it over to netlify later if we decide we want lambda's or anything
If there's no limit on how many pages you can host I recon go with github, can always move it over to netlify later if we decide we want lambda's or anything
@aaron-watts @Shakti111
So I was looking into the Github Pages idea, and our URL would be http://jjaimealeman.github.io/wdb-get-good-with-git
.
Versus Netlify URL would be https://wdb-get-good-with-git.netlify.app/
.
What do you guys think?
@jjaimealeman Both are great!!! I think we should go with github this time.
@jjaimealeman Both are great!!! I think we should go with github this time. @aaron-watts Sorry, it took me so long. Been busy. Site is available now https://jjaimealeman.github.io/wdb-get-good-with-git/
I got some work to do. Looking at your pages makes mine look ... well, fugly, lol.
Looking forward to the next challenge. Do we have an idea of what we might make yet or are we waiting for others to join?
I think I might like to document coding tricks and tips I've picked up and figured out on my page 🤔 I am open to all ideas though!
Looking forward to the next challenge. Do we have an idea of what we might make yet or are we waiting for others to join?
Before inviting others from the FB group, I would like to work on the readme.md for the repo. I opened a new Issue ;)
I think I might like to document coding tricks and tips I've picked up and figured out on my page thinking I am open to all ideas though!
I like that idea. I want everyone to use their page for whatever projects and ideas they want.
At the same time, I would like a uniform layout. Probably will just stick with the same header > nav
for every page, and div#container
too.
Then everyone's personal page, they can override with their own CSS.
What do you think??
Yeah okay, we need #container and nav to be responsive though
Yeah okay, we need #container and nav to be responsive though
Agreed. Will work on that later.
@dvdmon
:) Will you accept this Challenge? Instructions at the top.
@jjaimealeman thanks for tagging me. Just started looking around so hadn't looked in the docs folder yet, and am not familiar enough with Github to look at "Issues" (so will have to look at that as well, lol). But yes, I'll do this but it will need to wait till tomorrow. Unlike the cliche programmer, I tend to go to sleep on the earlier side. 11:30pm is actually pretty late for me to be still up on the computer, although it IS a Saturday!
@axseinga @aaron-watts
I want to try something new!
yourname.html
page in/docs
.yourname.css
file in/docs/css
./docs/images
.yourname.js
if you like in/docs/scripts
./src/index.html
and insert a simple navigation menu linking to your new.html
page.Not really a difficult challenge.
But if more than one person modifies the
index.html
and submit Pull Requests at the same time, this gives me the opportunity to see how a more complicated Merge works.Comment below if you would like to have a try at this, thanks!