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

merge2 #299

Open
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shekhar.work
Binary file added assets/img/SGimg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/profile.jpg
Binary file not shown.
27 changes: 19 additions & 8 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
}

h1, .h1 {
font-size: calc(1.725rem + 5.7vw);
font-size: calc(1.7rem + 5.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
Expand Down Expand Up @@ -238,7 +238,7 @@ sup {

a {
color: #bd5d38;
text-decoration: underline;
text-decoration: none;
}
a:hover {
color: #974a2d;
Expand Down Expand Up @@ -7372,14 +7372,15 @@ textarea.form-control-lg {

.mb-3 {
margin-bottom: 1rem !important;
text-align: var(--bs-body-text-align);
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
margin-bottom: 2rem !important;
}

.mb-auto {
Expand Down Expand Up @@ -11319,15 +11320,25 @@ h1, .h1 {
}

p.lead {
font-size: 1.15rem;
font-weight: 400;
color:#6c757d;
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
font-family: var(--bs-body-font-family);

}

.subheading {
font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
font-family: var(--bs-body-font-family);
font-weight: 700;
font-size: 1rem;
color: #6c757d;
}
.subheadingCompany {
font-family: var(--bs-body-font-family);
font-weight: 500;
font-size: 1.5rem;
font-size: 0.8rem;
color: #6c757d;
text-transform: uppercase;
}

#sideNav {
Expand Down
Loading