From 5705085637235d2d6032db7e2cf31089f8a8c97f Mon Sep 17 00:00:00 2001 From: John Carter Date: Tue, 8 Oct 2024 14:52:51 -0700 Subject: [PATCH 1/4] Add extra styles for main button --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 0d25c3d..2d650ad 100644 --- a/css/style.css +++ b/css/style.css @@ -138,12 +138,16 @@ a:visited { font-family: Montserrat; font-weight: 700; cursor: pointer; - transition: 0.3s; + background: linear-gradient(to right, #01b3af 50%, #fff 50%); + background-size: 200% 100%; + background-position: right; + transition: all .25s ease-out; } .home .container a.button:hover { color: #fff; - background-color: #01b3af; + background-position: left; + } @media screen and (max-width: 915px) { From 9886e349b5c3ddb1510189bcfd819508465983a2 Mon Sep 17 00:00:00 2001 From: Divyanshu Dhruv <71079602+divyanshudhruv@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:55:17 +0530 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=93=85=20Documentation:=20Update=20ye?= =?UTF-8?q?ar=20in=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the year in the license file. Contributor: @divyanshudhruv Closes: none --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 1f54fcd..a006d4f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Divyanshu Dhruv +Copyright (c) 2024 Divyanshu Dhruv Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 7fc6ee3686b4d8e1556c003d26755d3a68f1a440 Mon Sep 17 00:00:00 2001 From: Divijaa Arjun Date: Thu, 10 Oct 2024 14:25:29 +0530 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=90=9B=20Bug:=20Fix=20education=20sec?= =?UTF-8?q?tion=20link=20in=20navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fix adds a link to the education section in the navbar for easy access. Contributor: @Divii2205 Closes: #143 , #153 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5d47f92..2344c1f 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ From a3ca79a53abedf1b913a5d5a5118ff2b29bbddb4 Mon Sep 17 00:00:00 2001 From: John Carter Date: Thu, 10 Oct 2024 09:19:46 -0700 Subject: [PATCH 4/4] Add an experience section to index.html and style for the section in styles.css --- css/style.css | 109 ++++++++++++++++++++++++++++++++++++++++++++++++-- index.html | 73 +++++++++++++++++++++++++++++++-- 2 files changed, 176 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 2d650ad..cc92914 100644 --- a/css/style.css +++ b/css/style.css @@ -402,11 +402,114 @@ a:visited { } } +/*================*/ +/*===Experience===*/ +/*===============*/ + +.experienceC .title { + display: flex; + position: relative; + top: 0; + width: 750px; + left: 0; + right: 0; + margin: auto; + height: 75px; + align-items: center; + justify-content: center; + font-family: Montserrat; + font-weight: bold; + font-size: 55px; + background-color: none; + text-align: center; + color: #272341; + letter-spacing: 0.5px; +} + +.experienceC .titleSmall { + display: flex; + top: 0; + position: relative; + width: 750px; + left: 0; + right: 0; + margin: auto; + height: 57.5px; + align-items: center; + justify-content: center; + font-family: Poppins; + font-weight: 300; + font-size: 18px; + background-color: none; + text-align: center; + color: #96989b; + flex-wrap: wrap; + letter-spacing: 0.3px; +} + +.experienceC { + padding: 40px; + border-radius: 10px; + margin: 30px; +} + +.experienceItem { + margin-bottom: 30px; + border-radius: 10px; + padding: 20px; + background-color: #f9f9f9; + margin-bottom: 10px; + margin-top: 20px; +} + +.experienceCompany { + font-size: 1.5rem; + font-weight: bold; + margin-bottom: 5px; +} + +.experienceDuration { + font-size: 1rem; + color: #555; + margin-bottom: 10px; +} + +.experienceDescription { + font-size: 1rem; + margin-bottom: 15px; +} + +.progressBars { + margin-top: 15px; +} + +.progressBar { + margin-bottom: 15px; +} + +.progressLabel { + font-size: 0.9rem; + margin-bottom: 5px; +} + +.progressOuter { + width: 100%; + background-color: #e0e0e0; + border-radius: 8px; + overflow: hidden; +} + +.progressInner { + height: 10px; + border-radius: 8px; +} + + /*================*/ /*===Projects===*/ /*===============*/ -/* -.projectC { + +/* .projectC { display: flex; position: relative; width: 100%; @@ -487,7 +590,7 @@ a:visited { width: 100%; height: 200px; background-color: none; -} */ +} */ /*================*/ /*===Contact===*/ diff --git a/index.html b/index.html index 091e030..8de57db 100644 --- a/index.html +++ b/index.html @@ -86,8 +86,7 @@ - - --> + --> + + + +
+
     EXPERIENCE 💼
+
+
My Work Journey
+
+
+
Tech Company A
+
Jan 2020 - Dec 2022
+
+ Developed and maintained web applications, focusing on front-end + technologies and user experience. +
+
+
+
JavaScript (70%)
+
+
+
+
+
+
React (60%)
+
+
+
+
+
+
CSS (80%)
+
+
+
+
+
+ +
+
+
Tech Company B
+
Jan 2020 - Dec 2022
+
+ Developed and maintained web applications, focusing on front-end + technologies and user experience. +
+
+
+
JavaScript (70%)
+
+
+
+
+
+
React (60%)
+
+
+
+
+
+
CSS (80%)
+
+
+
+
+
+ +
+
+
+