KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/nlyfoods/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/nlyfoods/index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Jon West" /> 
<link type="text/plain" rel="author" href="humans.txt" /> 
<title>Home - Nealey Foods Inc.</title>
	
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">

<!-- jQuery -->
<script src="js/jquery.js"></script>

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->

</head>

<body class="preload">

<div class="top-bar">
<div class="container">
<div class="row-fluid">
<div class="pull-right">
<small><i class="icon-map-marker"></i>&nbsp; 900-18 West Fulton St., Chicago, IL 60607 | <i class="icon-phone"></i>&nbsp; (312) 829-0856</small>                
</div>
</div>
</div>
</div>

<div class="container top-padding">

<div class="row-fluid">
<div class="span12">
<a href="index.html"><img src="img/logo.png"></a>
<h3 class="pull-right call-us">
&nbsp;Call us at (312) 829-0856</h3>
</div>
</div>
   
<br/>

<nav id="navigation">

<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="products-and-services.html">Products/Services</a></li>
<li><a href="food-safety.html">Food Safety</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>

</nav>
		
<div class="well white-gradient">

<div class="jumbotron">
<h1>A Cornerstone in Chicagoland Wholesale Foods for over sixty years</h1>
</div>
	  
<div id="foodCarousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#foodCarousel" data-slide-to="0" class="active"></li>
<li data-target="#foodCarousel" data-slide-to="1"></li>
<li data-target="#foodCarousel" data-slide-to="2"></li>
</ol>

<div class="carousel-inner">
<div class="active item"><img src="img/slide1.jpg" alt=""> <div class="carousel-caption animated bounceInDown">
<p>Nealey Foods is synonymous with high standards of food quality and freshness</p>
</div></div>
<div class="item"><img src="img/slide2.jpg" alt=""><div class="carousel-caption animated rotateInDownRight">
<p>We are Chicagoland's leading provider of poultry, pork, beef and seafood products</p>
</div></div>
<div class="item"><img src="img/slide3.jpg" alt=""><div class="carousel-caption animated rotateInDownLeft">
<p>Your gateway to the freshest, top-of-the-line food products that serve your needs</p>
</div></div>
</div>

<a class="carousel-control left" href="#foodCarousel" data-slide="prev">&lsaquo;</a>
<a class="carousel-control right" href="#foodCarousel" data-slide="next">&rsaquo;</a>
</div>

<hr style="border-color: #ddd;">

<div class="row-fluid marketing">
<div class="span6">
<img src="img/meat-and-tomatoes.jpg" class="img-polaroid">
<br/><br/>
<h2>Who We Are</h2>
<p>We are a family-owned and operated company that
has been bringing quality foods to Chicago area retailers and restaurants since 1942. We have a wide selection of meat kept in a climate controlled environment to ensure the best in quality and 
freshness.</p>
<a href="about.html" class="btn btn-large btn-red">Nealey's history</a>
</div>

<div class="span6">
<img src="img/chicken-and-peppers.jpg" class="img-polaroid">
<br/><br/>
<h2>What We Do</h2>
<p>As a wholesale food distribution company, we are unmatched in our products and services. We adhere to the strict HACCP program set by the USDA to ensure that all of our food meets the highest 
standards. We'd love for you to check out what we have to offer!</p>
<a href="products-and-services.html" class="btn btn-large btn-red">Products/Services</a>
</div>
</div>

<img src="img/divider.png" style="margin-top:40px;">
	  
</div>

<div class="footer">
<p class="pull-left" style="margin-top:10px;">&copy; Nealey Foods</p>
<ul class="social">
<li><a href="https://www.facebook.com/pages/Nealey-Foods-Chicago-Il/100552323374307" onclick="target='newwindow'"><img src="img/facebook.png"></a></li> 
<li><a href="http://www.linkedin.com/company/nealey-foods" onclick="target='newwindow'"><img src="img/linkedin.png"></a></li>
<li><a href="https://plus.google.com/115055297294134702602" onclick="target='newwindow'"><img src="img/gplus-32.png" ></a></li>
</ul>
</div>

</div>

<!-- Scroll To Top --> 
<a href="#" class="scroll-to-top"><i class="icon-angle-up"></i></a>

