diff --git a/portfolio/achivement.jpg b/portfolio/achivement.jpg new file mode 100644 index 0000000..76c510a Binary files /dev/null and b/portfolio/achivement.jpg differ diff --git a/portfolio/arduino line follower.jpg b/portfolio/arduino line follower.jpg new file mode 100644 index 0000000..f051038 Binary files /dev/null and b/portfolio/arduino line follower.jpg differ diff --git a/portfolio/arduino ultra.jpg b/portfolio/arduino ultra.jpg new file mode 100644 index 0000000..b14a3a4 Binary files /dev/null and b/portfolio/arduino ultra.jpg differ diff --git a/portfolio/certificate.jpg b/portfolio/certificate.jpg new file mode 100644 index 0000000..d8a063b Binary files /dev/null and b/portfolio/certificate.jpg differ diff --git a/portfolio/contact.webp b/portfolio/contact.webp new file mode 100644 index 0000000..6f20e62 Binary files /dev/null and b/portfolio/contact.webp differ diff --git a/portfolio/icons8-c++-48.png b/portfolio/icons8-c++-48.png new file mode 100644 index 0000000..b39fe5e Binary files /dev/null and b/portfolio/icons8-c++-48.png differ diff --git a/portfolio/icons8-css-logo-48.png b/portfolio/icons8-css-logo-48.png new file mode 100644 index 0000000..2800bb6 Binary files /dev/null and b/portfolio/icons8-css-logo-48.png differ diff --git a/portfolio/icons8-html-logo-48.png b/portfolio/icons8-html-logo-48.png new file mode 100644 index 0000000..57a08ba Binary files /dev/null and b/portfolio/icons8-html-logo-48.png differ diff --git a/portfolio/icons8-java-94.png b/portfolio/icons8-java-94.png new file mode 100644 index 0000000..36e8c06 Binary files /dev/null and b/portfolio/icons8-java-94.png differ diff --git a/portfolio/icons8-javascript-48.png b/portfolio/icons8-javascript-48.png new file mode 100644 index 0000000..41354c5 Binary files /dev/null and b/portfolio/icons8-javascript-48.png differ diff --git a/portfolio/icons8-tailwind-css-48.png b/portfolio/icons8-tailwind-css-48.png new file mode 100644 index 0000000..171f299 Binary files /dev/null and b/portfolio/icons8-tailwind-css-48.png differ diff --git a/portfolio/index.html b/portfolio/index.html new file mode 100644 index 0000000..8a7064b --- /dev/null +++ b/portfolio/index.html @@ -0,0 +1,127 @@ + + + + + + + portfolio + + + + + + +
+ +
+
+ + +
+ +
+
+

Hi My Name Is Aditya Laxkar

+
  
+
    "Hello everyone! I'm aditya Laxkar, a frontend web developer with a passion for creating engaging
+     user interfaces and intuitive digital experiences. With a keen eye for design and a knack for
+     turning concepts into dynamic web applications, I specialize in HTML, CSS, and JavaScript to bring
+     ideas to life. Let's dive into the exciting world of frontend development together, where creativity 
+     meets functionality to shape the future of the web."
+
 

+
+
+
+
+ +

Key Skills & Abilities

+
  
+
+ + + +
+
+ + + +
+ +
+ + +
+
+
+

Project Showcase

+
+
                             Here some project based on arduino uno.  
+
+
+
+ +
Obstacle avoider car  
  
+
+
+ +
            Line follower  
  
+
+
+
+ + + +
+
+ +
+

Achivement

+
+ +
We won first prize in a code hunt competition held
+at IIIT Manipur with a significant margin of 45 minutes.
+
+
+
+ + + +
+ +
+ +
+

Talks

