diff --git a/Images/Analyzy-Analyze.png b/Images/Analyzy-Analyze.png deleted file mode 100644 index b81c013..0000000 Binary files a/Images/Analyzy-Analyze.png and /dev/null differ diff --git a/Images/Analyzy-Drag and Drop.png b/Images/Analyzy-Drag and Drop.png index 04a1ece..aaac233 100644 Binary files a/Images/Analyzy-Drag and Drop.png and b/Images/Analyzy-Drag and Drop.png differ diff --git a/Images/Analyzy-Home.png b/Images/Analyzy-Home.png index 466ddd4..ad189f6 100644 Binary files a/Images/Analyzy-Home.png and b/Images/Analyzy-Home.png differ diff --git a/Images/blackbg.jfif b/Images/blackbg.jfif deleted file mode 100644 index d644975..0000000 Binary files a/Images/blackbg.jfif and /dev/null differ diff --git a/Images/cart.png b/Images/cart.png index 9198d26..6f547e1 100644 Binary files a/Images/cart.png and b/Images/cart.png differ diff --git a/Images/index4.png b/Images/index4.png index de595ac..2f50d77 100644 Binary files a/Images/index4.png and b/Images/index4.png differ diff --git a/Images/menu.png b/Images/menu.png index 13fba12..f2c196f 100644 Binary files a/Images/menu.png and b/Images/menu.png differ diff --git a/Images/page4.png b/Images/page4.png index 47089b7..62ae0c2 100644 Binary files a/Images/page4.png and b/Images/page4.png differ diff --git a/Images/photographer4.png b/Images/photographer4.png new file mode 100644 index 0000000..cc7cd51 Binary files /dev/null and b/Images/photographer4.png differ diff --git a/index.html b/index.html index 3d7bd0d..2821b52 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,7 @@ Kancharla Anil | Portfolio - + +

Hello there, I'm

@@ -159,7 +166,7 @@

Anil Reddy

About me

-

See for yourself

+

See for yourself

Performance beats promises. user-friendly website development and web design,
look to my specilization in backend and full stack developement

- -
-

+

Chick-n-Fry -

+

Chick-n-Fry is a fast-food restaurant chain known for its chicken sandwiches, waffle fries, and friendly service. Chick-n-Fry is a @@ -207,20 +212,20 @@

ExpressJS

MongoDB

- + Source code -
-
Live here +
@@ -231,17 +236,18 @@

#
+
+ # +

-
-
-

+

Book My Shoot -

+

A photographer booking system allows logged-in users to book a shoot with their desired photographer. Enthusiastic and professional @@ -256,20 +262,20 @@

Mongo DB

Redis

- + Source code -
-
Live here +
@@ -280,17 +286,18 @@

+
+ +

-
-
-

+

Analyzy -

+

An application designed to read PDFs with the help of AI in a better way allowing users to ask questions about the contents of the file. @@ -306,20 +313,20 @@

GCP

AI

- + Source code -
-
Live here +
@@ -330,9 +337,6 @@

-
- -

@@ -409,12 +413,12 @@

Github Activity

src="https://github-readme-streak-stats.herokuapp.com/?user=Smoke221" alt="" /> -
+

Connect

-

Don't be a stranger

+

Don't be a stranger

