Skip to content

Commit

Permalink
Merge pull request #10 from maitrakhatri/making-it-live
Browse files Browse the repository at this point in the history
Made the library and website LIVE READY
  • Loading branch information
maitrakhatri committed Feb 3, 2022
2 parents 67d9ab9 + be3564b commit c6e4342
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 61 deletions.
2 changes: 0 additions & 2 deletions CSS/Components/alert/alert.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

.alert {
border-radius: 0.188rem;
padding: 0.75rem;
Expand Down
2 changes: 0 additions & 2 deletions CSS/Components/avatar/avatar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

.avatar {
height: 2rem;
width: 2rem;
Expand Down
3 changes: 0 additions & 3 deletions CSS/Components/badge/badge.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@import url(../../style.css);
@import url(../avatar/avatar.css);

.icon-with-badge {
position: relative;
width: fit-content;
Expand Down
2 changes: 0 additions & 2 deletions CSS/Components/button/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

.btn {
border: none;
padding: .5rem 1rem;
Expand Down
3 changes: 0 additions & 3 deletions CSS/Components/card/card.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@import url(../../style.css);
@import url(../badge/badge.css);

.card {
display: flex;
flex-direction: column;
Expand Down
2 changes: 0 additions & 2 deletions CSS/Components/image/image.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

.img-res {
width: 100%;
height: auto;
Expand Down
2 changes: 0 additions & 2 deletions CSS/Components/input/input.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

.input-group {
display: flex;
flex-direction: column;
Expand Down
2 changes: 0 additions & 2 deletions CSS/Components/text-utilities/text-utilities.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../../style.css);

h1 {
font-size: 4rem;
line-height: 5rem;
Expand Down
10 changes: 0 additions & 10 deletions CSS/main.css

This file was deleted.

21 changes: 11 additions & 10 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
/* UTILITIES */
@import url(./utils.css);

/* COMPONENTS */
@import url(./Components/alert/alert.css);
@import url(./Components/avatar/avatar.css);
@import url(./Components/badge/badge.css);
@import url(./Components/button/button.css);
@import url(./Components/card/card.css);
@import url(./Components/image/image.css);
@import url(./Components/input/input.css);
@import url(./Components/text-utilities/text-utilities.css);

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

Expand All @@ -21,13 +31,4 @@
--yellow: #FCA311;
--gray: #FAFAFA;
--text-gray: #333333;
}

@import url(./Components/alert/alert.css);
@import url(./Components/avatar/avatar.css);
@import url(./Components/badge/badge.css);
@import url(./Components/button/button.css);
@import url(./Components/card/card.css);
@import url(./Components/image/image.css);
@import url(./Components/input/input.css);
@import url(./Components/text-utilities/text-utilities.css);
}
5 changes: 0 additions & 5 deletions CSS/utils.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
@import url(./style.css);

/* SHADOW */

.shadow {
filter: drop-shadow(0 0 0.25rem black);
}

/* BACKGROUND COLORS */

.bg-blue {
background-color: var(--blue)
}
Expand Down Expand Up @@ -37,7 +33,6 @@
}

/* OUTLINE COLORS */

.outline-blue {
border: 2px solid var(--blue);
}
Expand Down
Binary file added assets/gozo-logo-1080p.ico
Binary file not shown.
Binary file added assets/gozo-logo-1080p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gozo-logo-540p.ico
Binary file not shown.
Binary file added assets/gozo-logo-540p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Components</title>
<meta name="title" content="gozo-UI | Maitra Khatri">
<meta name="description" content="gozo UI is a Simple Ready to use CSS Component Library.">
<title>gozo UI | Components</title>
<link rel="stylesheet" href="./docs.css">
<link rel="icon" type="image/x-icon" href="../assets/gozo-logo-540p.ico">
</head>
<body>

Expand Down
8 changes: 4 additions & 4 deletions docs/designSystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design System</title>
<meta name="title" content="gozo-UI | Maitra Khatri">
<meta name="description" content="gozo UI is a Simple Ready to use CSS Component Library.">
<title>gozo UI | Design System</title>
<link rel="stylesheet" href="./docs.css">
<link rel="icon" type="image/x-icon" href="../assets/gozo-logo-540p.ico">
</head>
<body>

Expand All @@ -26,7 +29,6 @@
</div>
</nav>


<aside class="sidebar">

<a href="./gettingStarted.html">Getting Started</a>
Expand Down Expand Up @@ -82,8 +84,6 @@ <h2 class="section-title">Colors</h2>
</div>

</main>



</body>
</html>
20 changes: 9 additions & 11 deletions docs/docs.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url(../CSS/main.css);
@import url(../CSS/style.css);

h1,h2,h3,p,a {
color: var(--text-gray);
Expand All @@ -8,6 +8,8 @@ body {
background-color: var(--gray);
}

/* <---------- HOMEPAGE ----------> */

.homepage-container {
width: 100vw;
height: 100vh;
Expand Down Expand Up @@ -38,6 +40,8 @@ body {
font-size: 1.5rem;
}

/* <---------- NAVBAR ----------> */

nav {
display: flex;
padding: 3rem;
Expand All @@ -64,6 +68,8 @@ main {
margin-left: 15rem;
}

/* <---------- SIDEBAR ----------> */

.sidebar {
position: fixed;
height: 100%;
Expand Down Expand Up @@ -96,9 +102,7 @@ main {
font-weight: bold;
}

/* .main-body {
display: flex;
} */
/* <---------- COMPONENTS PAGE ----------> */

.page-title {
margin-bottom: 5rem;
Expand All @@ -115,7 +119,7 @@ main {
margin-left: 1rem;
}

.section p {
.section > p {
margin-left: 2rem;
}

Expand Down Expand Up @@ -176,8 +180,6 @@ main {
width: fit-content;
}



.alert-container {
width: initial;
}
Expand Down Expand Up @@ -225,8 +227,4 @@ button#bfc-show {
flex-direction: column;
gap: 2rem;
width: inherit;
}

.component-container img {
margin: 0.5rem;
}
5 changes: 4 additions & 1 deletion docs/gettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Getting Started</title>
<meta name="title" content="gozo-UI | Maitra Khatri">
<meta name="description" content="gozo UI is a Simple Ready to use CSS Component Library.">
<title>gozo UI | Getting Started</title>
<link rel="stylesheet" href="./docs.css">
<link rel="icon" type="image/x-icon" href="../assets/gozo-logo-540p.ico">
</head>
<body>

Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gozo UI</title>
<meta name="title" content="gozo-UI | Maitra Khatri">
<meta name="description" content="gozo UI is a Simple Ready to use CSS Component Library.">
<title>gozo UI | Home</title>
<link rel="stylesheet" href="./docs/docs.css">
<link rel="icon" type="image/x-icon" href="./assets/gozo-logo-540p.ico">
</head>
<body>

Expand Down

0 comments on commit c6e4342

Please sign in to comment.