-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
297 additions
and
183 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,7 @@ | |
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://storage.googleapis.com/non-spec-apps/mio-icons/latest/outline.css" | ||
/> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet"> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" | ||
|
@@ -28,6 +25,8 @@ | |
rel="stylesheet" | ||
href="https://unpkg.com/swiper/swiper-bundle.min.css" | ||
/> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="./assets/style/bootstrap.css" /> | ||
<link rel="stylesheet" href="./assets/style/all.css" /> | ||
</head> | ||
|
@@ -288,13 +287,17 @@ | |
" | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1" | ||
><i class="fas fa-minus"></i></a | ||
><span class="material-icons-outlined"> | ||
remove | ||
</span></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2"> | ||
<p class="h1 fw-bold mb-0">01</p> | ||
</a> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1" | ||
><i class="fas fa-plus"></i></a | ||
><span class="material-icons-outlined"> | ||
add | ||
</span></a | ||
> | ||
</div> | ||
</div> | ||
|
@@ -337,15 +340,19 @@ | |
w-30 | ||
" | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1" | ||
><i class="fas fa-minus"></i></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2"> | ||
<p class="h1 fw-bold mb-0">01</p> | ||
</a> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1" | ||
><i class="fas fa-plus"></i></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1" | ||
><span class="material-icons-outlined"> | ||
remove | ||
</span></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2"> | ||
<p class="h1 fw-bold mb-0">01</p> | ||
</a> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1" | ||
><span class="material-icons-outlined"> | ||
add | ||
</span></a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -387,15 +394,19 @@ | |
w-30 | ||
" | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1" | ||
><i class="fas fa-minus"></i></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2"> | ||
<p class="h1 fw-bold mb-0">01</p> | ||
</a> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1" | ||
><i class="fas fa-plus"></i></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1" | ||
><span class="material-icons-outlined"> | ||
remove | ||
</span></a | ||
> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2"> | ||
<p class="h1 fw-bold mb-0">01</p> | ||
</a> | ||
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1" | ||
><span class="material-icons-outlined"> | ||
add | ||
</span></a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -415,7 +426,7 @@ | |
|
||
</div> | ||
|
||
|
||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script src="https://unpkg.com/swiper/swiper-bundle.js"></script> | ||
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> | ||
<script src="./assets/js/vendors.js"></script> | ||
|
Oops, something went wrong.