-
-
Notifications
You must be signed in to change notification settings - Fork 131
Conversation
Nice work @feralcode I think we don't need yarn error log |
webpack wotking with react header component and hero component added compoents added to page removal of yarn-error.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So sorry this was ignored for so long, we can now go fast track. :)
"name": "website", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "https://github.com/feralCode/website", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use the upstream repository here.
<a | ||
href="http://en.wikipedia.org/wiki/Open-source_software" | ||
target="_blank" | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's going on here?
|
||
</ul> | ||
</main> | ||
<footer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file needs formatting.
padding: 0; | ||
margin: 0; | ||
//background: #ffded1; /* Old browsers */ | ||
//background: linear-gradient(135deg, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); /* W3C */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments? I think we don't need them.
<input type="text" placeholder={placeholder} autoComplete="off" aria-label="Search box" /> | ||
<i className="material-icons">search</i> | ||
</div> | ||
<img className="bg-image" src="https://images.unsplash.com/photo-1527234639945-70d78416bd7d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=721783d6df00ea979608158fd776675e&auto=format&fit=crop&w=1319&q=80" alt="jumbotron background" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll be fine without this image for now.
constructor() { | ||
super(); | ||
this.state = { | ||
profileImageURL: 'https://d1r8m46oob3o9u.cloudfront.net/images/home-demo-photo-0c.jpg', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's not have any images.
@feralcode any updates on this? |
@AnshulMalik The last reaction was 27 days ago. Should we close the pull request? |
react + babel + webpack added.
yarn used as package manger
yarn install
to install packages in lock filewebpack dev server can be started with
yarn start
commandsass added for styling, more work to be done but didn't want to make PR to large.
Original styling left in Main component in src directory
login state change
footer
#23