finished facepainting page
@ -136,31 +136,6 @@ perspective: 1000;
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var isMobile = {
|
||||
Android: function() {
|
||||
return navigator.userAgent.match(/Android/i);
|
||||
},
|
||||
BlackBerry: function() {
|
||||
return navigator.userAgent.match(/BlackBerry/i);
|
||||
},
|
||||
iOS: function() {
|
||||
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
|
||||
},
|
||||
Opera: function() {
|
||||
return navigator.userAgent.match(/Opera Mini/i);
|
||||
},
|
||||
Windows: function() {
|
||||
return navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/WPDesktop/i);
|
||||
},
|
||||
any: function() {
|
||||
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
|
||||
}
|
||||
};
|
||||
if ( isMobile.any() ) {
|
||||
//document.location = "memorymobile.html"
|
||||
|
||||
}
|
||||
|
||||
|
||||
var score = 0
|
||||
var rows, columns, j, i, p
|
||||
@ -183,7 +158,7 @@ function drawboard(ary){
|
||||
score = 0;
|
||||
document.getElementById("score").innerHTML = "Number of turns: "+score;
|
||||
document.getElementById("merpic").checked = "checked";
|
||||
for( i=0, j=10; i<=9; i++, j++){board[i][0] = '<img draggable="false" (dragstart)="false;" class="unselectable pics" id="img'+i+'" src="mem_pics/mer/mem_img'+i+'.jpeg" onclick="cSwap(this)" />'; board[i][1] = false;
|
||||
for( i=0, j=10; i<=9; i++, j++){board[i][0] = '<img class="pics" id="img'+i+'" src="mem_pics/mer/mem_img'+i+'.jpeg" onclick="cSwap(this)" />'; board[i][1] = false;
|
||||
board[j][0] = '<img class="pics" id="img'+j+'" src="mem_pics/mer/mem_img'+i+'.jpeg" onclick="cSwap(this)" />'; board[j][1] = false;}
|
||||
console.log(board);
|
||||
board.shuffle();
|
||||
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
BIN
painted/assets/images/face/flowerfacepaintinglg.jpg
Executable file
|
After Width: | Height: | Size: 134 KiB |
BIN
painted/assets/images/face/flowerfacepaintingsm.jpg
Executable file
|
After Width: | Height: | Size: 46 KiB |
BIN
painted/assets/images/face/jerseybodypaint.jpg
Executable file
|
After Width: | Height: | Size: 206 KiB |
BIN
painted/assets/images/face/jerseybodypaint1.jpg
Executable file
|
After Width: | Height: | Size: 78 KiB |
BIN
painted/assets/images/face/kellylg.jpg
Executable file
|
After Width: | Height: | Size: 367 KiB |
BIN
painted/assets/images/face/kellysm.jpg
Executable file
|
After Width: | Height: | Size: 88 KiB |
BIN
painted/assets/images/face/page-4_img03.jpg
Executable file
|
After Width: | Height: | Size: 44 KiB |
BIN
painted/assets/images/face/page-4_img03_original.jpg
Executable file
|
After Width: | Height: | Size: 114 KiB |
BIN
painted/assets/images/face/page-4_img04.jpg
Executable file
|
After Width: | Height: | Size: 38 KiB |
BIN
painted/assets/images/face/page-4_img05.jpg
Executable file
|
After Width: | Height: | Size: 53 KiB |
BIN
painted/assets/images/face/page-4_img05_original.jpg
Executable file
|
After Width: | Height: | Size: 121 KiB |
BIN
painted/assets/images/face/page-4_img07_original.jpg
Executable file
|
After Width: | Height: | Size: 104 KiB |
BIN
painted/assets/images/face/profacepainterlg.jpg
Executable file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
painted/assets/images/face/profacepaintersm.jpg
Executable file
|
After Width: | Height: | Size: 133 KiB |
BIN
painted/assets/images/face/professionalfacepaint.jpg
Executable file
|
After Width: | Height: | Size: 164 KiB |
BIN
painted/assets/images/face/quickfacelg.jpg
Executable file
|
After Width: | Height: | Size: 202 KiB |
BIN
painted/assets/images/face/quickfacesm.jpg
Executable file
|
After Width: | Height: | Size: 116 KiB |
BIN
painted/assets/images/face/rainbowtiger.jpg
Executable file
|
After Width: | Height: | Size: 38 KiB |
BIN
painted/assets/images/face/rainbowtigerl.jpg
Executable file
|
After Width: | Height: | Size: 73 KiB |
BIN
painted/assets/images/face/storeeventfacepaintlg.jpg
Executable file
|
After Width: | Height: | Size: 94 KiB |
BIN
painted/assets/images/face/storeeventfacepaintsm.jpg
Executable file
|
After Width: | Height: | Size: 51 KiB |
BIN
painted/assets/images/face/tigerfacelg.jpg
Executable file
|
After Width: | Height: | Size: 116 KiB |
BIN
painted/assets/images/face/tigerfacesm.jpg
Executable file
|
After Width: | Height: | Size: 40 KiB |
181
painted/balloontwisting/index.html
Normal file
@ -0,0 +1,181 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="shortcut icon" href="assets/images/logo.png" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@500&display=swap" rel="stylesheet">
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
||||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<title>Painted You - Facepainting and Balloon Twisting - Party Entertainment</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
|
||||
<a class="navbar-brand" href="#"><img src="../assets/images/logo copy.png" alt=""></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
||||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted/facepainting">Face Painting</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/painted/balloontwisting">Balloon Twisting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.beachpartyballoons.com">Balloon Decor</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted/contact/">Contact Us <span
|
||||
class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="tel:+2033062900">Give us a call: 203.306.2900</a>
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<span class="sr-only">Next</span>
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<h1 class="display-4">Balloon Twisting</h1>
|
||||
|
||||
|
||||
|
||||
<div class="card" style="width: 70vw; margin: auto;">
|
||||
|
||||
<img src="/painted/assets/images/face/page-4_img04.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">
|
||||
Face painting for parties in CT is the perfect addition to any event.
|
||||
Our professional face painters provide countless photo opportunities and add color,
|
||||
making it the perfect event entertainment idea, with opens for all ages.
|
||||
</p>
|
||||
<p class="card-text">
|
||||
Painted You specializes in face painting & entertainment for large events such as grand opening entertainment,
|
||||
community events, and company picnics. We have a long and impressive list of past and current clients including
|
||||
The Washington Nationals major league baseball team, Foxwoods Resort Casino, Nickelodeon and many more.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="display-4">For Parties & Events</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/painted/assets/images/face/storeeventfacepaintlg.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">
|
||||
Add excitment to your event withour professional face painting services.
|
||||
Perfect for parties for kids, teens, and even aldults.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="display-4">Fancy or Quick</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/painted/assets/images/face/quickfacesm.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">
|
||||
Painted You has faster designs for when you need impressive face painting fast.
|
||||
Our artists travel all over to do face painting in Fairfield CT,
|
||||
New Haven face painting in Hartford and beyond.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Glow Under a Black Light</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/painted/assets/images/face/page-4_img05_original.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">
|
||||
Black light glow face paint and body art, perfect for Mitzvahs and school dances.
|
||||
</p>
|
||||
<p class="card-text">
|
||||
Black light body painting and face art gives a glow in the dark face painting effect.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Halloween and Custom Facepaint</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/painted/assets/images/face/page-4_img07_original.jpg" class="card-img-top" alt="...">
|
||||
|
||||
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">
|
||||
Face painting and Halloween makeup for holidays and custom makeup by makeup artist Melissa Bertrand.
|
||||
Make an appointment in our studio for makeup and face painting in Milford CT
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
Painted You © <span id="year"></span>All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<script src="/painted/year.js"></script>
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
|
||||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
|
||||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -26,16 +26,19 @@
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="../index.html">Home</a>
|
||||
<a class="nav-link" href="/painted">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="../facepainting/index.html">Face Painting</a>
|
||||
<a class="nav-link" href="/painted/facepainting/">Face Painting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted/balloontwisting">Balloon Twisting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.beachpartyballoons.com">Balloon Decor</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="index.html">Contact Us <span
|
||||
<a class="nav-link" href="/painted/contact/">Contact Us <span
|
||||
class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
|
||||
@ -43,6 +46,9 @@
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="tel:+2033062900">Give us a call: 203.306.2900</a>
|
||||
</form>
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="/painted/contact/">Contact Us!</a>
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@ -53,9 +59,10 @@
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
Painted You © 2020 All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<footer>
|
||||
Painted You © <span id="year"></span>All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<script src="/painted/year.js"></script>
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
|
||||
@ -26,16 +26,19 @@
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="../index.html">Home</a>
|
||||
<a class="nav-link" href="/painted">Home</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="index.html">Face Painting</a>
|
||||
<a class="nav-link" href="/painted/facepainting">Face Painting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted/balloontwisting">Balloon Twisting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.beachpartyballoons.com">Balloon Decor</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="../contact/index.html">Contact Us <span
|
||||
<a class="nav-link" href="/painted/contact/">Contact Us <span
|
||||
class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
|
||||
@ -43,6 +46,9 @@
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="tel:+2033062900">Give us a call: 203.306.2900</a>
|
||||
</form>
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="/painted/contact/">Contact Us!</a>
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@ -54,95 +60,59 @@
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<h1 class="display-4">Face Painting, Balloon Twisting & More!</h1>
|
||||
<h1 class="display-4">Face Painting</h1>
|
||||
|
||||
|
||||
|
||||
<div class="card" style="width: 70vw; margin: auto;">
|
||||
|
||||
<img src="/assets/images/indexpic.jpg" class="card-img-top" alt="...">
|
||||
<img src="/painted/assets/images/face/page-4_img04.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Painted You, Creative Entertainment provides professional party services both in the
|
||||
|
||||
baltimore/dc
|
||||
|
||||
area
|
||||
|
||||
and
|
||||
|
||||
connecticut
|
||||
|
||||
(New Haven, Fairfield, Hartford). our trusted team of local experienced artists like face
|
||||
|
||||
painters and
|
||||
|
||||
balloon twisters
|
||||
|
||||
In CT and MD are available for virtually any occasion from fun company picnics to birthday
|
||||
|
||||
parties.
|
||||
|
||||
scroll
|
||||
|
||||
down to see
|
||||
|
||||
more services!</p>
|
||||
|
||||
<p class="card-text">
|
||||
Face painting for parties in CT is the perfect addition to any event.
|
||||
Our professional face painters provide countless photo opportunities and add color,
|
||||
making it the perfect event entertainment idea, with opens for all ages.
|
||||
</p>
|
||||
<p class="card-text">
|
||||
Painted You specializes in face painting & entertainment for large events such as grand opening entertainment,
|
||||
community events, and company picnics. We have a long and impressive list of past and current clients including
|
||||
The Washington Nationals major league baseball team, Foxwoods Resort Casino, Nickelodeon and many more.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="display-4">Face Painting</h1>
|
||||
<h1 class="display-4">For Parties & Events</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/assets/images/facepainting.jpg" class="card-img-top" alt="...">
|
||||
<img src="/painted/assets/images/face/storeeventfacepaintlg.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Our professional face painters in Connecicut and Maryland are friendly and
|
||||
|
||||
professional. Our
|
||||
|
||||
water based
|
||||
|
||||
hypollergenic
|
||||
|
||||
face painting is good for indoor or outdoor events. We offer fast face painting designs and
|
||||
|
||||
fancy
|
||||
|
||||
options, even makeup
|
||||
|
||||
appointments.</p>
|
||||
<p class="card-text">
|
||||
Add excitment to your event withour professional face painting services.
|
||||
Perfect for parties for kids, teens, and even aldults.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="display-4">Balloon Twisting</h1>
|
||||
<h1 class="display-4">Fancy or Quick</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/assets/images/boysfacepaintingl.jpg" class="card-img-top" alt="...">
|
||||
<img src="/painted/assets/images/face/quickfacesm.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Balloon twisting is one of our most popular services for all ages. We have balloon
|
||||
|
||||
artists who
|
||||
|
||||
can make
|
||||
|
||||
almost anything
|
||||
|
||||
from balloon dogs to fancy balloon hats, superheroes and even princesses. A balloon man is a
|
||||
|
||||
great
|
||||
|
||||
choice for any event!.</p>
|
||||
<p class="card-text">
|
||||
Painted You has faster designs for when you need impressive face painting fast.
|
||||
Our artists travel all over to do face painting in Fairfield CT,
|
||||
New Haven face painting in Hartford and beyond.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@ -150,97 +120,54 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Air Brush Tatoos</h1>
|
||||
<h1 class="display-4">Glow Under a Black Light</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/assets/images/airbrushtattooing.jpg" class="card-img-top" alt="...">
|
||||
<img src="/painted/assets/images/face/page-4_img05_original.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Airbrush tattoos for parties are ideal for all ages. Temporary tattoos are fast to
|
||||
|
||||
apply so they are affordable
|
||||
|
||||
entertainment for larger groups. Glitter tattoos and airbrushing last 3-8 days and are waterproof.
|
||||
|
||||
<p class="card-text">
|
||||
Black light glow face paint and body art, perfect for Mitzvahs and school dances.
|
||||
</p>
|
||||
<p class="card-text">
|
||||
Black light body painting and face art gives a glow in the dark face painting effect.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Balloon Decor</h1>
|
||||
<h1 class="display-4">Halloween and Custom Facepaint</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<a href="https://www.beachpartyballoons.com" target="_blank">
|
||||
<img src="/painted/assets/images/face/page-4_img07_original.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<img src="/assets/images/neonarchindex.jpg" class="card-img-top" alt="...">
|
||||
|
||||
</a>
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Visit our balloon store at 572 Boston Post Road, Milford, Ct We have literally hundreds
|
||||
|
||||
of helium
|
||||
|
||||
balloon options and custom balloon
|
||||
|
||||
décor for any occasion. Free consultation, and delivery is available in most areas.</p>
|
||||
<p class="card-text">
|
||||
Face painting and Halloween makeup for holidays and custom makeup by makeup artist Melissa Bertrand.
|
||||
Make an appointment in our studio for makeup and face painting in Milford CT
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Stilt Walkers</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/assets/images/stiltwalker.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">Stilt walkers provide photo opportunities & interaction with guests. Stilt artists are
|
||||
|
||||
a great way to warm up a crowd
|
||||
|
||||
and can hand out candy, beads, or promo materials.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="display-4">Caricatures</h1>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<img src="/assets/images/caricature.jpg" class="card-img-top" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<p class="card-text">A caricature artist can draw each guest as a cartoon. Party caricaturists in CT and MD
|
||||
|
||||
provide entertainment and a
|
||||
|
||||
take-home gift.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
Painted You © 2020 All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<footer>
|
||||
Painted You © <span id="year"></span>All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<script src="/painted/year.js"></script>
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
|
||||
@ -28,22 +28,28 @@
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
|
||||
<a class="nav-link" href="/painted">Home <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="facepainting/index.html">Face Painting</a>
|
||||
<a class="nav-link" href="facepainting/">Face Painting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/painted/balloontwisting">Balloon Twisting</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.beachpartyballoons.com">Balloon Decor</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="contact/index.html">Contact Us</a>
|
||||
<a class="nav-link" href="contact/">Contact Us</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="tel:+2033062900">Give us a call: 203.306.2900</a>
|
||||
</form>
|
||||
<form class="form-inline my-2 my-lg-0">
|
||||
<a href="/painted/contact/">Contact Us!</a>
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@ -170,8 +176,9 @@
|
||||
|
||||
|
||||
<footer>
|
||||
Painted You © <script>new Date().getYear()</script> All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
Painted You © <span id="year"></span>All Rights Reserved | <a href="mailto:paintme@paintedyou.com">paintme@paintedyou.com</a>
|
||||
</footer>
|
||||
<script src="/painted/year.js"></script>
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
|
||||
@ -104,3 +104,7 @@ hr{
|
||||
margin: 0;
|
||||
padding: 0%;
|
||||
}
|
||||
|
||||
.card-text{
|
||||
font-size: 1.7rem
|
||||
}
|
||||
2
painted/year.js
Normal file
@ -0,0 +1,2 @@
|
||||
var date = new Date();
|
||||
document.getElementById("year").innerHTML = " " + date.getFullYear() + " ";
|
||||