Created
February 15, 2023 06:49
-
-
Save thomasthaddeus/ec3e32b9be397ce73cf62fe69be0e6e7 to your computer and use it in GitHub Desktop.
Fashion week in New York Project taken from Codecademy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title element="Everyday with Isa" /> | |
</head> | |
<body> | |
<a href="#contact"><img | |
src="https://content.codecademy.com/courses/learn-html/elements-and-structure/profile.jpg" | |
/></a> | |
<h3>by Isabelle Rodriguez | 1 day ago</h3> | |
<h1> | |
An Insider’s Guide to | |
<a | |
href="https://en.wikipedia.org/wiki/New_York_Fashion_Week" | |
target="_blank" | |
>NYFW</a | |
> | |
</h1> | |
<img | |
src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-one.jpeg" | |
/> | |
<p> | |
NYFW can be both amazingly fun & incredibly overwhelming, especially if | |
you’ve never been. Luckily, I’m here to give you an insider’s guide and | |
make your first show a pleasurable experience. By taking my tips and | |
tricks, and following your gut, you’ll have an unforgettable experience! | |
</p> | |
<h2>Getting Tickets & Picking the Shows</h2> | |
<img | |
src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-two.jpeg" | |
/> | |
<p> | |
If you’re lucky or connected you can get an invite, sans the price tag. | |
But I wasn’t so lucky or connected my first 2 years so I’m here to help | |
you out. First, plan out which shows are most important to you and make a | |
schedule and this is a biggie: <b>SET A BUDGET</b>. If you’re worrying | |
about blowing your cash the whole time you won’t have fun. Then check out | |
prices, days, and times and prioritize the designers you want to see most. | |
Lastly, purchase your tickets and get excited! | |
</p> | |
<h2>Dressing for the Shows</h2> | |
<img | |
src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-three.jpeg" | |
/> | |
<p> | |
Always be true to your own sense of style, if you don’t you’ll be | |
uncomfortable the whole time and it will show. Remember, NYFW is about | |
expressing yourself and taking in what the designers have chosen to | |
express through their new lines. Also it’s important to wear shoes you’ll | |
be comfortable in all day. Obviously you want to look good, but you’ll be | |
on your feet all day long, so be prepared. | |
</p> | |
<h4>Related Content</h4> | |
<ul> | |
<li>How To Style Boyfriend Jeans</li> | |
<li>When Print Is Too Much</li> | |
<li>The Overalls Trend</li> | |
<li>Fall’s It Color: Blush</li> | |
</ul> | |
<div id="contact"> | |
<p> | |
<strong>email</strong>: [email protected] | <strong>phone</strong>: | |
917-555-1098 | <strong>address</strong>: 371 284th St, New York, NY, | |
10001 | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment