-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvisualarts.html
101 lines (92 loc) · 3.91 KB
/
visualarts.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!-- any form of graphics/photos will go here
inspo: https://lukeandnik.co.uk/ -->
<!--visualarts.html-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/logos/indigologowhite.png">
<title>Indigo Magazine - Visual Arts </title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<script src="scripts/script.js"></script>
</head>
<body>
<div class="Taskbar-container" id="Taskbar-container">
<!-- Logo on the left side, linking to the homepage -->
<a href="index.html" class="logo-link">
<img src="assets/logos/indigologowhite.png" alt="Website Logo" class="logo">
</a>
<!-- Navigation links -->
<a href="creative.html" class="link-bar hvr-fade CREATIVE"><p class="tabfont"><bold>CREATIVE</bold></p></a>
<a href="visualarts.html" class="link-bar hvr-fade VISUALARTS"><p class="tabfont"><bold>VISUAL ARTS</bold></p></a>
<a href="about.html" class="link-bar hvr-fade ABOUT"><p class="tabfont"><bold>ABOUT</bold></p></a>
</div>
<button onclick="changeColor()" class="change-mode"> ☼ / ☾</button>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/ephemeral.html">
<div class="floating-photo" style="background-image: url('photos/group6/Group6_KISMET_Graphics3.jpeg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/ephemeral.html">
<div class="floating-photo" style="background-image: url('photos/group6/Group6_KISMET_Graphics5.jpeg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/giveMeASign.html">
<div class="floating-photo" style="background-image: url('photos/group2/GMA_cover.png');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/giveMeASign.html">
<div class="floating-photo" style="background-image: url('photos/group2/floating4.jpg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/theladyofthecastle.html">
<div class="floating-photo" style="background-image: url('photos/group4/final3.png');"></div>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/theladyofthecastle.html">
<div class="floating-photo" style="background-image: url('photos/group4/final5.png');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/judas.html">
<div class="floating-photo" style="background-image: url('photos/group5/IMG_2353.jpg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/judas.html">
<div class="floating-photo" style="background-image: url('photos/group5/IMG_2420.jpg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/judas.html">
<div class="floating-photo" style="background-image: url('photos/group7/picture1.png');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/iknowtheend.html">
<div class="floating-photo" style="background-image: url('photos/group3/KISMET_G3_2.jpg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/kismetarticle.html">
<div class="floating-photo" style="background-image: url('photos/group1/be_picture19.jpg');"></div>
</a>
</div>
<div class="floating-photo-wrapper">
<a href ="articles/kismet/metamorphosis.html">
<div class="floating-photo" style="background-image: url('photos/group1/be_picture7.jpg');"></div>
</a>
</div>
</div>
<script src="scripts/script.js"></script>
</body>
</html>