-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLearnHTML-Project03-NYFW-index.html
More file actions
60 lines (60 loc) · 4.54 KB
/
LearnHTML-Project03-NYFW-index.html
File metadata and controls
60 lines (60 loc) · 4.54 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!--
// Date File Added: 2025-09-19
// Platform: Codecademy
// User Name: @HerkimerD6H
// Profile Link: https://www.codecademy.com/profiles/HerkimerD6H
// Class: Learn HTML Fundamentals (https://www.codecademy.com/enrolled/courses/learn-html-fundamentals)
// Lesson: 01 - Elements and Structure
// Project Name: 03 - New York Fashion Week
// Project File: index.html
// Instructions: Build a webpage using the designated elements and structures in the NY Fashion Week Project instructions, then customize
-->
<!DOCTYPE html>
<html>
<head>
<title> New York Fashion Week 2026 - Blogger </title>
</head>
<body>
<h1> New York Fashion Week: Collection Reviews by Isa</h1>
<p> Hey everyone! Thanks for joining me to review these exciting new collections that are making their world debut during this year's NYFW! Now, since it's also Week 3 of the NFL season, and there is only <strong><em>one</em></strong> New York Football Team (<a href = "www.buffalobills.com" target = "_blank">!!!</a>), I thought I would focus this blog post on some designers from the official New York Football City itself: BUFFALO!</p>
<p> I am so excited to show you these new collections by two of Buffalo's own: Matt Milano, and Hailee Steinfeld! Let's check it out!
<br />***---*** ISA ***---***</p>
<h2 div = "designer"> Designer: Matt Milano </h2>
<br /> <img src = "https://www.syracuse.com/resizer/v2/XTUIVF7EKRGD5FS6BYM2V2D5J4.jpg?auth=a033040fad8c8017925d4f53bb22fde5d7ae933dcb2a15e6fd17a6f02097ac08&width=1280&smart=true&quality=90" alt = "Matt Milano looking swole / Buffalo Bills linebacker Matt Milano (58) pictured after an NFL football game against the Washington Commanders, Sunday, September 24, 2023 in Landover, Maryland. AP Photo Daniel Kucin Jr." height = 160 width = 260>
<h3 div = "collection"> Collection: <em>Buffalonian Buffness</em></h3>
<h3> Designer Statement: </h3>
<p>I designed this collection to show off swoleness - it's always arm day in Buffalo! Been eating my Flutie Flakes and showing off the receipts! GO BILLS! -- Matty Milano, #58
</p>
<h3> Collection Photo Links: </h3>
<ul>
<li> <a href = "https://shop.buffalobills.com/collections/player_matt-milano" target "_blank"> Matt Milano Jerseys </a></li>
</ul>
<h3 div = "show info"> Where to See It </h3>
<ul>
<li><strong>Location: </strong><a href = "https://www.buffalobills.com/stadium/" target = "_blank"> Highmark Stadium </a></li>
<li><strong>Date and Time: </strong> August 01, 2025 at 6PM</li>
<li><strong>After Party: </strong><a href = "https://anchorbar.com/" target = "_blank">Anchor Bar</a></li>
</ul>
<h3 div = "review"> My Collection Review </h3>
<p> I love Matt's new collection! He wants to show off the big gains at the gym, and these shirts will do just that! Whether you are hitting the gym, chowing down on some wings, or winning games - you are gonna look amazing in this versatile collection!
<br />**---** ISA **---** </p>
<h2 div = "designer"> Designer Hailee Steinfeld </h2>
<br /> <img src = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSUIqrUH8Qclk1qZYIhSOi0dmCeQH5-dmw6oQ&s" height = 260 width = 200 alt = "Hailee looking awesome and repping the AFC East!">
<h3 div = "collection"> Collection: <em>Buffalo Gal</em> </h3>
<h3> Designer Statement </h3>
<p> I designed this collection for Sundays at the stadium, focusing on: staying warm, supporting your team, and feeling comfortable and cute. GO BILLS! </p>
<h3> Photo Links </h3>
<ul>
<li> <a href = "https://www.haileesteinfeldofficial.com/" target "_blank"> Hailee's Website</a></li>
</ul>
<h3 div = "show info"> Where to See It </h3>
<ul>
<li><strong>Location: </strong><a href = "https://www.buffalobills.com/stadium/" target = "_blank"> Highmark Stadium </a></li>
<li><strong>Date and Time: </strong> August 02, 2025 at 4PM</li>
<li><strong>After Party: </strong><a href = "https://anchorbar.com/" target = "_blank">Anchor Bar</a></li>
</ul>
<h3 div = "review"> My Collection Review </h3>
<p> I love Hailee's new collection! She wants to help make your game day fun, memorable, and comfortable! Combining casual comfort with vintage flair and WARMTH (hello, Buffalo!) - you are gonna look amazing cheering on JOSH ALLEN AND SOME GUYS in this versatile collection!
<br />**---** ISA **---** </p>
</body>
</html>