Skip to content

Instantly share code, notes, and snippets.

View sjunior2404's full-sized avatar

Sérgio Júnior sjunior2404

  • Brasil
View GitHub Profile
@sjunior2404
sjunior2404 / full-free-bootstrap-html-admin-dashboard-template.markdown
Created August 16, 2024 14:49
Full Free Bootstrap HTML Admin Dashboard Template

Full Free Bootstrap HTML Admin Dashboard Template

ArchitectUI is built using the latest web development technologies and features more than 250 components, elements and widgets perfectly integrated with each other and always powered by the latest Bootstrap version (4.2.1).

It features a modular frontend architecture making it easy to exclude the components that you’re not going to use in your app.

It’s ES6 ready, powered by Webpack, which is responsible for compressing and concatenating the asset resources.

All the stylesheets are built entirely using SCSS & variables, which makes things a lot easier if you want to customise the colour schemes, components or layouts.

@sjunior2404
sjunior2404 / index.html
Created November 23, 2021 19:53
Working with Multiple Bootstrap Modals
<div class="container text-center">
<h1>Working with Multiple Modals</h1>
<div class="margin-lg">
<button type="button" class="btn-first-modal btn btn-primary btn-lg" data-toggle="modal" data-target="#first-modal">
Launch First Modal
</button>
</div>
<div class="margin-lg">
<button type="button" class="btn-second-modal btn btn-primary btn-lg">
Launch second Modal
@sjunior2404
sjunior2404 / index.html
Created August 27, 2020 17:42
Multiple item carousel Boostrap
<div class="container">
<div class="page-header">
<h3>Carousel multiple item for Boostrap</h3>
</div>
<div class="row">
<div class="col-xs-12">
<div class="carousel slide" id="myCarousel" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
@sjunior2404
sjunior2404 / SassMeister-input.scss
Created November 12, 2015 20:05
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.vermelho{
color:red;
}