Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved the font of the website #872

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions assets/css_files/about.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
box-sizing: border-box;
Expand All @@ -7,7 +10,7 @@
}

body {
font-family: 'Playfair Display', serif;
font-family: "Montserrat", sans-serif;
display: grid;
background-image: url(../images/bg3.png);
background-repeat: no repeat;
Expand Down Expand Up @@ -52,7 +55,7 @@ section {
background-color: #000000;
justify-content: center;
align-items: center;
border-radius: 0 0 12px 12px;
border-radius: 12px;
color: #fff;
}

Expand All @@ -67,6 +70,9 @@ h3 {
padding: 0 25px;
opacity: 0.9;
color: #ffecd1;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.8;
}

.content span {
Expand All @@ -83,8 +89,9 @@ h3 {
width: 150%;
text-align: center;
margin: 0 auto;
line-height: 1.7;
color: #ffffff
line-height: 2;
color: #ffffff;

}

.links {
Expand Down
7 changes: 5 additions & 2 deletions assets/css_files/accordions.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
--primary: #f4eff0;
Expand Down Expand Up @@ -45,6 +46,8 @@ body {
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
font-family: "Montserrat", sans-serif;

}

section {
Expand All @@ -56,7 +59,7 @@ section {
font-weight: bolder;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 100px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down Expand Up @@ -90,7 +93,7 @@ h1 {
color: black;
text-align: center;
text-shadow: 1px 1px 1px black, 1px 1px 1px white;
font-size: 1.8em;

}

.preview {
Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/backgrounds.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
margin: 150px 0 80px;
}

.contain {
Expand Down
5 changes: 3 additions & 2 deletions assets/css_files/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
margin: 150px 0 80px;

}

.contain {
Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/carousels.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
16 changes: 13 additions & 3 deletions assets/css_files/contact.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Montserrat, sans-serif;
}

body {
Expand All @@ -14,7 +17,7 @@ body {

#section-wrapper {
width: 100%;
margin-top: 25px;
margin-top: 60px;
}

.box-wrapper {
Expand Down Expand Up @@ -49,6 +52,8 @@ body {
font-size: 28px;
letter-spacing: 0.5px;
text-shadow: 1px 2px 2px black;
margin-bottom: 40px;

}

.info-sub-title {
Expand Down Expand Up @@ -130,18 +135,22 @@ body {
}

.form-title {
font-family: Georgia, 'Times New Roman', Times, serif !important;
/* font-family: Georgia, 'Times New Roman', Times, serif !important; */
text-align: center;
margin-left: 23px;
font-size: 30px;
letter-spacing: 0.5px;
text-shadow: 1px 1px 2px black, 1px 1px 2px white;
margin-bottom: 40px;
}

.form-fields {
display: table;
width: 100%;
padding: 15px 5px 5px 5px;
margin-bottom: 48px;


}

.form-fields input,
Expand Down Expand Up @@ -174,7 +183,7 @@ body {
}

.submit-button {
width: 96%;
width: 94%;
height: 9vh;
margin: 20px 12px;
border-radius: 30px;
Expand All @@ -189,6 +198,7 @@ body {
background: #49025f;
box-shadow: 2px 3px 8px #7d7a7a, -3px -3px 8px white;
transition: transform 0.5s;

}

.submit-button:hover {
Expand Down
12 changes: 8 additions & 4 deletions assets/css_files/contributor.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
background-image: url(../images/bg3.png);
background-repeat: no repeat;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
font-family: "Montserrat", sans-serif;

}

Expand All @@ -14,17 +17,18 @@ body {

.contributors h1 {
text-align: center;
color: rgb(68, 184, 230);
font-weight: 600;
/* color: rgb(68, 184, 230); */
color: white;
font-weight: 700;
font-size: 4.5rem;
margin-top: 25px;
margin-top: 80px;
margin-bottom: 4%;
transition: color 0.3s ease-in-out;
}

.contributors h1:hover {
cursor: pointer;
color: rgb(148, 250, 64);
color: rgba(182, 186, 189, 0.671);
}

.dark-mode .contributors h1 {
Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/dropdowns.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/footers.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/loaders.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/navigation-bars.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
6 changes: 3 additions & 3 deletions assets/css_files/search-bars.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ section {
}

.heading {
font-size: 4em;
font-weight: bolder;
font-size: 4.5em;
font-weight: bold;
margin: 200px 0 80px;
color: white;
text-align: center;
margin: 75px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/text-animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css_files/transfer-lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ section {

.heading {
font-size: 4em;
font-weight: bolder;
font-weight: bold;
color: white;
text-align: center;
margin: 75px 0 80px;
margin: 150px 0 80px;
text-shadow: 2px 2px 2px black, 1px 1px 1px white;
}

Expand Down
6 changes: 3 additions & 3 deletions assets/html_files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<br />
<br />
<br />
<section>
<section style="margin-top: 50px; margin-bottom: 50px;">

<div class="image">
<img src="https://cdn.pixabay.com/photo/2017/08/26/23/37/business-2684758__340.png" />
<div class="content">
<br />
<h1>ABOUT US</h1>
<h1 style="font-size: 35px; margin-bottom: 15px;">ABOUT US</h1>
<br>
<h4>Introduction: Welcome to Beautiify! Your source for beautifully crafted web components and
animations. Beautiify enhances your website's appeal and user experience, providing curated tools for
Expand All @@ -90,7 +90,7 @@ <h4>Connect with Us: We are always open to connecting with like-minded individua
projects, or simply share ideas, feel free to reach out. Let's create something amazing together!
</h4>
<br>
<h3 style="color: #ffecd1;">Thank You for Visiting Beautiify!</h3>
<h3 style="color: #ffecd1; margin-top: -12px;">Thank You for Visiting Beautiify!</h3>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion assets/html_files/accordions.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<section>

<div class="heading">Accordions</div>
<div class="heading" style="font-weight: bold;">Accordions</div>
<!-- Search Bar -->
<div id="searchBar">
<h1>Search Accordion</h1><br>
Expand Down
Loading