+
+
The Future of Work in a Digital Age
+
+Description:  Discussing how technological advancements are reshaping
+the workforce and the skills needed for the future.
+
+Speaker:   Dr. Jennifer Lee, Chief Technology Officer at TechVision Inc.
+
+
+
+
+ + + + \ No newline at end of file diff --git a/portfolio/logo.jpg b/portfolio/logo.jpg new file mode 100644 index 0000000..5877f31 Binary files /dev/null and b/portfolio/logo.jpg differ diff --git a/portfolio/logo2.jpg b/portfolio/logo2.jpg new file mode 100644 index 0000000..4f7e987 Binary files /dev/null and b/portfolio/logo2.jpg differ diff --git a/portfolio/project.jpg b/portfolio/project.jpg new file mode 100644 index 0000000..4597acd Binary files /dev/null and b/portfolio/project.jpg differ diff --git a/portfolio/responsive.css b/portfolio/responsive.css new file mode 100644 index 0000000..bcdcd0e --- /dev/null +++ b/portfolio/responsive.css @@ -0,0 +1,594 @@ +@media (min-width:300px) and (max-width:500px) { + #topheader{ + height: 70px; + display: flex; + flex-direction: column; + } + #ul1{ + margin-left: 0px; + width: 250px; + } + a{ + text-decoration: none; + color:black; + font-size: 10px; + } + #photo{ + margin-left: 0px; + } + #intro{ + display: flex; + min-height: 300px; + flex-direction:column-reverse; + align-items: center; + } + #heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; + font-size: 15px; + text-align: center; + } + #text{ + font-family: "Quicksand", sans-serif; + font-size: 7px; + } + #Skill{ + margin-top: 10px; + display: flex; + flex-direction: column; + align-items: center; + height: 450px; + } + #skilllogo{ + height: 300px; + width: 300px; + margin-left: 0px; + margin-bottom: 5px; + } + #project{ + display: flex; + flex-direction: column; + height: 450px; + align-items: center; + margin-top: 10px; + } + #projectlogo{ + height: 300px; + width: 300px; + margin-right: 0px; + margin-top: 5px; + margin-bottom: 10px; + } + #projectleft{ + display: flex; + flex-direction: column; + width: 400px; + margin-left: 0px; + } + #projectphoto{ + height: 120px; + width: 200px; + margin-left: 100px; + } + #text{ + text-align: center; + } + #achivement{ + display: flex; + flex-direction:column; + height: 450px; + align-items: center; + } + #achivementlogo{ + height: 300px; + width: 300px; + margin-top: 150px; + margin-left: 0px ; + } + #contact{ + display: flex; + flex-direction: column; + align-items: center; + height: 450px; + margin-top: 140px; + } + #contactleft{ + margin-left: 0px; + + } + #contactlogo{ + height: 300px; + width: 300px; + margin-left: 0px; + + } + #Talks{ + display: flex; + flex-direction: column; + height: 450px; + align-items: center; + + } + #talkslogo{ + height: 300px; + width: 300px; + margin: 0px; + margin-bottom: 5px; + } +} + +/*500px-650px*/ +@media (min-width:500px) and (max-width:650px) { + #topheader{ + height: 70px; + display: flex; + flex-direction: column; + } + #ul1{ + margin-left: 0px; + width: 300px; + } + a{ + text-decoration: none; + color:black; + font-size: 15px; + } + #photo{ + margin-left: 0px; + } + #intro{ + display: flex; + min-height: 300px; + flex-direction:column-reverse; + align-items: center; + } + #heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; + font-size: 25px; + text-align: center; + } + #text{ + font-family: "Quicksand", sans-serif; + font-size: 10px; + } + #Skill{ + margin-top: 10px; + display: flex; + flex-direction: column; + align-items: center; + height: 450px; + } + #skilllogo{ + height: 300px; + width: 400px; + margin-left: 0px; + margin-bottom: 10px; + } + #project{ + display: flex; + flex-direction: column; + height: 800px; + align-items: center; + margin-top: 30px; + } + #projectlogo{ + height: 300px; + width: 400px; + margin-right: 0px; + margin-bottom: 10px; + } + #projectleft{ + display: flex; + flex-direction: column; + align-items: center; + width: 400px; + margin-left: 0px; + } + #projectphoto{ + height: 120px; + width: 250px; + } + #text{ + text-align: center; + } + #achivement{ + display: flex; + flex-direction:column; + height: 600px; + align-items: center; + margin-top: 50px; + } + #achivementlogo{ + height: 300px; + width: 400px; + margin-left: 0px ; + margin-bottom: 10px; + } + #contact{ + display: flex; + flex-direction: column; + align-items: center; + height: 450px; + margin-top: 140px; + } + #contactleft{ + margin-left: 0px; + + } + #contactlogo{ + height: 300px; + width: 400px; + margin-left: 0px; + + } + #Talks{ + display: flex; + flex-direction: column; + height: 450px; + align-items: center; + margin-top: 50px; + + } + #talkslogo{ + height: 300px; + width: 400px; + margin: 0px; + margin-bottom: 5px; + } +} +/*650-800*/ +@media (min-width:650px) and (max-width:800px) { + #topheader{ + height: 70px; + display: flex; + flex-direction: column; + } + #ul1{ + margin-left: 0px; + width: 600px; + } + a{ + text-decoration: none; + color:black; + font-size: 20px; + } + #photo{ + margin-left: 0px; + } + #intro{ + display: flex; + height: 500px; + flex-direction:column-reverse; + align-items: center; + justify-content: center; + } + #heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; + font-size: 30px; + text-align: center; + } + #text{ + font-family: "Quicksand", sans-serif; + font-size: 14px; + } + #Skill{ + margin-top: 10px; + display: flex; + flex-direction: column; + align-items: center; + height: 650px; + margin-bottom: 30px; + } + #skilllogo{ + height: 350px; + width: 550px; + margin-left: 0px; + } + #project{ + display: flex; + flex-direction: column; + height: 1050px; + align-items: center; + margin-top: 30px; + } + #projectlogo{ + height: 350px; + width: 550px; + margin-right: 0px; + margin-bottom: 10px; + } + #projectleft{ + display: flex; + flex-direction: column; + align-items: center; + width: 400px; + margin-left: 0px; + } + #projectphoto{ + height: 200px; + width: 350px; + margin: 10px; + } + #text{ + text-align: center; + } + #achivement{ + display: flex; + flex-direction:column; + align-items: center; + height: 650px; + align-items: center; + margin-top: 50px; + } + #achivementlogo{ + height: 350px; + width: 550px; + margin-left: 0px ; + margin-bottom: 10px; + } + #achivementphoto{ + height: 300px; + margin-left: -60px; + } + #contact{ + display: flex; + flex-direction: column; + align-items: center; + height: 500px; + margin-top: 140px; + } + #contactleft{ + margin-left: 0px; + + } + #contactlogo{ + height: 350px; + width: 550px; + margin-left: 0px; + + } + #Talks{ + display: flex; + flex-direction: column; + height: 600px; + align-items: center; + margin-top: 50px; + + } + #talkslogo{ + height: 350px; + width: 550px; + margin: 0px; + margin-bottom: 15px; + } +} +/*800-1000*/ +@media (min-width:800px) and (max-width:1000px) { + #topheader{ + height: 70px; + display: flex; + } + #ul1{ + display: flex; + justify-content: space-around; + align-items: center; + margin-left: 0px; + width: 801px; + } + a{ + text-decoration: none; + color:black; + font-size: 15px; + } + #photo{ + margin-left: 0px; + } + #intro{ + display: flex; + justify-content:space-around; + height: 400px; + align-items: center; + } + #heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; + font-size: 20px; + text-align: center; + } + #text{ + font-family: "Quicksand", sans-serif; + font-size: 12px; + } + #Skill{ + margin-top: 10px; + display: flex; + height: 400px; + margin-bottom: 30px; + } + #skilllogo{ + height: 320px; + width: 500px; + margin-left: 0px; + } + #project{ + display: flex; + height: 400px; + margin-top: 30px; + } + #projectlogo{ + height: 320px; + width: 500px; + } + #projectleft{ + display: flex; + width: 400px; + justify-content: space-around; + margin-left: 0px; + } + #projectphoto{ + height: 100px; + width: 100px; + } + #text{ + text-align: center; + } + #achivement{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 50px; + } + #achivementlogo{ + height: 350px; + width: 450px; + margin-left: 0px ; + margin-bottom: 10px; + } + #achivementphoto{ + height: 200px; + } + #contact{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 20px; + } + #contactleft{ + margin-left: 0px; + } + #contactlogo{ + height: 300px; + width: 350px; + margin-left: 0px; + } + #Talks{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 50px; + + } + #talkslogo{ + height: 300px; + width: 350px; + margin: 0px; + margin-bottom: 15px; + } +} +/*1000-1300*/ +@media (min-width:1000px) and (max-width:1300px) { + #topheader{ + height: 70px; + display: flex; + } + #ul1{ + display: flex; + justify-content: space-around; + align-items: center; + margin-left: 0px; + width: 1000px; + } + a{ + text-decoration: none; + color:black; + font-size: 15px; + } + #photo{ + margin-left: 0px; + } + #intro{ + display: flex; + justify-content:space-around; + height: 400px; + align-items: center; + } + #heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; + font-size: 20px; + text-align: center; + } + #text{ + font-family: "Quicksand", sans-serif; + font-size: 15px; + } + #Skill{ + margin-top: 10px; + display: flex; + height: 400px; + margin-bottom: 30px; + } + #skilllogo{ + height: 320px; + width: 550px; + margin-left: 0px; + } + #project{ + display: flex; + height: 400px; + justify-content: space-around; + margin-top: 30px; + } + #projectlogo{ + height: 320px; + width: 550px; + margin-right: 0px; + } + #projectleft{ + display: flex; + width: 400px; + justify-content: space-around; + margin-left: 0px; + } + #projectphoto{ + height: 100px; + width: 140px; + } + #text{ + text-align: center; + } + #achivement{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 50px; + } + #achivementlogo{ + height: 350px; + width: 450px; + margin-left: 0px ; + margin-bottom: 10px; + } + #achivementphoto{ + height: 200px; + } + #contact{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 20px; + } + #contactleft{ + margin-left: 0px; + } + #contactlogo{ + height: 300px; + width: 450px; + margin-left: 0px; + } + #Talks{ + display: flex; + justify-content: space-around; + height: 400px; + margin-top: 50px; + + } + #talkslogo{ + height: 300px; + width: 450px; + margin: 0px; + margin-bottom: 15px; + } +} \ No newline at end of file diff --git a/portfolio/resume.pdf b/portfolio/resume.pdf new file mode 100644 index 0000000..ba2c0ef Binary files /dev/null and b/portfolio/resume.pdf differ diff --git a/portfolio/skills.jpg b/portfolio/skills.jpg new file mode 100644 index 0000000..8a6a04e Binary files /dev/null and b/portfolio/skills.jpg differ diff --git a/portfolio/style.css b/portfolio/style.css new file mode 100644 index 0000000..eac34be --- /dev/null +++ b/portfolio/style.css @@ -0,0 +1,107 @@ +/*header*/ +/*navbartop*/ +@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); +*{ + margin: 0; + padding: 0; +} +#topheader{ + height: 70px; + display: flex; + align-items: center; +} +#logo{ + margin: 10px; + border-radius: 50%; + height: 50px; + width: 50px; +} +#logo:hover{ + border-radius: 50%; + border: 1px solid blue; + width: 50px; +} +/*main*/ +/*section introduction*/ +#heading{ + font-family: "Montserrat", sans-serif; + font-weight: 300; +} + +#photo{ + margin-left: 300px; +} +#intro{ + display: flex; + min-height: 300px; + justify-content: center; + justify-content: start; +} +#introleft{ + text-align: center; +} +#text{ + font-family: "Quicksand", sans-serif; +} +/*skill section*/ +#Skill{ + display: flex; + justify-content: space-around; + height: 450px; +} +/*project section*/ +#project{ + display: flex; + height: 450px; + justify-content: space-between; + +} +#projectleft{ + display: flex; + width: 400px; + justify-content: space-between; + margin-left: 100px; +} +#readmore{ + border: none; + background-color: white; +} +#readmore:hover{ + border: none; + background-color: white; + color: blue; + text-decoration: underline; +} +/*achivement section*/ +#achivement{ + display: flex; + justify-content: space-around; + height: 450px; +} +#achivementright{ + width: 300px; +} +/*contact section*/ +#contact{ + display: flex; + height: 450px; +} +#contactleft{ +margin-left: 100px; +} +/*talks section*/ +#Talks{ +display: flex; +height: 450px; +} +/*footer*/ +footer{ + height: 100px; + background-color: black; + color: white; + text-align: center; +} +#end{ + padding-top: 45px; +} \ No newline at end of file diff --git a/portfolio/talks.jpg b/portfolio/talks.jpg new file mode 100644 index 0000000..441e8a9 Binary files /dev/null and b/portfolio/talks.jpg differ diff --git a/portfolio/utils.css b/portfolio/utils.css new file mode 100644 index 0000000..62a2211 --- /dev/null +++ b/portfolio/utils.css @@ -0,0 +1,60 @@ +/*header*/ +#ul1{ + display: flex; + justify-content: space-evenly; + align-content: center; + list-style: none; + width: 600px; + margin-left: 800px; +} +a{ + text-decoration: none; + color:black; +} +a:hover{ + text-decoration: none; + color:blue; + opacity: .75; + text-decoration: underline; +} +#resume{ + background-color: blue; + color: white; + border: none; + border-radius:4px; +} +#photo{ + border-radius: 50%; + height: 200px; +} +#skilllogo{ + height: 300px; + width: 500px; + margin-left: 250px; +} +#skillphoto{ + height: 70px; +} +#projectlogo{ + height: 300px; + margin-right: 150px; +} +#projectphoto{ + height: 120px; +} +#achivementlogo{ + height: 300px; + margin-left: 100px ; +} +#achivementphoto{ + height: 200px; +} +#contactlogo{ + height: 300px; + margin-left: 300px; +} +#talkslogo{ + height: 300px; + margin-right: 300px; + margin-left: 100px; +} \ No newline at end of file