-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leticia Tran (Ampers) #31
base: master
Are you sure you want to change the base?
Conversation
…ed the initial html structure plan.
… background color) for each section and defined/mock-styled navigation-bar & footer for a better visual
…ciding the color pallete.
…ke-ipsum texts.. Hide the works side-menu because link is not working yet.
Personal Portfolio SiteWhat We're Looking For
|
<p>Week: 6</p> | ||
<p>Date completed: March 16, 2018</p> | ||
<h3>Project intro</h3> | ||
<p>A team of ambitious and passionate folks have assembled and they're creating a new product called Startrly. Startrly is a new and unique solution for some problem, and it's going to disrupt some industry. They've hired you to make a new front-page for their product's website. They have a good idea for what they want in their front page in terms of layout and content, so they've provided wireframes and the HTML for the front page. However, in terms of literal styles, colors, and visual design choices, they've left that freedom to you.</p> |
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.
Just FYI these are running too wide on my screen, some styling here is needed.
|
||
</section> | ||
|
||
<div class="git-startly"> |
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.
The rollover effects on these are neat, but they make me think I can click on them.
.work-done { | ||
grid-area: work-done; | ||
display: grid; | ||
grid-template-columns:repeat(auto-fit, minmax(600px, 1fr)); |
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.
Nicely responsive.
<!-- <h3>Around the web</h3> --> | ||
<!-- TODO: change social media logos for something cute --> | ||
<br> | ||
<img src="../images/logo-facebook.png"></a> |
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.
alt attribute...
|
||
<section class="social-media"> | ||
<!-- TODO: put social media componetns.. maybe like pieces of posts or soething like that.. preffered hastags or something.. --> | ||
<img src="images/logo-facebook.png"></a> |
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.
alt attribute...
(Not finished...)
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions