Sierra Loomer Photo Home Page Mock

Developer
Size
2,958 Kb
Views
28,336

How do I make an sierra loomer photo home page mock?

What is a sierra loomer photo home page mock? How do you make a sierra loomer photo home page mock? This script and codes were developed by Alex Loomer on 08 September 2022, Thursday.

Sierra Loomer Photo Home Page Mock Previews

Sierra Loomer Photo Home Page Mock - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sierra Loomer Photo Home Page Mock</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="header"> <img src="http://static1.squarespace.com/static/53fed36fe4b04ec10819baf5/t/5719985f746fb922e0aa8d03/1461733062770/?format=1500w" alt="" />
</div>
<nav>
<ul> <li><a href="#">About</a></li> <li><a href="#">Work</a></li> <li><a href="#">Contact</a></li> <li><a href="#">Blog</a></li>
</ul>
</nav>
<div class="share-wrap"> <div class="main-bar">Menu<span></span></div> <ul id="drop"> <li class="li-drop"><a class="a-drop" href="#">About</a></li> <li class="li-drop"><a class="a-drop" href="#">Work</a></li> <li class="li-drop"><a class="a-drop" href="#">Contact</a></li> <li class="li-drop"><a class="a-drop" href="#">Blog</a></li> </ul>
</div>
<div id="main-content">
<img class="tri" src="http://static1.squarespace.com/static/53fed36fe4b04ec10819baf5/t/5719c041c6fc085b5b122b46/1461305413245/2S3A0352-3.jpg" alt="" /><img class="tri" src="http://static1.squarespace.com/static/53fed36fe4b04ec10819baf5/t/571a8e72e3214001fb3a599e/1461358200578/2S3A1796-2.jpg?format=1500w" alt="" /><img class="tri" src="http://static1.squarespace.com/static/53fed36fe4b04ec10819baf5/t/5719a8048a65e2cccb5c06d7/1461299210981/611-2.jpg?format=1500w" alt="" /> </div>
<div id="footer">
<img src="https://raw.githubusercontent.com/atloomer/atloomer.github.io/master/img/iconmonstr-instagram-6-120.png" alt="" /> <img src="https://raw.githubusercontent.com/atloomer/atloomer.github.io/master/img/iconmonstr-email-4-120.png" alt="" /> <img src="https://raw.githubusercontent.com/atloomer/atloomer.github.io/master/img/iconmonstr-pinterest-1-120.png" alt="" /> <img src="https://raw.githubusercontent.com/atloomer/atloomer.github.io/master/img/iconmonstr-facebook-1-120.png" alt="" /> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Sierra Loomer Photo Home Page Mock - Script Codes CSS Codes

nav { display: none;
}
#header img { display: block; width: 60%; padding: 5% 20%;
}
* { margin: 0; padding: 0; list-style: none;
}
.share-wrap { width: 200px; margin: 30px auto; cursor: pointer;
}
.main-bar { position: relative; background: #fff; border: 1px solid rgba(0, 0, 0 , 0.2); box-shadow: 0px 2px 0px rgba(0, 0, 0, .1); padding: 15px; font-size: 16px; font-weight: lighter; letter-spacing: 1px; color: gray; text-align: center;
}
.main-bar:hover { background: #f9f9f9;
}
.main-bar > span { position: absolute; right: 20px; cursor: pointer;
}
#drop { display: none; margin-top: -1px; background: #fff; border: 1px solid rgba(0, 0, 0 , 0.2); box-shadow: 0px 2px 0px rgba(0, 0, 0, .1); text-align: center; font-size: lighter;
}
.li-drop { border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a-drop, .a-drop:visited { text-decoration:none; padding-left:0; color: gray; padding: 15px; display: block; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; border-right:4px solid #fff;
}
.a-drop:hover { background:#f4f4f4; border-right:4px solid #ccc; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
}
.tri { width: 100%; display: block;
}
#main-content { padding-bottom: 50px;
}
#footer { position:fixed; left: 0px; bottom: 0px; height: 50px; width: 100%; background: white; text-align: center;
}
#footer img { padding: 15px 5px; width: 20px; margin-right: 0;
}
@media screen and (min-width: 768px)
{ #footer { text-align: right;
} #footer img { padding-right: 25px; } .tri { padding-top: 5%; vertical-align: top; width: 33.33%; margin: 0; display: inline-block; } .share-wrap { display: none; }
#header img { width: 30%; display: block; padding: 1% 33% 1% 37%;
}
nav { width: 95%; margin: 0 2.5%; display: block; padding: 0; text-align: center; border-bottom: 1px solid lightgray;
}
a { color: gray; text-decoration: none;
}
a:hover { color: lightgray;
}
li { letter-spacing: .1em; font-weight: lighter; color: gray; text-transform: uppercase; font-size: 1.2em; padding: 1em 2em; display: inline-block;
}
a { position: relative; overflow: hidden; display: inline-block; text-decoration: none;
}
a:after { position: absolute; bottom: 0; left: -100%; content: ""; width: 100%; height: 1px; background: lightgray; -webkit-transition: left .5s; transition: left .5s;
}
a:hover:after { left: 0;
}
}

Sierra Loomer Photo Home Page Mock - Script Codes JS Codes

$(document).ready(function(e){ $('.main-bar').on('click',function(){ $('ul').slideToggle(280); });
})
Sierra Loomer Photo Home Page Mock - Script Codes
Sierra Loomer Photo Home Page Mock - Script Codes
Home Page Home
Developer Alex Loomer
Username atloomer
Uploaded September 08, 2022
Rating 3
Size 2,958 Kb
Views 28,336
Do you need developer help for Sierra Loomer Photo Home Page Mock?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alex Loomer (atloomer) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!