GALLERY
<style><!--
.contain {
padding: 20px;
}
.browser {
width: 100%;
height: 680px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.browser .top {
height: 40px;
width: 100%;
background: #0f87e2;
border-radius: 8px 8px 0 0;
display: flex;
flex-direction: row;
}
.browser .top .icon {
margin: 8px;
border-radius: 20px;
background: #fff;
width: 20px;
height: 20px;
display: block;
}
.browser .top .icon:first-child {
opacity: 0.4;
}
.browser .top .icon:nth-child(2) {
opacity: 0.6;
}
.browser .top .icon:last-child {
opacity: 0.8;
}
.browser .top .icon:hover {
opacity: 1;
}
.browser .page {
background: #fff;
width: 100%;
height: 100%;
border-radius: 0 0 8px 8px;
overflow: hidden;
display: flex;
flex-direction: row;
color: #333;
}
.browser .page .left {
flex: 0 0 40%;
text-align: center;
position: relative;
background: #000;
}
.browser .page .left .contain {
z-index: 10;
height: 150px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
margin: auto;
color: #fff;
}
.browser .page .left .bgimg {
opacity: 0.5;
z-index: 1;
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-image: url(https://cdn.shopify.com/s/files/1/0580/8203/3831/files/suite-A.jpg?v=1657645428);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.browser .page .left button {
display: block;
margin: 0 auto;
background-color: #5fb4f3;
}
.browser .page .right {
flex: 0 0 60%;
}
.browser .page .right h1 {
margin-top: 0;
}
.browser .page .right .newsloop .news {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 10px 0;
padding: 10px 0;
width: 100%;
border-bottom: 1px solid #ddd;
}
.browser .page .right .newsloop .news p {
margin-top: 0;
margin-bottom: 0;
line-height: 1;
}
.browser .page .right .newsloop .news .day {
color: #3aa4f2;
}
.browser .page .right .newsloop .news .date {
text-transform: uppercase;
font-weight: 600;
text-align: right;
}
.browser .page .right .newsloop .news .title {
min-width: 100px;
text-align: left;
}
.browser .page .right .newsloop .news .icon {
width: 200px;
height: 30px;
}
nav.years {
border-bottom: 1px solid #000;
padding: 0 0 20px 0;
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly;
}
button {
color: #fff;
background: lightblue;
padding: 10px 12px;
border: 0;
border-radius: 8px;
}
--></style>
<div id="init">
<div class="browser">
<div class="page">
<div class="left">
<div class="contain">
<h3 style="color: white;">Client Digital Asset Library</h3>
<p>Fabian Couture Group</p>
<!--<button>Download the Kit</button> --></div>
<div class="bgimg"></div>
</div>
<div class="right">
<div class="contain">
<h1>Select Media</h1>
<nav class="years">
<div class="year" v-for="(year, key) in years">2023</div>
</nav>
<div class="newsloop">
<div id="newsitem">
<div class="news">
<div class="icon b"><a href="https://fabiancouturegroup.com/pages/bensherman" title="Ben Sherman 2023">Ben Sherman</a></div>
<div class="date b">
<p><span class="day"><a href="/pages/bensherman">View Details</a> </span></p>
</div>
</div>
</div>
<!-- END OF BRAND
<div id="newsitem">
<div class="news">
<div class="icon b"><a href="https://fabiancouturegroup.com/pages/ikebehar" title="Ike Behar">Ike Behar</a></div>
<div class="date b">
<p><span class="day"><a href="/pages/ikebehar">View Details</a> </span></p>
</div>
</div>
</div>
<!-- END OF BRAND -->
<div id="newsitem">
<div class="news">
<div class="icon b"><a href="https://fabiancouturegroup.com/pages/brunomagli" title="Bruno Magli">Bruno Magli</a></div>
<div class="date b">
<p><span class="day"><a href="/pages/brunomagli">View Details</a> </span></p>
</div>
</div>
</div>
<!-- END OF BRAND -->
<div id="newsitem">
<div class="news">
<div class="icon b"><a href="https://fabiancouturegroup.com/pages/couture" title="Couture 1910"> Couture 1910</a></div>
<div class="date b">
<p><span class="day"><a href="/pages/couture">View Details</a> </span></p>
</div>
</div>
</div>
<!-- END OF BRAND
<div id="newsitem">
<div class="news">
<div class="icon b"><a href="https://fabiancouturegroup.com/pages/neilallyn" title="Neil Allyn">Neil Allynn</a></div>
<div class="date b">
<p><span class="day"><a href="/pages/neilallyn">View Details</a> </span></p>
</div>
</div>
</div>
<!-- END OF BRAND --></div>
</div>
</div>
</div>
</div>
</div>