Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Fashion Publications</title> | |
<link rel="stylesheet" href="styles.css"> | |
<link rel="icon" type="image/png" href="./favicon/favicon.png"> | |
</head> | |
<body> | |
<h1>Fashion Publications</h1> | |
<p class="subtitle">A collection of free online fashion magazines</p> | |
<div class="image-grid"> | |
<a href="https://us.fashionnetwork.com/" target="_blank"> | |
<img src="images/fashion-network.jpg" alt="Fashion Network"> | |
</a> | |
<a href="https://www.thefashionlaw.com/" target="_blank"> | |
<img src="images/the-fashion-law.png" alt="The Fashion Law"> | |
</a> | |
<a href="https://hypebeast.com" target="_blank"> | |
<img src="images/hypebeast.png" alt="Hypebeast"> | |
</a> | |
<a href="https://www.highsnobiety.com/" target="_blank"> | |
<img src="images/high-snobiety.png" alt="Highsnobiety"> | |
</a> | |
<a href="https://nowfashion.com/" target="_blank"> | |
<img src="images/nowfashion.png" alt="NowFashion"> | |
</a> | |
<a href="https://fashionista.com/" target="_blank"> | |
<img src="images/fashionista.jpg" alt="Publication 6"> | |
</a> | |
<a href="https://www.elle.com/" target="_blank"> | |
<img src="images/elle.jpg" alt="Publication 7"> | |
</a> | |
<a href="https://www.whowhatwear.com" target="_blank"> | |
<img src="images/who-what-wear.png" alt="Publication 8"> | |
</a> | |
</div> | |
</body> | |
</html> | |