Skip to content

Start of version 2.x#22

Merged
StanleyMasinde merged 12 commits into
masterfrom
v2.x
Jun 2, 2020
Merged

Start of version 2.x#22
StanleyMasinde merged 12 commits into
masterfrom
v2.x

Conversation

@StanleyMasinde

Copy link
Copy Markdown
Member

The second version of the website will be available on this PR

	*removed express js
	* changed the logo
	* removed all GH workflows
	* Deleted the tests
Comment thread nuxt.config.js
@StanleyMasinde

Copy link
Copy Markdown
Member Author

Rules of engagement

No one should Merge this until its done.

All discussions and suggestions should be here

@conradKE

Copy link
Copy Markdown
Contributor

mnachat na robot hapa

@StanleyMasinde

Copy link
Copy Markdown
Member Author

mnachat na robot hapa

@Azim254 Imenikalia ngumu na rules za ufala 🤣🤣🤣

@conradKE

Copy link
Copy Markdown
Contributor

ref color extractor

`.plat {
    border-radius: 0;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 #048f83 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #016090;
    border-color: #016090;
}

.btn.btn-primary {
    background-color: #048f83 !important;
    border-color: #048f83 !important;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

.features-boxed {
    color: #313437;
    background-color: #eef4f7;
}

.features-boxed p {
    color: #7d8285;
}

.features-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.features-boxed .intro p {
    margin-bottom: 0;
}

.features-boxed .features {
    padding: 50px 0;
}

.features-boxed .item {
    text-align: center;
}

.features-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #12958a;
    margin-top: 20px;
    margin-bottom: 35px;
}

.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit;
}

.features-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#brand-logo {
    font-size: 34px;
}

#app-navbar {
    background: linear-gradient(120deg, #00e4d0, #5983e8);
}

.navigation-clean-button {
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navigation-clean-button {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.navigation-clean-button .navbar-brand {
    font-weight: 700;
    color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
    color: #222;
}

.navigation-clean-button .navbar-toggler {
    border-color: #ddd;
    color: #888;
}

.navigation-clean-button .navbar-toggler:focus,
.navigation-clean-button .navbar-toggler:hover {
    background: 0 0;
}

.navigation-clean-button .form-inline,
.navigation-clean-button .navbar-collapse {
    border-top-color: #ddd;
}

.navigation-clean-button .navbar-nav a.active,
.navigation-clean-button .navbar-nav > .show > a {
    background: 0 0;
    box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active,
.navigation-clean-button.navbar-light .navbar-nav a.active:focus,
.navigation-clean-button.navbar-light .navbar-nav a.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #465765;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item,
.navigation-clean-button .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    font-size: 14px;
    color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus,
.navigation-clean-button .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
}

.navigation-clean-button .actions .login {
    margin-right: 1rem;
    text-decoration: none;
    color: #465765;
}

.navigation-clean-button .navbar-text .action-button,
.navigation-clean-button .navbar-text .action-button:active,
.navigation-clean-button .navbar-text .action-button:hover {
    background: #56c6c6;
    border-radius: 20px;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.25s;
    font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
    background: #66d7d7;
}

footer {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 700 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff;
}

.footer-navigation h3 {
    margin: 0 0 20px;
    font: 400 36px "Cookie", cursive;
    color: #fff;
}

.footer-navigation h3 a {
    text-decoration: none;
    color: #fff;
}

.footer-navigation h3 span {
    color: #5383d3;
}`

results

#048f83
#016090
#313437
#eef4f7
#7d8285
#12958a
#00e4d0
#5983e8
#465765
#37434d
#56c6c6
#66d7d7
#292c2f
#5383d3
#8f9296
#33383b``

ntamalizia hapo chini na naming

@StanleyMasinde

Copy link
Copy Markdown
Member Author

wazi @Azim254 hiyo itakuwa poa

@StanleyMasinde

Copy link
Copy Markdown
Member Author

@Azim254 checkout this branch and add edit the sass then push them

@StanleyMasinde

Copy link
Copy Markdown
Member Author

This PR can be previewed here https://deploy-preview-22--opensource254.netlify.app/

@billthebuilder

Copy link
Copy Markdown
Member

@StannLee hii hound iko na kelele 😂😂

@StanleyMasinde

Copy link
Copy Markdown
Member Author

@StannLee hii hound iko na kelele

Wacha tufix hiyo sass 🤣

StanleyMasinde and others added 2 commits May 28, 2020 11:05
… time

to properly theme it.
Theming has been added to TODO list
@hound hound Bot deleted a comment from StanleyMasinde Jun 2, 2020
@StanleyMasinde StanleyMasinde self-assigned this Jun 2, 2020
@StanleyMasinde StanleyMasinde requested a review from conradKE June 2, 2020 17:35
@StanleyMasinde StanleyMasinde merged commit ba5b134 into master Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants