Posted in design elements
15
2:43 am, November 9, 2020

hero box with title sub title logos and call to action buttons

Here is a basic hero box section that contains:

  • Title
  • Sub Title
  • 6 Logos (could replace with carousel logos)
  • 2 call to action buttons

I think it can be made more responsive, by replacing the small classes with medium or large, then they will stack better on smaller screens.

Codepen

See the Pen hero box with title sub title logos and call to action buttons by Luke (@kruxor) on CodePen.

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.0/css/foundation.min.css" id="bootstyle">

<section class="logo-section">
	<div class="grid-container">

		<div class="logo-intro">
			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </h3>
			<h4> Duis rutrum sapien non ornare sagittis. Fusce quis dignissim felis. Pellentesque iaculis nisl et est ultricies, id mollis lorem volutpat. </h4>
		</div>

		<div class="home-logos-wrap">
			<div class="grid-x grid-margin-x">

					<div class="medium-2 cell">
						<div class="home-logo home-logo-1">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

					<div class="medium-2 cell">
						<div class="home-logo home-logo-2">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

					<div class="medium-2 cell">
						<div class="home-logo home-logo-3">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

					<div class="medium-2 cell">
						<div class="home-logo home-logo-4">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

					<div class="medium-2 cell">
						<div class="home-logo home-logo-5">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

					<div class="medium-2 cell">
						<div class="home-logo home-logo-6">
							<img src="//placehold.it/170x50/">
						</div>
					</div>

			</div>
		</div>

		<div class="home-logos-buttons">
			<a href="#!" class='button'>Call to </a>
			<a href="#!" class='button button-outline'>Action</a>
		</div>

	</div>
</section>

CSS

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.logo-section {
  padding:80px 0;
  background:linear-gradient( rgba(255,255,255,0.9), rgba(255,255,255,0.2) ),url(https://i.imgur.com/ngukhtd.jpg) center bottom no-repeat;
}

.logo-section * {
  font-family: 'Montserrat', sans-serif;
  text-align:center;
}
.logo-intro h3 {
  margin-bottom:10px;
  font-size:34px;
  color:#111;
}
.logo-intro h4 {
  margin-bottom:30px;
  font-size:18px;
  color:#444;
}
.home-logos-wrap {
  padding:15px 20px;
  background:rgba(255,255,255,0.5);
  border-radius:10px;
  margin-bottom:20px;
}
@media(max-width:1024px) {
  .home-logo {
    margin-bottom:10px;
  }
}
.home-logos-buttons a {
  padding:15px 50px;
  border-radius:3px;
  background:#222;
}

Scripts

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.0/css/foundation.min.css" id="bootstyle">

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Duis rutrum sapien non ornare sagittis. Fusce quis dignissim felis. Pellentesque iaculis nisl et est ultricies, id mollis lorem volutpat.

External Link for hero box with title sub title logos and call to action buttons

View Statistics
This Week
60
This Month
269
This Year
0

No Items Found.

Add Comment
Type in a Nick Name here
 
Related Search Terms
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code snippits here, mostly for my reference. Also if i find a good site, i usually add it here.

Join me on Substack if you want me to send you a collection of the things i have done or found or read for the week. Or follow me on twitter if you prefer, i dont post much but i probably should!

❤👩‍💻🕹

Random Quote

"Olivia, my eldest daughter, caught measles when she was seven years old. As the illness took its usual course I can remember reading to her often in bed and not feeling particularly alarmed about it. Then one morning, when she was well on the road to recovery, I was sitting on her bed showing her how to fashion little animals out of coloured pipe-cleaners, and when it came to her turn to make one herself, I noticed that her fingers and her mind were not working together and she couldn’t do anything. 'Are you feeling all right?' I asked her. 'I feel all sleepy,' she said. In an hour, she was unconscious. In twelve hours she was dead. The measles had turned into a terrible thing called measles encephalitis and there was nothing the doctors could do to save her. That was...in 1962, but even now, if a child with measles happens to develop the same deadly reaction from measles as Olivia did, there would still be nothing the doctors could do to help her. On the other hand, there is today something that parents can do to make sure that this sort of tragedy does not happen to a child of theirs. They can insist that their child is immunised against measles. ...I dedicated two of my books to Olivia, the first was ‘James and the Giant Peach’. That was when she was still alive. The second was ‘The BFG’, dedicated to her memory after she had died from measles. You will see her name at the beginning of each of these books. And I know how happy she would be if only she could know that her death had helped to save a good deal of illness and death among other children."

I just checked google books for BFG, and the dedication is there. 

https://www.google.com.au/books/edition/_/quybcXrFhCIC?hl=en&gbpv=1 


Roald Dahl, 1986