mirror of
https://github.com/vacp2p/libp2p-website.git
synced 2026-01-09 15:27:56 -05:00
* update transport implementations * move quic to steam mux, template for steam mux, category change * update muxers, channels * nats, discov, edits * closes #73; statement update * add title, interface, some impl updates for util, pub/sub + more * closes #63; clarify legend and source code. bubble already shows github logo * closes #62; add link to site source code * general impl updates + edits * edits * edits * edits * edits * edits * impl updates + edits * update titles, edits, content routing * change transmission back to transports * column * edits * edits * add zig placeholders * rmv spdy * edits * rmv muxado * edits * add swift * change 'full spec' to 'supported implementations' * Apply suggestions from code review Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> * rmv interfaces * edits * update go links * Apply suggestions from code review Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
138 lines
1.9 KiB
Plaintext
Executable File
138 lines
1.9 KiB
Plaintext
Executable File
@import "variables.less";
|
|
@import "mixins.less";
|
|
|
|
.btn-socials{
|
|
width:200px;
|
|
height:58px;
|
|
border:none;
|
|
color:@c_button_white;
|
|
font-family: 'Roboto-Regular';
|
|
font-size: 16px;
|
|
letter-spacing: 1.2px;
|
|
text-decoration: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
line-height: 0;
|
|
margin-bottom: 1em;
|
|
.border-radius();
|
|
}
|
|
|
|
.btn-twitter{
|
|
.btn_state(@c_l_blue);
|
|
}
|
|
|
|
.btn-matrix{
|
|
.btn_state(@c_l_grey);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.btn-discuss{
|
|
.btn_state(@c_orange);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.btn-github{
|
|
.btn_state(@c_dd_grey);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.btn-community{
|
|
.btn_state(@c_grey);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
|
|
.btn-more-videos{
|
|
.btn_state(@c_pink);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.btn-copy{
|
|
display:block;
|
|
width:76px;
|
|
height:30px;
|
|
font-size:12px;
|
|
color:@c_white;
|
|
font-family: 'Roboto-Bold';
|
|
.btn_state(@c_orange);
|
|
text-align: center;
|
|
text-decoration: none;
|
|
line-height:30px;
|
|
}
|
|
|
|
.btn-soc-network{
|
|
text-decoration: none;
|
|
display:inline-block;
|
|
color:@c_white;
|
|
|
|
i{
|
|
veritical-align:middle;
|
|
}
|
|
}
|
|
|
|
.link-tw{
|
|
.btn_state_hexagon(@c_l_blue,18px);
|
|
|
|
i{
|
|
font-size:18px;
|
|
}
|
|
}
|
|
|
|
.link-google-plus{
|
|
.btn_state_hexagon(@bg_google_plus,18px);
|
|
|
|
i{
|
|
font-size:13px;
|
|
}
|
|
}
|
|
|
|
.link-fb{
|
|
.btn_state_hexagon(@bg_facebook,18px);
|
|
|
|
i{
|
|
font-size:17px;
|
|
}
|
|
}
|
|
|
|
.link-youtube{
|
|
.btn_state_hexagon(@bg_youtube,18px);
|
|
|
|
i{
|
|
font-size:17px;
|
|
}
|
|
}
|
|
|
|
.link-hexagon-item{
|
|
display:block;
|
|
.bg-heragons-block("../img/test.jpg",300px);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.link-hexagon-item:hover .hexagon-hover{
|
|
position: absolute;
|
|
top:0;left:0;
|
|
display:block;
|
|
content: '';
|
|
.hexagon(300px, rgba(50,52,55, 0.85));
|
|
}
|
|
|
|
.hexagon-hover>span{
|
|
color:#fff;
|
|
font-size:12px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.hexagon-hover{
|
|
display:none;
|
|
}
|
|
|
|
.wr-tringle{
|
|
position:relative;
|
|
width:100%;
|
|
overflow:hidden;
|
|
text-align: center;
|
|
|
|
.bg-with-tringle(107px,@c_white,red);
|
|
}
|