-
Notifications
You must be signed in to change notification settings - Fork 47
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
Maddie Shields - Edges - Personal Portfolio Site #43
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
In general this looks good. I like that you're experimenting with animations, embedded content and a CSS framework! Just make sure your fundamentals don't slip as a result. |
<script> | ||
var slideIndex = 1; | ||
showDivs(slideIndex); | ||
|
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.
JavaScript should always live in a separate file. Inline scripts are bad form.
<div class="w3-content" style="max-width:600px"> | ||
<img class="mySlides" src="../images/1.png" style="width:100%"> | ||
<img class="mySlides" src="../images/2.png" style="width:100%"> | ||
|
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.
These have inline styles! The width: 100%
should go in your CSS.
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions