Archive: Namaste PHP AMQP framework v1.0 (2017-2020)

952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
2026-04-05 09:49:30 -07:00
commit 373ebc8c93
1284 changed files with 409372 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
.section .section-heading {
margin-top: 2rem;
margin-bottom: 4rem;
}
.section-heading {
text-align: center;
h1 {
@extend .h1-responsive;
margin-top: 2rem;
margin-bottom: 3rem;
}
p {
margin-bottom: 3rem;
margin-right: 15%;
margin-left: 15%;
}
}
.section-description {
color: #757575;
margin-bottom: 4rem;
margin-left: 15%;
margin-right: 15%;
text-align: center;
@media (max-width: $medium-screen) {
margin-left: 5%;
margin-right: 5%;
}
}
.section-blog-fw {
.view {
img {
@extend .img-fluid;
@include border-radius(2px);
}
}
.jumbotron {
@extend .m-1;
text-align: center;
}
h2 {
@extend .h2-responsive;
margin-bottom: 1rem;
font-weight: 300;
a {
color: #424242;
@include transition (0.2s);
&:hover {
color: #616161;
@include transition (0.2s);
}
}
}
.excerpt,
.post-text {
margin-left: 10%;
margin-right: 10%;
text-align: justify;
@media (max-width: $medium-screen) {
margin-left: 5%;
margin-right: 5%;
}
}
hr {
display: block;
}
}
.hr-width {
@media (min-width: 1200px) {
width: 83%;
}
}