diff --git a/css/styles.css b/css/styles.css index 0766d5b..a48dabf 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,7 +3,8 @@ body { text-align: center; color: white; margin: 0; - font-family: 'Open Sans', sans-serif; + font-family: sans-serif; + /* cursor: none; */ } .top-container { @@ -43,7 +44,7 @@ body { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); outline: 0; - cursor: pointer; + /* cursor: pointer; */ } .night-mode1{ color: #333333; @@ -51,12 +52,44 @@ body { } .cursor { border-radius: 50%; - border: 2px solid white; - height: 30px; - width: 30px; + border: 2px solid rgb(255, 240, 106); + height:40px; + width: 40px; + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease-out; + animation: cursorAnim .5s infinite alternate; + pointer-events: none; +} +.cursor::after { + content: ""; + width: 40px; + height:40px; position: absolute; - transition-duration: 50ms; + border: 8px solid rgb(56, 93, 253); + border-radius: 50%; + opacity: .7; + top: -2.3px; + left: -2.3px; + transition-duration: 1ms; transition-timing-function: ease-out; + animation: cursorAnim2 .5s infinite alternate; +} +@keyframes cursorAnim { + from { + transform: scale(1); + } + to { + transform: scale(.7); + } +} +@keyframes cursorAnim2 { + from { + transform: scale(1); + } + to { + transform: scale(.5); + } } .dark { /* font-size: 2rem; */ @@ -180,7 +213,7 @@ h4 { width: 100%; margin: 0px; position: relative; - z-index: -1; + /* z-index: -1; */ /* background: url(../images/P2.jpeg) no-repeat center center fixed; */ -webkit-background-size: cover; @@ -199,7 +232,7 @@ h4 { } .bottom-container { - font-size: 2rem; + font-size: 4rem; /* background-color: black; */ /* color:#e6d5b8; */ margin: 0 0 0 0; @@ -243,6 +276,7 @@ h1 { } h2 { + border-left: 10px solid grey; font-weight: normal; /* color: #696969; */ line-height: 2; @@ -283,7 +317,8 @@ h2 { } h3 { - color: #696969; + color: white; + border-left: 10px solid grey; } .footer-link { @@ -323,6 +358,7 @@ p { /* color: #fff; */ padding-top: 110px; min-height: 350px; + margin: 0; } h1 { @@ -333,6 +369,7 @@ p { } h2 { + border-left: 10px solid grey; font-weight: normal; color: #696969; line-height: 2; @@ -373,3 +410,51 @@ p { text-align: center; } } +.projects{ + /* border: 2px solid white; */ + margin-top: 100px; + margin-right: 10px; + margin-left: 10px; +} +.boo{ + border-bottom: 2px solid white; + padding: 10px; +} +table { + + /* color: white; */ + width: 100%; + text-align: center; + padding: 7%; + /* margin: 5px; */ + margin: 0; + margin-top: 70px; +} + +td { + padding-left: 10%; + padding-right: 10%; +} +h4{ + /* border: 2px solid white; */ + font-size: 2rem; +} +.works{ + border-left: 10px solid grey; + +} +h2 { + border-left: 10px solid grey; + /* color: #bc6ff1; */ + width: 100%; + text-align: center; + margin-top: 10px; + font-size: 3.4rem; +} +.row1 { + margin: 20px; +} +.ac { + text-align: center; + width: 50%; +} \ No newline at end of file diff --git a/index.html b/index.html index 335af4e..68b476b 100644 --- a/index.html +++ b/index.html @@ -49,17 +49,54 @@

Kushal jangir

+
+

Works

+ + + + + + + + + +
+

Web app

+
+

Develop a web application for a local business to present their services online. + Tech stack - HTML CSS, JavaScript, Bootstrap, Node.js.

+

Voice-Assistant / Chatbot

+
+

Python based app similar to + that of google assistant it + can understand many voice + commands and can complete + tasks.

+

Image-Recognition using DL

+
+

Designed a deep neural network for image recognition. + Worked on techniques of Convolutional Neural Network to train the model. + Used Google Cloud Vision API to recognize objects from photographs and to extract text from images. + Keras, TensorFlow backend in python

+
+
- code_img +
-
+
-

Core Skills

+

Core Skills

@@ -126,7 +163,7 @@

Core Skills

-

FIND ME ON

+

Contact Me

@@ -136,16 +173,19 @@

FIND ME ON

-

Kushal jangir

+