Compare commits

..

No commits in common. "929060ce70f9e58e3316b1de59b3ff192434318c" and "5878dbaf9abf848fe83115f028181144dde3f0df" have entirely different histories.

15 changed files with 472 additions and 499 deletions

File diff suppressed because one or more lines are too long

BIN
dist/imgs/profile.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 81 KiB

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

BIN
dist/other/rohitpaicv.pdf vendored Normal file

Binary file not shown.

769
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,8 @@
/**** Individual Blog Posts *****/
.profile { .profile {
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -moz-border-radius: 50%;
border-radius: 50%; border-radius: 50%;
max-width: 70%; width: 70%;
} }
svg { svg {
@ -17,13 +15,6 @@ footer {
margin-top: 0; margin-top: 0;
} }
section#individualPost {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}
div.byLine { div.byLine {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -55,6 +46,13 @@ div.cover {
box-shadow: 0 4px 2px 0 var(--mutedBlack); box-shadow: 0 4px 2px 0 var(--mutedBlack);
} }
section#individualPost {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}
div.mainContent { div.mainContent {
border-right: 5px solid var(--mutedGrey); border-right: 5px solid var(--mutedGrey);
min-height: 100%; min-height: 100%;
@ -118,7 +116,6 @@ div.authorInfo {
padding-left: 1em; padding-left: 1em;
padding-top: 0.5em; padding-top: 0.5em;
border-bottom: 5px solid var(--mutedGrey); border-bottom: 5px solid var(--mutedGrey);
width: 100%;
} }
div.authorInfo .picture { div.authorInfo .picture {

View File

@ -1,4 +1,3 @@
/**** Categories Pages ****/
main > h1 { main > h1 {
padding-left: 3em; padding-left: 3em;

View File

@ -1,5 +1,3 @@
/**** Blog Home page *****/
.banner { .banner {
max-width: 30%; max-width: 30%;
box-shadow: 0 6px 4px 0 var(--mutedBlack); box-shadow: 0 6px 4px 0 var(--mutedBlack);

View File

@ -10,172 +10,3 @@
@import "category.css"; @import "category.css";
@import "prism.css"; @import "prism.css";
/**** Media Queries *****/
@media screen and (max-width: 90em) {
/***** Individual Blog Posts ***/
div.mainContent {
width: 80%;
}
aside.sideContent {
width: 20%;
}
}
@media screen and (max-width: 75em) {
/*** Large Post for Home and Category ***/
section.largePost {
padding: 1em;
}
section.largePost .outerContent {
flex-direction: column;
justify-content: center;
align-items: center;
}
.banner {
max-width: 50%;
}
section.largePost .outerContent > .content,
section.largePost .outerContent > img {
width: 90%;
}
/***** Individual Blog Posts ***/
section#individualPost {
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
div.mainContent {
width: 100%;
border-right: none;
}
aside.sideContent {
width: 100%;
flex-direction: row;
align-items: stretch;
justify-content: space-around;
border-bottom: 5px solid var(--mutedGrey);
}
div.otherPosts, div.authorInfo {
border-bottom: none;
}
aside.sideContent > div.authorInfo {
grid-template-columns: 1fr 1fr 1fr;
}
aside.sideContent > div.authorInfo .picture {
grid-row: 1;
grid-column: span 3;
}
aside.sideContent > div.authorInfo h3 {
grid-column: span 3;
}
div.otherPosts {
justify-content: space-between;
}
aside.sideContent > div {
border-right: 5px solid var(--mutedGrey);
flex-basis: 50%;
}
aside.sideContent > div:last-child {
border-right: none;
}
}
@media screen and (max-width: 55em) {
/*** Large Post for Home and Category ***/
.banner {
max-width: 75%;
}
/***** Individual Blog Posts ***/
aside.sideContent {
flex-wrap: wrap;
}
aside.sideContent > div.authorInfo {
grid-template-columns: 2fr 1fr;
border-bottom: 5px solid var(--mutedGrey);
flex-basis: 100%;
}
aside.sideContent > div.authorInfo .picture {
grid-row: span 3;
grid-column: initial;
}
div.byLine {
flex-direction: column;
align-items: flex-start;
}
div.byLine h3:last-child {
border-left: none;
padding-left: 0;
}
aside.sideContent > div.authorInfo h3 {
grid-column: span 2;
}
aside.sideContent > div.categories {
flex-basis: 100%;
}
aside.sideContent > div.otherPosts {
border-bottom: 5px solid var(--mutedGrey);
}
}
@media screen and (max-width: 30em) {
/***** Individual Blog Posts ***/
.profile {
max-width: 50%;
}
section#individualPost {
flex-direction: column;
}
aside.sideContent {
flex-direction: column;
align-items: center;
border-bottom: none;
}
aside.sideContent > div.authorInfo {
grid-template-columns: 1fr 1fr 1fr;
border-top: 5px solid var(--mutedGrey);
}
aside.sideContent > div.authorInfo .picture {
grid-row: 1;
grid-column: span 3;
}
aside.sideContent > div.authorInfo h3 {
grid-column: span 3;
}
}

View File

@ -64,6 +64,9 @@ nav ul li span {
visibility: hidden; visibility: hidden;
} }
/*nav ul li a:hover span, nav ul li .active span {*/
/* visibility: visible;*/
/*}*/
nav ul li .active::before, nav ul li .active::before,
nav ul li .active::after { nav ul li .active::after {

BIN
src/imgs/1000x800.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
src/imgs/500x400.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -48,9 +48,7 @@
programming languages such as Java, C#, Python, HTML, CSS, JS, PHP. Bringing forth a motivated programming languages such as Java, C#, Python, HTML, CSS, JS, PHP. Bringing forth a motivated
attitude and a variety of powerful skills. Very good at bringing a team together to get a project attitude and a variety of powerful skills. Very good at bringing a team together to get a project
finished. Below are some of my projects that I have worked on. </p> finished. Below are some of my projects that I have worked on. </p>
<a href="https://cloud.rohitpai.co.uk/index.php/s/e4LkFiE3wMK8x3C" <a href="other/rohitpaicv.pdf" class="btn btnOutline boxShadowIn boxShadowOut" download>Download CV</a>
class="btn btnOutline boxShadowIn boxShadowOut" download>Download
CV</a>
</div> </div>
</section> </section>

BIN
src/other/rohitpaicv.pdf Normal file

Binary file not shown.