Add testimonial to the landing page
This commit is contained in:
parent
73b111f84c
commit
f1066f1dd9
3 changed files with 75 additions and 2 deletions
|
@ -4280,4 +4280,56 @@ have a fixed width and height (but it's not required).
|
|||
|
||||
.enterprise-icon {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testimonial {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testimonial .message:before {
|
||||
font-size: 32px;
|
||||
content: "“";
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.testimonial .message:after {
|
||||
font-size: 32px;
|
||||
content: "”";
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.testimonial .message {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.testimonial img {
|
||||
width: 120px;
|
||||
margin: 10px;
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.testimonial .speaker-info {
|
||||
font-size: 18px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.testimonial .speaker-info span {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.testimonial .speaker-info .speaker-title {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.testimonial .speaker-info .speaker-title a {
|
||||
text-decoration: none;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.learn-more {
|
||||
float: right;
|
||||
font-size: 22px;
|
||||
}
|
Reference in a new issue