add contact info

This commit is contained in:
chris 2025-01-08 01:40:36 -05:00
parent 34ec1f04a9
commit 759c4efeed
3 changed files with 26 additions and 7 deletions

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"eliutdev.bulma-css-class-completion"
]
}

View File

@ -14,7 +14,7 @@
<script defer src="script.js"></script>
</head>
<body>
<nav class="navbar is-info" role="navigation" aria-label="main navigation">
<nav class="navbar is-info is-spaced has-shadow" role="navigation" aria-label="main navigation">
<div class="navbar-brand is-size-1">
<a class="navbar-item" href="index.html">
<img style="background-color: white;" src="assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
@ -30,9 +30,9 @@
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="index.html">
<div id="navbarBasicExample" class="navbar-menu has-text-right">
<div class="navbar-end">
<a class="navbar-item " href="index.html">
Home
</a>
@ -73,9 +73,11 @@
<img class="is-overlay" src="assets/logo/BeachPartyBalloons-logo.png" alt="Image 2">
</div>
<div class="is-flex-direction-column is-dark">
<h1 class="is-size-1" style="text-align: center;">Visit our store</h1>
<h2 class="is-size-2" style="text-align: center;">554 ste 9 Boston Post Road, Milford, CT 06460</h2>
<a class="is-size-2 is-justify-content-center" href="tel:203.283.5626">203.283.5626</a>
<h1 class="is-size-3" style="text-align: center;">Visit our store</h1>
<h2 class="is-size-4" style="text-align: center;"> <a target="_blank" href="https://maps.app.goo.gl/gRk6NztgMRUsSVJf9">554 ste 9 Boston Post Road, Milford, CT 06460</a> </h2>
<h2 class="is-size-4" style="text-align: center;" ><a href="tel:203.283.5626">203.283.5626</a> </h2>
<div class=" has-text-centered"> <button class="button is-info ">Contact Us</button>
</div>
</div>

View File

@ -11,6 +11,10 @@
font-family: "Playwrite AU SA", serif;
height: 100%;
}
body{
font-family: "Playwrite AU SA", serif;
}
nav{
font-family: "Playwrite AU SA", serif;
}
@ -38,4 +42,12 @@ nav{
}
.is-overlay{
margin: auto;
}
.contact{
background-color: rgb(188, 231, 231);
border: 1px;
border-radius: 15%;
padding: 5px;
margin: auto;
text-align: center;
}