File size: 1,609 Bytes
dc774e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a73d89a
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
<!DOCTYPE html>
<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>