Skip to content

Commit

Permalink
Merge pull request #171 from oliveira-mark/docs-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonrljr authored Feb 17, 2025
2 parents d40d991 + b40df14 commit ba18b7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
18 changes: 7 additions & 11 deletions docs/overrides/assets-2.0/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:root {
--swiper-navigation-color: #F07E19;
--swiper-theme-color: #F07E19;
--swiper-pagination-bullet-inactive-color: #313131;
--swiper-pagination-bullet-inactive-color: #F07E19;
}

a {
Expand Down Expand Up @@ -614,7 +614,6 @@ ul.list-contributors li:nth-last-child(1) a::after {
margin: 25px 0;
}


#recents-post .container {
max-width: 60vw;
padding: 5rem 3rem 5rem 3rem;
Expand Down Expand Up @@ -665,7 +664,6 @@ ul.list-contributors li:nth-last-child(1) a::after {
color: #EE771B;
}


[data-md-color-primary=white] {
footer img {
filter: brightness(0);
Expand Down Expand Up @@ -878,10 +876,6 @@ footer .row {
}
}

.md-main {
display: none;
}

.md-header--shadow {
box-shadow: none;
}
Expand All @@ -890,7 +884,6 @@ footer .row {
background-color: var(--new-color-background);
}


@media screen and (min-width: 76.25em) {
[data-md-color-primary=black] .md-tabs {
background-color: var(--new-color-background);
Expand All @@ -900,7 +893,6 @@ footer .row {
padding: 2rem;
}
@media (min-width: 1440px) {

.browser {
max-width: 1400px!important;
}
Expand Down Expand Up @@ -1130,8 +1122,12 @@ footer .row {
.swiper {
padding: 1rem;
}
label[for="__drawer"] {
display: none!important;
.md-nav--primary .md-nav__title {
height: 3.6rem;
padding: 1rem .8rem .2rem;
}
.md-nav--primary .md-nav__title .md-logo {
display: none;
}
}
@media (max-width: 376px) {}
15 changes: 5 additions & 10 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
{% extends "overrides/main.html" %}
{% block tabs %}
{{ super() }}

<head>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" />
<link href="overrides/assets-2.0/vendor/css/prism.css" rel="stylesheet">
<link href="overrides/assets-2.0/css/style.css" rel="stylesheet">
</head>

<body>

<section id="hero">
<div class="container">
Expand All @@ -24,7 +19,7 @@ <h1>Build dynamic models with <span>SysIdentPy</span></h1>
<p>SysIdentPy is a simple and easy to learn System Identification library in Python!</p>
</div>
<div class="col">
<a class="btn solid-orange" href="#">Getting Started</a>
<a class="btn solid-orange" href="https://sysidentpy.org/landing-page/getting-started/">Getting Started</a>
<span class="copy-pip"><b id="install">pip install sysidentpy</b> <button onclick="installCode()"><i class="far fa-copy"></i></button></span>
</div>
</div>
Expand Down Expand Up @@ -354,10 +349,10 @@ <h3>Main <strong>Developer</strong></h3>
<h6>Wilson Rocha</h6>
<p>Head of Data Science at RD. Master in Electrical Engineering. Professor. Member of Control and Modelling Group (GCOM)</p>
<ul>
<li><a href=""><i class="fab fa-github"></i></a></li>
<li><a href=""><i class="fab fa-linkedin"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href=""><i class="fab fa-discord"></i></a></li>
<li><a href="https://github.com/wilsonrljr"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/wilsonrljr"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://x.com/wilsonrljr"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://discord.gg/8eGE3PQ"><i class="fab fa-discord"></i></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit ba18b7a

Please sign in to comment.