Day 10 -Photography

Developer
Size
3,550 Kb
Views
20,240

How do I make an day 10 -photography?

A photography website that's brings the simplicity of abstract.. What is a day 10 -photography? How do you make a day 10 -photography? This script and codes were developed by Christian on 15 October 2022, Saturday.

Day 10 -Photography Previews

Day 10 -Photography - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Day 10 -Photography</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="site-wrapper abstract-top"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="masthead clearfix"> <div class="inner"> <h3 class="masthead-brand">AP</h3> <nav class="nav nav-masthead"> <a class="nav-link active" id="homeLink" data-toggle="tab" href="#home" role="tab">Home</a> <a class="nav-link" id="galleryLink" data-toggle="tab" href="#gallery" role="tab">Gallery</a> </div> </div> <div class="tab-content"> <!-- --------------------- --> <!-- Start: Home --> <div class="tab-pane active" id="home" role="tabpanel"> <h1 class="cover-heading">Abstract photography</h1> <p class="lead"> Behind the madness of abstract there is a wonderful meaning. </p> </div> <!-- End: Home --> <!-- ------------------- --> <!-- ------------------------ --> <!-- Start: Trailer --> <div class="tab-pane" id="gallery" role="tabpanel"> <h2>Less is more.<h2> <div id="abstractImages" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#abstractImages" data-slide-to="0" class="active"></li> <li data-target="#abstractImages" data-slide-to="1"></li> <li data-target="#abstractImages" data-slide-to="2"></li> </ol> <div class="carousel-inner" role="listbox"> <div class="carousel-item active"> <img class="d-block img-fluid" src="http://lorempixel.com/800/400/abstract/8/" alt="Random abstract image"> </div> <div class="carousel-item"> <img class="d-block img-fluid" src="http://lorempixel.com/800/400/abstract/10/" alt="Random abstract image"> </div> <div class="carousel-item"> <img class="d-block img-fluid" src="http://lorempixel.com/800/400/abstract/7/" alt="Random abstract image"> </div> </div> <a class="carousel-control-prev" href="#abstractImages" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#abstractImages" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> <!-- End: Trailer --> <!-- ---------------------- --> </div> <div class="mastfoot"> <div class="inner"> <p> © Copyright 2017 by <a href="https://codepen.io/chpecson">Christian Pecson</a>. </p> </div> </div> </div> </div>
</div> <script src='https://code.jquery.com/jquery-3.1.1.slim.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Day 10 -Photography - Script Codes CSS Codes

/* * Globals */
/* Links */
a,
a:focus,
a:hover { color: #fff;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus { color: #333; text-shadow: none; /* Prevent inheritance from `body` */ background-color: #fff; border: .05rem solid #fff;
}
/* * Base structure */
html,
body { height: 100%; background-color: #333;
}
body { color: #fff; text-align: center; text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
.abstract-top { background: linear-gradient(45deg, #000 40%, #111 20%, #333 80%, #555 10%, #777 10%);
}
.plain-top { background: linear-gradient(#888 50%, #444 40%, #000 10%);
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover { background: rgba(40, 40, 40, 0.8);
}
.carousel-control-next,
.carousel-control-prev { border-radius: 2rem;
}
img { border-radius: 2rem; }
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper { display: table; width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.site-wrapper-inner { display: table-cell; vertical-align: top;
}
.cover-container { margin-right: auto; margin-left: auto;
}
/* Padding for spacing */
.inner { padding: 2rem;
}
/* * Header */
.cover-heading { font-weight: 300; font-size: 400%;
}
.lead { font-size: 200%;
}
.masthead { margin-bottom: 2rem;
}
.masthead-brand { margin-bottom: 0;
}
.nav-masthead .nav-link { padding: .25rem 0; font-weight: bold; color: rgba(255, 255, 255, .9); background-color: transparent; border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus { border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link { margin-left: 1rem;
}
.nav-masthead .active { color: #fff; border-bottom-color: #fff;
}
@media (min-width: 48em) { .masthead-brand { float: left; } .nav-masthead { float: right; }
}
/* * Cover */
.cover { padding: 0 1.5rem;
}
.cover .btn-lg { padding: .75rem 1.25rem; font-weight: bold;
}
/* * Footer */
.mastfoot { color: rgba(255, 255, 255, .5);
}
/* * Affix and center */
@media (min-width: 40em) { /* Pull out the header and footer */ .masthead { position: fixed; top: 0; } .mastfoot { position: fixed; bottom: 0; } /* Start the vertical centering */ .site-wrapper-inner { vertical-align: middle; } /* Handle the widths */ .masthead, .mastfoot, .cover-container { width: 100%; /* Must be percentage or pixels for horizontal alignment */ }
}
@media (min-width: 62em) { .masthead, .mastfoot, .cover-container { width: 42rem; }
}

Day 10 -Photography - Script Codes JS Codes

$(function(){ $('#homeLink').click(function() { $('.site-wrapper').removeClass('plain-top'); $('.site-wrapper').addClass('abstract-top'); }); $('#galleryLink').click(function() { $('.site-wrapper').removeClass('abstract-top'); $('.site-wrapper').addClass('plain-top'); });
});
Day 10 -Photography - Script Codes
Day 10 -Photography - Script Codes
Home Page Home
Developer Christian
Username chpecson
Uploaded October 15, 2022
Rating 3
Size 3,550 Kb
Views 20,240
Do you need developer help for Day 10 -Photography?

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!

Christian (chpecson) Script Codes
Create amazing web content 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!