Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Basic structure of the new website #25

Closed
wants to merge 1 commit into from

Conversation

lyvwhyr
Copy link

@lyvwhyr lyvwhyr commented Oct 28, 2018

react + babel + webpack added.

yarn used as package manger yarn install to install packages in lock file
webpack dev server can be started with yarn start command
sass 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

screenshot_2018-10-28_00-09-22

login state change

screenshot_2018-10-28_00-14-29

footer

screenshot_2018-10-28_00-12-11

#23

@AnshulMalik AnshulMalik changed the base branch from master to redesign October 28, 2018 05:09
@AnshulMalik
Copy link
Member

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
Copy link
Member

@AnshulMalik AnshulMalik left a 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",
Copy link
Member

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"
>
Copy link
Member

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>
Copy link
Member

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 */
Copy link
Member

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" />
Copy link
Member

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',
Copy link
Member

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.

@AnshulMalik
Copy link
Member

@feralcode any updates on this?

@christianbender christianbender added the on hold requested changes or questions on PRs label Feb 14, 2019
@christianbender
Copy link

@AnshulMalik The last reaction was 27 days ago. Should we close the pull request?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
on hold requested changes or questions on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants