add hero, nav links, start contact
This commit is contained in:
parent
80126d1b36
commit
34ec1f04a9
BIN
assets/pics/classic/hero.jpg
Normal file
BIN
assets/pics/classic/hero.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
38
index.html
38
index.html
@ -6,16 +6,20 @@
|
|||||||
<title>Beach Party Balloons</title>
|
<title>Beach Party Balloons</title>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"
|
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
|
||||||
>
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script defer src="script.js"></script>
|
<script defer src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
<nav class="navbar is-info" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand is-size-1">
|
||||||
<a class="navbar-item is-large" href="index.html">
|
<a class="navbar-item" href="index.html">
|
||||||
<img src="assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
|
<img style="background-color: white;" src="assets/logo/BeachPartyBalloons-logo.png" alt="Beach Party Balloons logo">
|
||||||
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
|
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
|
||||||
@ -54,18 +58,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<header class="container is-fluid">
|
<!-- <div>
|
||||||
<img
|
<img class="image is-16by9" id="heroImg"
|
||||||
src="assets/pics/classic/20240825_104716.webp"
|
src="assets/pics/classic/hero.jpg"
|
||||||
alt="Classic Arch with bumble bees"
|
alt="Classic Arch with bumble bees"
|
||||||
/>
|
/>
|
||||||
<div class="centerimg">
|
<div class="centerimg">
|
||||||
<img src="assets/logo/BeachPartyBalloons-logo.png" alt="logo">
|
<img src="assets/logo/BeachPartyBalloons-logo.png" alt="logo">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
<p>Visit our store:</p>
|
||||||
|
</div> -->
|
||||||
|
<div class="container is-justify-content-center">
|
||||||
|
<img src="assets/pics/classic/hero.jpg" alt="Image 1" >
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
23
style.css
23
style.css
@ -4,11 +4,16 @@
|
|||||||
--bulma-info-h: 175deg;
|
--bulma-info-h: 175deg;
|
||||||
--bulma-info-s: 88%;
|
--bulma-info-s: 88%;
|
||||||
--bulma-info-l: 42%;
|
--bulma-info-l: 42%;
|
||||||
|
--bulma-navbar-item-img-max-height: 200px;
|
||||||
}
|
}
|
||||||
html{
|
html{
|
||||||
background-color:antiquewhite
|
background-color:antiquewhite;
|
||||||
|
font-family: "Playwrite AU SA", serif;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
nav{
|
||||||
|
font-family: "Playwrite AU SA", serif;
|
||||||
|
}
|
||||||
header{
|
header{
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -21,4 +26,16 @@
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#heroImg{
|
||||||
|
position: absolute;
|
||||||
|
/* height: 600px; */
|
||||||
|
}
|
||||||
|
.navbar-item img, .navbar-item svg {
|
||||||
|
/* max-height: var(--bulma-navbar-item-img-max-height); */
|
||||||
|
max-height: 1.30em;
|
||||||
|
}
|
||||||
|
.is-overlay{
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user