-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIsablog.html
More file actions
31 lines (30 loc) · 2.37 KB
/
Isablog.html
File metadata and controls
31 lines (30 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>Everyday with Isa</title>
</head>
<body>
<img src="https://content.codecademy.com/courses/learn-html/elements-and-structure/profile.jpg"/>
<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>
<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>
<img src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-one.jpeg"/>
<h2>Getting Tickets & Picking the Shows</h2>
<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: SET A BUDGET. 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>
<img src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-two.jpeg"/>
<h2>Dressing for the Shows</h2>
<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>
<img src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-three.jpeg"/>
<h4>Related Conten</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>: isa@fashionblog.com | <strong>phone</strong>: 917-555-1098 | <strong>address</strong>: 371 284th St, New York, NY, 10001
</p>
</div>
</body>
</html>