diff --git a/portfolio.css b/portfolio.css index 3fb816d..304a4b1 100644 --- a/portfolio.css +++ b/portfolio.css @@ -1,5 +1,6 @@ body { margin: 0; + font-family: "Outfit", sans-serif; } html { @@ -10,13 +11,12 @@ a { text-decoration: none; } -span { +span{ color: #b23850; } ul > li > a { font-size: 19px; - font-family: "Ubuntu", sans-serif; color: white; font-weight: 900; } @@ -67,7 +67,6 @@ nav > ul:nth-child(3) > li > a { background-color: #b23850; border: none; color: white; - font-family: "Lexend", sans-serif; padding: 1rem; border-radius: 50px; } @@ -106,7 +105,13 @@ nav > ul:nth-child(3) > li > a { } #home-about .intro { - font-size: 0.8rem; + font-size: 1rem; +} + +.intro + a { + font-size: larger; + margin-top: 5%; + font-family: "Caveat", cursive; } #about-container { @@ -129,28 +134,23 @@ nav > ul:nth-child(3) > li > a { #user-detail-name { font-size: 40px; - font-family: "Ubuntu", sans-serif; } #home-about > p { - font-family: "Ubuntu", sans-serif; color: white; } #name { font-size: 90px; - font-family: "Ubuntu", sans-serif; color: #b23850; } #name + p { - font-family: "Lexend", sans-serif; color: white; font-size: 24px; } #name + p + a { - font-family: "Lexend", sans-serif; color: white; position: relative; display: inline-block; @@ -174,7 +174,7 @@ nav > ul:nth-child(3) > li > a { #projects { color: white; position: relative; - padding: 2rem; + padding: 1rem; } #projects::before { @@ -191,21 +191,15 @@ nav > ul:nth-child(3) > li > a { .project-card { display: flex; - justify-content: space-around; + justify-content: center; + gap: 2rem; align-items: center; - width: 60%; - height: 28.125rem; - margin: auto; padding: 1rem; } .project-info { padding: 20px; - transition: transform 2s, filter 2s ease-in-out; -} - -.project-description { - font-family: "Lexend", sans-serif; + width: 30vw; } .project-tech-stack { @@ -213,21 +207,19 @@ nav > ul:nth-child(3) > li > a { gap: 10px; align-items: center; flex-wrap: wrap; - margin: 30px 0; } .project-tech-stack > p { background-color: #b23850; border: none; color: white; - font-family: "Lexend", sans-serif; padding: 0.3rem; border-radius: 50px; font-size: x-small; } .swiper { - width: 37.5rem; + width: 40rem; height: 25rem; border-radius: 0.625rem; } @@ -243,7 +235,6 @@ nav > ul:nth-child(3) > li > a { #about > h1, .github > h1 { text-align: center; - font-family: "Ubuntu", sans-serif; font-size: 70px; margin-bottom: 0; } @@ -251,19 +242,23 @@ nav > ul:nth-child(3) > li > a { #projects > p, #skills > p, #contact > p, -#user-detail-intro, #contact-container, #about > p { text-align: center; - font-family: "Lexend", sans-serif; font-size: larger; - margin-bottom: 50px; + font-family: "Caveat", cursive; } -.project-info > a { - font-family: "Lexend", sans-serif; - color: #b23850; +.project-source { + display: flex; + gap: 2rem; font-size: larger; + font-weight: bolder; + font-family: "Caveat", cursive; +} + +.project-info .project-source > a { + color: #b23850; } #skills { @@ -290,7 +285,6 @@ nav > ul:nth-child(3) > li > a { .skills-card-name { margin-top: 10px; - font-family: "Lexend", sans-serif; font-weight: bolder; } @@ -298,7 +292,6 @@ nav > ul:nth-child(3) > li > a { display: flex; align-items: start; justify-content: center; - gap: 4rem; flex-wrap: wrap; } @@ -324,6 +317,12 @@ nav > ul:nth-child(3) > li > a { color: #b23850; } +.github{ + color: white; + padding: 1rem; + background-image: url(https://i.pinimg.com/236x/cd/29/c9/cd29c93ddfab585a34a7657db8dce484.jpg); +} + #github { display: flex; justify-content: center; @@ -333,11 +332,14 @@ nav > ul:nth-child(3) > li > a { margin-top: 3rem; } +#github img { + width: 350px; +} + footer { background-color: rgb(61, 61, 61); padding: 0.6rem; text-align: center; - font-family: "Lexend", sans-serif; font-size: 18px; } @@ -373,44 +375,38 @@ footer > span > a + span { position: fixed; bottom: 0; left: 0; - width: 100%; + width: 100vw; display: flex; - justify-content: center; + justify-content: space-around; align-items: center; z-index: 2; - padding: 10px 0; - box-sizing: border-box; } .mob-nav-menu-items { display: flex; - align-items: center; justify-content: space-between; - width: 100%; - max-width: 100%; - padding: 0 10px; + gap: 1rem; } - .mob-nav-menu-items li { - list-style: none; - flex: 1; + .mob-nav-menu-items a { display: flex; flex-direction: column; - justify-content: center; align-items: center; - gap: 0.5rem; - text-align: center; + color: inherit; + padding: 10px; + font-size: 0.7rem; + transition: background-color 0.3s; } - .mob-nav-menu-items li a { - font-size: 0.6rem; + .mob-nav-menu-items a:hover { + background-color: #f0f0f0; } .nav-menu-items { display: none; } - #home-about{ + #home-about { left: 10%; width: 80%; } @@ -433,9 +429,9 @@ footer > span > a + span { font-size: 5vw; } - #contact-info { - width: 100%; + width: 80%; + font-size: 1rem; } #about-container { @@ -461,7 +457,8 @@ footer > span > a + span { #projects > h1, #skills > h1, #contact > h1, - #about > h1 { + #about > h1, + .github>h1 { font-size: 12vw; } @@ -471,22 +468,16 @@ footer > span > a + span { .project-card { flex-wrap: wrap; - align-items: center; - width: auto; - margin-top: 30%; - margin-bottom: 20%; + margin-top: 10vw; } .project-info { + width: 100%; padding: 10px; - transform: translate(0, -30%); - transition: width 0.3s ease-out, height 0.3s ease-out; } #project-image-coursel { position: relative; - width: 343px; - height: 325px; left: 0; top: -20%; } @@ -496,7 +487,6 @@ footer > span > a + span { gap: 2vw; align-items: center; flex-wrap: wrap; - margin: 5vh 0; } .project-info > a { @@ -510,10 +500,9 @@ footer > span > a + span { } .swiper { - width: 343px; - height: 300px; + width: 85vw; + height: 60vw; object-fit: cover; - box-shadow: -1px 0px 3px -1px rgb(125, 124, 124); pointer-events: none; } @@ -527,51 +516,3 @@ footer > span > a + span { width: 90%; } } - -/* @media only screen and (min-width: 551px) and (max-width: 1000px) { */ -/* .github { - width: 70%; - align-items: center; - margin-left: 15%; - } - #container { - display: grid; - grid-template-columns: repeat(3, 1fr); - } - .project-card { - flex-direction: column; - } - .swiper-slide > img { - height: 250px; - width: 700px; - } - .swiper { - width: 600px; - height: 250px; - } -} - -/* #logo { - width: 18%; - border-radius: 50%; -} -#footer-logo { - margin-bottom: -4px; - width: 1.3%; - border-radius: 50%; -} - -.project-title { - margin: 0; - height: auto; - background: transparent; - padding: 0; - font-family: "Lexend", sans-serif; - font-size: x-large; -} - -#about-img { - max-width: 100%; - height: auto; - display: block; -} */