-
Notifications
You must be signed in to change notification settings - Fork 0
/
editorial4.html
executable file
·126 lines (116 loc) · 6.35 KB
/
editorial4.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<title>Carla Canadell</title>
<meta charset="UTF-8">
<meta name="description" content="Carla Canadell is a fashion designer from Barcelona.">
<meta name="keywords" content="Design, Carla, Canadell, Fashion, fashion designer, Barcelona">
<meta name="authors" content="Cris i Carla">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="icon.jpeg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Cardo' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.row {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}
.column {
-ms-flex: 50%; /* IE10 */
flex: 50%;
max-width: 50%;
padding: 0 4px;
}
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5F90YSV94B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5F90YSV94B');
</script>
<body>
<div class='container-fluid'>
<div style="margin-left:5%;margin-right:5%;margin-top:5%">
<div class="w3-sidebar w3-bar-block w3-responsive" style="width:20%">
<b><a href="index.html" class="w3-bar-item w3-button w3-hover-pastel w3-text-custom">main page</a></b>
<b><button class="w3-button w3-white w3-block w3-left-align w3-hover-pastel w3-text-custom" onclick="myAccFunc()">
collections <i class="fa fa-caret-down"></i>
</button></b>
<div id="demoAcc" class="w3-hide w3-white">
<a href="collection.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Anaïs</a>
</div>
<b><button class="w3-button w3-white w3-block w3-left-align w3-hover-pastel w3-text-custom" onclick="myAccFunc2()">
editorials <i class="fa fa-caret-down"></i>
</button></b>
<div id="demoAcc2" class="w3-hide w3-white">
<a href="editorial.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Anaïs</a>
<a href="editorial2.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">A stone to earth</a>
<a href="editorial3.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Sapta Sindhu</a>
<a href="editorial4.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Human Tissues</a>
<a href="editorial5.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">New Breath</a>
<a href="editorial6.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Enjoy the Silence</a>
<a href="editorial7.html" target="_blank" class="w3-bar-item w3-button w3-small w3-hover-pastel w3-text-custom">Wish me Luck</a>
</div>
<b><a href="fashionfilm.html" class="w3-bar-item w3-button w3-hover-pastel w3-text-custom">fashion film</a></b>
<b><a href="portfolio.html" class="w3-bar-item w3-button w3-hover-pastel w3-text-custom">portfolio</a></b>
<b><a href="https://www.instagram.com/carla.canadell/" target="_blank" class="w3-button w3-white w3-block w3-left-align w3-hover-pastel w3-text-custom">instagram</a></b>
<b><a href="mailto:[email protected]" class="w3-bar-item w3-button w3-hover-pastel w3-text-custom">contact</a></b>
<b><a href="https://claudiaencanta.com/collections/vendors?q=Carla%20Canadell" target="_blank" class="w3-bar-item w3-button w3-hover-custom w3-text-pastel">SHOP</a></b>
</div>
<div style="margin-left:25%">
<div style="margin-right:15%">
<div style="margin-top: 5%">
<div class="row">
<div class="column">
<div class="w3-leftbar w3-bottombar w3-border-white w3-hover-border-custom">
<a href="https://www.revsmag.com/human-tissues" target='_blank'><img src="media/human_tissues/ht.jpg" width="533" height="800" style="max-width:100%;height:auto;" alt="carla1"></a>
</div>
</div>
<div class="column">
<div class="w3-leftbar w3-bottombar w3-border-white w3-hover-border-custom">
<a href="https://www.revsmag.com/human-tissues" target='_blank'><img src="media/human_tissues/ht_1.png" width="533" height="800" style="max-width:100%;height:auto;" alt="carla2"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function myAccFunc() {
var x = document.getElementById("demoAcc");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
x.previousElementSibling.className += " w3-green";
} else {
x.className = x.className.replace(" w3-show", );
x.previousElementSibling.className =
x.previousElementSibling.className.replace(" w3-green", );
}
}
function myAccFunc2() {
var x = document.getElementById("demoAcc2");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
x.previousElementSibling.className += " w3-green";
} else {
x.className = x.className.replace(" w3-show", );
x.previousElementSibling.className =
x.previousElementSibling.className.replace(" w3-green", );
}
}
</script>
</body>
</html>