<!-- Javascript/Plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/dropdown.js"></script>
<script src="js/fluid-video.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/scroll-to-top.js"></script>

<script>
$(document).ready(function() {
$.backstretch("img/bg.jpg", {fade: 1000});
});
</script>

<script>
// stops CSS transitions from firing on page load
$(window).load(function() {
$("body").removeClass("preload");
});
</script>

<script>
$(document).ready(function(){
$('.carousel').carousel({
interval: 7000
});

});
</script>

</body>

<!-- created by Jon West April 30 2013, last modified on November 12 2013 --> 

<!-- FRAMEWORK -->
<!-- Bootstrap v2.3.1 Copyright Twitter, Inc | http://twitter.github.io/bootstrap/ | Apache License v2.0 | http://www.apache.org/licenses/LICENSE-2.0 --> 
<!-- Icons by Glyphicons | http://glyphicons.com/ -->

<!-- HTML5/CSS3 COMPATIBILITY -->
<!-- HTML5 Shiv by @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed | http://code.google.com/p/html5shiv/ -->
<!-- Respond.js by Scott Jehl | Dual licensed under the MIT or GPL Version 2 licenses | https://github.com/scottjehl/Respond | scottjehl.com -->

<!-- JAVASCRIPT -->
<!-- Convert Menu To Drop Down by Chris Coyier | No License, Free | http://css-tricks.com/license/ | http://css-tricks.com/convert-menu-to-dropdown/ --> 
<!-- Animated Scroll To Top | No License, Free --> 
<!-- FluidVideo.JS by Chris Coyier and tweaked by Mathias Bynens, Rob G (Mottie) | No License, Free -->
<!-- Backstretch.js by Scott Robbin | MIT Licensed | https://github.com/srobbin/jquery-backstretch, http://srobbin.com/jquery-plugins/backstretch/ | http://opensource.org/licenses/MIT -->

<!-- CSS -->
<!-- Animate.css by Dan Eden | MIT Licensed | https://github.com/daneden/animate.css, http://daneden.me/animate | http://opensource.org/licenses/MIT -->
<!-- Font Awesome 3.1.1 by Dave Gandy | font licensed under SIL OFL 1.1 | MIT Licensed | Documentation licensed under CC BY 3.0 | http://scripts.sil.org/OFL | http://opensource.org/licenses/mit-license.html | http://creativecommons.org/licenses/by/3.0/ -->

<!-- HOME/GENERAL PHOTOS -->
<!-- regentropfen by Turi http://us.fotolia.com/id/27734716 ID# 27734716 -->
<!-- Alte Metall Platte by Thaut Images http://us.fotolia.com/id/56560046 ID# 56560046 -->
<!-- Juicy steak with vegetables by Maksim Kostenko http://us.fotolia.com/id/51361530 ID# 51361530 -->
<!-- Chicken with roasted potatoes by Maksim Shebenko http://us.fotolia.com/id/46146833 ID# 46146833 -->
<!-- Roast chicken with honey by joanna wnuk http://us.fotolia.com/id/50476367 ID# 50476367 -->
<!-- chicken by tycoon101 http://us.fotolia.com/id/56378318 ID# 56378318 -->
<!-- Fresh Raw Meat Background with Beef ... by Kayros Studio http://us.fotolia.com/id/32079780 ID# 32079780 -->
<!-- Menu, Speisekarte Symbole Essen und trin by Hans-J�rg Nisch http://us.fotolia.com/id/38642809 ID# 38642809 -->

<!-- PRODUCTS/SERVICES PHOTOS -->
<!-- metzger bei der arbeit by contrastwerkstatt http://us.fotolia.com/id/51358919 ID# 51358919 -->
<!-- Restaurant design by nokastudio http://us.fotolia.com/id/51853990 ID# 51853990 -->

<!-- FOOD SAFETY PHOTOS -->
<!-- Cutting by Taratorki http://us.fotolia.com/id/21151968 ID# 21151968 -->
<!-- butcher cutting pork meat by tolism http://us.fotolia.com/id/41008035 ID# 41008035 -->
</html>

Anon7 - 2021