diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..e841103 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["glenn2223.live-sass", "ms-vscode.live-server"] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1d7ab03 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + "liveSassCompile.settings.formats": [ + { + "format": "compressed", + "extensionName": ".css", + "savePath": "/css", + "savePathReplacementPairs": null + } + ], + "liveSassCompile.settings.includeItems": ["/style/**/*.scss"], + "liveSassCompile.settings.generateMap": false, + "liveSassCompile.settings.watchOnLaunch": true, + "liveSassCompile.settings.useNewCompiler": true +} diff --git a/README.md b/README.md index d6cb156..6c233a3 100644 --- a/README.md +++ b/README.md @@ -30,22 +30,7 @@ Here's a **Complete Guide** to walk you through the process of setting your own You'll need [VSCode](https://code.visualstudio.com/) and [Git](https://git-scm.com/) installed on your computer. -You'll also need these two extensions [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) installed in your VSCode. - -Press F1 and Search for _Open Settings(JSON)_ and paste the below code before the closing braces( `}` ). - -```json -"liveSassCompile.settings.generateMap": false, -"liveSassCompile.settings.formats": [ - { - "format": "compressed", - "savePath": "/css", - "extensionName": ".css" - } - ], -"liveSassCompile.settings.excludeList": ["**/node_modules/**", ".vscode/**"], - -``` +You'll also need these two extensions [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server) and [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) installed in your VSCode. You will be automatically promted to install these extensions once you open this project in VSCode. --- @@ -66,13 +51,14 @@ $ git remote remove origin And delete the [`.github`](./.github) folder as you don't need it. -Now Simply click on **Watch Sass** and **Go Live** in the Status Bar. +Now Simply click on **Watch Sass** in the bottom status bar to watch all your `.scss` file chages and compile them to vanilla `.css`. +And also open `index.html`, right click inside the file and select _Show Preview_ to start a preview at `http://127.0.0.1:3000/`.

OR

-Press Ctrl+Shift+P or F1 to Show Command Palette, Search for **Watch Sass** and turn it on. Also search for **Open With Live Server** and turn it on. Doing this will watch all your Sass files for changes and will open the website in your browser to preview live. +Press Ctrl+Shift+P or F1 to Show Command Palette, Search for **Live Sass: Watch Sass** and turn it on. Also search for **Live Preview: Start Server** and turn it on. Doing this will watch all your Sass files for changes and will spin up a live server for you at `http://127.0.0.1:3000/`. --- @@ -235,7 +221,7 @@ Open [`index.html`](./index.html) and fill your information, there are 6 section ### Footer Section - Put your social media link on each `` links. -- If you have more social-media accounts, see [Font Awesome Icons](https://fontawesome.com/v4.7.0/icons/) to put the corresponding additional social icon classNames. +- If you have more social-media accounts, see [Font Awesome Icons](https://fontawesome.com/icons) to put the corresponding additional social icon classNames. - You can delete or add as many `` links your want. ```html @@ -244,19 +230,19 @@ Open [`index.html`](./index.html) and fill your information, there are 6 section ... ... diff --git a/assets/profile.png b/assets/profile.png index da0348f..cd72eca 100644 Binary files a/assets/profile.png and b/assets/profile.png differ diff --git a/assets/project.png b/assets/project.png index 81c927b..b8cf331 100644 Binary files a/assets/project.png and b/assets/project.png differ diff --git a/css/main.css b/css/main.css index b77c4aa..fdb5861 100644 --- a/css/main.css +++ b/css/main.css @@ -1 +1 @@ -@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:"Montserrat",sans-serif}html{font-size:62.5%;scroll-behavior:smooth}body{text-align:center;line-height:1.5}h1{font-weight:700}p,a{font-size:1.6rem}a{text-decoration:none}a:hover{transition:all 0.3s ease-in-out}.section-title{margin-bottom:4.5rem;font-size:4rem;text-transform:uppercase}@media (max-width: 37.5em){.section-title{font-size:2.8rem}}.dark-blue-color{color:#272341}.text-color-main{margin-left:1rem;color:#5b86e5;-webkit-text-fill-color:#5b86e5}@supports (background-clip: text) or (-webkit-background-clip: text){.text-color-main{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}@media (max-width: 37.5em){.text-color-main{margin:0;background-image:none;-webkit-text-fill-color:#5b86e5;box-shadow:none}}.cta-btn{display:inline-block;position:relative;padding:0.8rem 1.6rem;font-weight:bold;line-height:1;z-index:1;overflow:hidden;border-radius:3px;transition:all cubic-bezier(0.19, 1, 0.22, 1) 0.6s}.cta-btn:hover{box-shadow:1.5px 1.5px 3px rgba(174,174,192,0.4),-1px -1px 3px #fff}@media (max-width: 37.5em){.cta-btn:hover{box-shadow:none}}.cta-btn::after{content:"";display:block;position:absolute;background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);width:0px;height:100%;left:0;top:0;z-index:-1;transition:all cubic-bezier(0.19, 1, 0.22, 1) 0.6s}@media (max-width: 37.5em){.cta-btn::after{width:0;height:0;background-image:none}}.cta-btn--hero{color:#5b86e5;-webkit-text-fill-color:#5b86e5;border:2px solid transparent;border-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);border-image-slice:1}@supports (background-clip: text) or (-webkit-background-clip: text){.cta-btn--hero{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.cta-btn--hero{color:#5b86e5}.cta-btn--hero:hover{color:#fff}}@media (max-width: 37.5em){.cta-btn--hero{background-image:none;border:2px solid #5b86e5;box-shadow:none;-webkit-text-fill-color:#5b86e5}}.cta-btn--hero::after{height:410%;width:150%;transform:translate(-98%, -25%) rotate(45deg)}.cta-btn--hero:hover{-webkit-text-fill-color:#fff;text-decoration:none}@media (max-width: 37.5em){.cta-btn--hero:hover{-webkit-text-fill-color:#5b86e5}}.cta-btn--hero:hover::after{transform:translate(-9%, -25%) rotate(45deg)}.cta-btn--resume{border-radius:0;color:#fff;border:2px solid #fff}.cta-btn--resume::after{background:#fff}.cta-btn--resume:hover{color:#5b86e5;text-decoration:none;box-shadow:none}@media (max-width: 37.5em){.cta-btn--resume:hover{color:#fff}}.cta-btn--resume:hover::after{width:100%}.cta-btn--projects{box-shadow:inset 1px 1px 2px 2px rgba(174,174,192,0.15),inset -2px -2px 2px rgba(255,255,255,0.7);border:2px solid transparent}@media (max-width: 37.5em){.cta-btn--projects{border:none;box-shadow:1.5px 1.5px 3px rgba(174,174,192,0.4),-1px -1px 3px #fff}}.cta-btn--projects::after{height:250%;width:130%}.cta-btn--projects::after{transform:translate(-98%, -30%) rotate(45deg)}.cta-btn--projects:hover{box-shadow:1.5px 1.5px 3px rgba(174,174,192,0.4),-1px -1px 3px #fff}.cta-btn--projects:hover::after{transform:translate(-12%, -30%) rotate(45deg)}.footer{background-color:#333;padding:4.8rem 0}.footer__text{font-size:1.3rem;color:gray}.footer__text a{font-size:1.3rem;color:gray;transition:all 0.2s ease-in-out;display:inline-block}.footer__text a:hover,.footer__text a:active{color:#36d1dc}.footer hr{margin:1rem auto;border:0;width:50%;border-top:2px solid rgba(255,255,255,0.1)}.social-links{display:flex;justify-content:center}.social-links a{font-size:3rem;display:flex;flex-direction:column;justify-content:center;color:#fff;width:5rem;height:5rem;margin:1.6rem 1.6rem;transition:all ease 0.2s}.social-links a i{transition:all ease-in-out 0.2s}.social-links a:hover{transform:scale(1.1) translateY(-2px)}.social-links a:hover .fa-twitter{color:#00acee}.social-links a:hover .fa-instagram{color:#c13584}.social-links a:hover .fa-linkedin{color:#4875b4}.social-links a:hover .fa-codepen{color:#212121}.back-to-top i{color:#fff;margin:1rem 0 1.6rem;transition:all 200ms ease}.back-to-top i:hover{transform:translateY(-2px)}section{padding:5rem 0rem}@media (max-width: 37.5em){section{border:none;padding-left:1rem;padding-right:1rem}}section .row{display:grid;gap:2rem;grid-template-columns:1fr 2fr;grid-template-rows:1fr;padding:0 1.5rem}@media (max-width: 56.25em){section .row{grid-template-columns:1fr;grid-template-rows:auto}}@media (max-width: 37.5em){section .row{padding:0}}section .row p+p{margin-top:1rem}section .row span{margin-top:2rem}.container{width:100%;padding:0 1.5rem;margin:0 auto;max-width:1140px}@media (max-width: 75em){.container{max-width:960px;width:100%}}@media (max-width: 56.25em){.container{max-width:720px;width:100%;justify-content:center}}@media (max-width: 48em){.container{max-width:720px;width:100%}}@media (max-width: 37.5em){.container{max-width:540px;width:100%}}#about{background-color:#36d1dc;background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);color:#fff;height:100%;clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);padding-bottom:10%}@media (max-width: 75em){#about{height:100%;clip-path:none}}#about .about-wrapper{grid-template-columns:1fr 1fr}@media (max-width: 37.5em){#about .about-wrapper{padding-bottom:5rem;grid-template-columns:1fr}}#about .about-wrapper__image{display:flex;height:100%;align-items:center;justify-content:center}#about .about-wrapper__image img{max-width:350px;width:100%}@media (max-width: 75em){#about .about-wrapper__image{height:100%}}@media (max-width: 48em){#about .about-wrapper__image{padding-bottom:4rem}}#about .about-wrapper__info{display:flex;height:100%;justify-content:center;flex-direction:column;text-align:left}@media (max-width: 48em){#about .about-wrapper__info{align-items:center;text-align:center}}#contact{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);clip-path:polygon(0 15vh, 100% 0, 100% 100%, 0 100%);padding:15rem 0 10rem 0;margin-top:-15rem;margin-bottom:-1px;color:#fff}@media (max-width: 75em){#contact{padding:10rem 0;margin-top:0;clip-path:none}}#contact .contact-wrapper{margin-top:3.2rem;padding:0 2rem;backface-visibility:hidden}#contact .contact-wrapper__text{margin-bottom:2.5rem}#contact .contact-wrapper__text,#contact .contact-wrapper a{font-size:2.4rem}@media (max-width: 37.5em){#contact .contact-wrapper__text,#contact .contact-wrapper a{font-size:2rem}}#hero{min-height:100vh;height:100vh;display:flex;align-items:center;background:#fff;font-weight:400;color:#272341;padding:0rem 5.6rem;top:0;left:0;bottom:0;right:0;z-index:-1;line-height:1.2;animation:hidden 1000ms linear forwards}@media (max-width: 56.25em){#hero{justify-content:center}}@media (max-width: 37.5em){#hero{padding:0rem 1.6rem}}#hero .hero-title{font-size:5.6rem;font-weight:700;margin-bottom:3.2rem;text-align:left}#hero .hero-title span{margin:0;display:inline-block}@media (max-width: 75em){#hero .hero-title{font-size:4rem}}@media (max-width: 56.25em){#hero .hero-title{font-size:3.6rem;text-align:center}}@media (max-width: 37.5em){#hero .hero-title{font-size:3.5rem;line-height:1.5}}@media (max-width: 20em){#hero .hero-title{font-size:2.8rem}}#hero .hero-cta{display:flex}@media (max-width: 56.25em){#hero .hero-cta{justify-content:center}}#hero .hero-cta a{font-size:2.4rem}@media (max-width: 37.5em){#hero .hero-cta a{font-size:2rem}}.scroll-down-link{position:absolute;left:50%;bottom:20px;transform:translateX(-50%)}.scroll-down{height:50px;width:30px;border:2px solid #000000;border-radius:50px;cursor:pointer}.scroll-down::before,.scroll-down::after{height:10px;width:10px;content:"";position:absolute;top:20%;left:50%;border:2px solid #5b86e5;transform:translate(-50%, -100%) rotate(45deg);border-top:none;border-left:none;animation:scroll-down 1s ease-in-out infinite}.scroll-down::after{top:30%;animation-delay:0.3s}@keyframes hidden{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes scroll-down{0%{opacity:0}30%{opacity:1}60%{opacity:1}100%{opacity:0;top:90%}}#projects{background-color:#e5e5e5;color:#272341;margin-top:-15rem;padding-top:15rem}@media (max-width: 75em){#projects{margin-top:0;padding-top:5rem}}@media (max-width: 37.5em){#projects{padding-bottom:1px}}#projects .project-wrapper{margin-bottom:15rem}@media (max-width: 37.5em){#projects .project-wrapper{margin-bottom:0rem}}#projects .project-wrapper .row{margin:0;margin-bottom:8rem}@media (max-width: 37.5em){#projects .project-wrapper .row{margin-bottom:4rem}}#projects .project-wrapper__text{width:100%;text-align:left}@media (max-width: 75em){#projects .project-wrapper__text{margin-bottom:4.8rem}}@media (max-width: 37.5em){#projects .project-wrapper__text{margin-bottom:2.5rem}}#projects .project-wrapper__text-title{font-weight:bold;margin-bottom:1.8rem;font-size:2.5rem}@media (max-width: 37.5em){#projects .project-wrapper__text-title{font-size:2rem}}#projects .project-wrapper__text-info{margin-bottom:1.5rem}#projects .project-wrapper__text-btns{width:100%;display:flex;align-items:center;flex-wrap:wrap}#projects .project-wrapper__image{width:90%;margin:0 auto}@media (max-width: 75em){#projects .project-wrapper__image{width:100%;margin:0}}#projects .project-wrapper__image .thumbnail{border:none;box-shadow:8px 8px 9px 7px rgba(174,174,192,0.4),-5px -5px 15px 7px #fff}#projects .project-wrapper__image .thumbnail .img-fluid{width:100%;height:auto;vertical-align:middle;border-radius:2px}@media (max-width: 37.5em){#projects .project-wrapper__image .thumbnail{box-shadow:none;border:1px solid #d2d2d2;margin-bottom:3.2rem;transform:none}} +@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Montserrat",sans-serif}html{font-size:62.5%;scroll-behavior:smooth}body{text-align:center;line-height:1.5}h1{font-weight:700}p,a{font-size:1.6rem}a{text-decoration:none}a:hover{transition:all .3s ease-in-out}.section-title{margin-bottom:4.5rem;font-size:4rem;text-transform:uppercase}@media(max-width: 37.5em){.section-title{font-size:2.8rem}}.dark-blue-color{color:#272341}.text-color-main{margin-left:1rem;color:#5b86e5;-webkit-text-fill-color:#5b86e5}@supports((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text){.text-color-main{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}}@media(max-width: 37.5em){.text-color-main{margin:0;background-image:none;-webkit-text-fill-color:#5b86e5;box-shadow:none}}.cta-btn{display:inline-block;position:relative;padding:.8rem 1.6rem;font-weight:bold;line-height:1;z-index:1;overflow:hidden;border-radius:3px;transition:all cubic-bezier(0.19, 1, 0.22, 1) .6s}.cta-btn:hover{box-shadow:1.5px 1.5px 3px rgba(174,174,192,.4),-1px -1px 3px #fff}@media(max-width: 37.5em){.cta-btn:hover{box-shadow:none}}.cta-btn::after{content:"";display:block;position:absolute;background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);width:0px;height:100%;left:0;top:0;z-index:-1;transition:all cubic-bezier(0.19, 1, 0.22, 1) .6s}@media(max-width: 37.5em){.cta-btn::after{width:0;height:0;background-image:none}}.cta-btn--hero{color:#5b86e5;-webkit-text-fill-color:#5b86e5;border:2px solid rgba(0,0,0,0);-o-border-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);border-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);border-image-slice:1}@supports((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text){.cta-btn--hero{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.cta-btn--hero{color:#5b86e5}.cta-btn--hero:hover{color:#fff}}@media(max-width: 37.5em){.cta-btn--hero{background-image:none;border:2px solid #5b86e5;box-shadow:none;-webkit-text-fill-color:#5b86e5}}.cta-btn--hero::after{height:410%;width:150%;transform:translate(-98%, -25%) rotate(45deg)}.cta-btn--hero:hover{-webkit-text-fill-color:#fff;text-decoration:none}@media(max-width: 37.5em){.cta-btn--hero:hover{-webkit-text-fill-color:#5b86e5}}.cta-btn--hero:hover::after{transform:translate(-9%, -25%) rotate(45deg)}.cta-btn--resume{border-radius:0;color:#fff;border:2px solid #fff}.cta-btn--resume::after{background:#fff}.cta-btn--resume:hover{color:#5b86e5;text-decoration:none;box-shadow:none}@media(max-width: 37.5em){.cta-btn--resume:hover{color:#fff}}.cta-btn--resume:hover::after{width:100%}.cta-btn--projects{box-shadow:inset 1px 1px 2px 2px rgba(174,174,192,.15),inset -2px -2px 2px rgba(255,255,255,.7);border:2px solid rgba(0,0,0,0)}@media(max-width: 37.5em){.cta-btn--projects{border:none;box-shadow:1.5px 1.5px 3px rgba(174,174,192,.4),-1px -1px 3px #fff}}.cta-btn--projects::after{height:250%;width:130%}.cta-btn--projects::after{transform:translate(-98%, -30%) rotate(45deg)}.cta-btn--projects:hover{box-shadow:1.5px 1.5px 3px rgba(174,174,192,.4),-1px -1px 3px #fff}.cta-btn--projects:hover::after{transform:translate(-12%, -30%) rotate(45deg)}.footer{background-color:#333;padding:4.8rem 0}.footer__text{font-size:1.3rem;color:#b3b3b3}.footer__text a{font-size:1.3rem;color:#bfbfbf;transition:all .2s ease-in-out;display:inline-block}.footer__text a:hover,.footer__text a:active{color:#36d1dc}.footer hr{margin:1rem auto;border:0;width:50%;border-top:2px solid rgba(255,255,255,.1)}.social-links{display:flex;justify-content:center}.social-links a{font-size:3rem;display:flex;flex-direction:column;justify-content:center;color:#fff;width:5rem;height:5rem;margin:1.6rem 1.6rem;transition:all ease .2s}.social-links a i{transition:all ease-in-out .2s}.social-links a:hover{transform:scale(1.1) translateY(-2px)}.social-links a:hover .fa-twitter{color:#00acee}.social-links a:hover .fa-instagram{color:#c13584}.social-links a:hover .fa-linkedin{color:#4875b4}.social-links a:hover .fa-codepen{color:#212121}.back-to-top i{color:#fff;margin:1rem 0 1.6rem;transition:all 200ms ease}.back-to-top i:hover{transform:translateY(-2px)}section{padding:5rem 0rem}@media(max-width: 37.5em){section{border:none;padding-left:1rem;padding-right:1rem}}section .row{display:grid;gap:2rem;grid-template-columns:1fr 2fr;grid-template-rows:1fr;padding:0 1.5rem}@media(max-width: 56.25em){section .row{grid-template-columns:1fr;grid-template-rows:auto}}@media(max-width: 37.5em){section .row{padding:0}}section .row p+p{margin-top:1rem}section .row span{margin-top:2rem}.container{width:100%;padding:0 1.5rem;margin:0 auto;max-width:1140px}@media(max-width: 75em){.container{max-width:960px;width:100%}}@media(max-width: 56.25em){.container{max-width:720px;width:100%;justify-content:center}}@media(max-width: 48em){.container{max-width:720px;width:100%}}@media(max-width: 37.5em){.container{max-width:540px;width:100%}}#about{background-color:#36d1dc;background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);color:#fff;height:100%;-webkit-clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);clip-path:polygon(0 0, 100% 0, 100% 80%, 0 100%);padding-bottom:10%}@media(max-width: 75em){#about{height:100%;-webkit-clip-path:none;clip-path:none}}#about .about-wrapper{grid-template-columns:1fr 1fr}@media(max-width: 37.5em){#about .about-wrapper{padding-bottom:5rem;grid-template-columns:1fr}}#about .about-wrapper__image{display:flex;height:100%;align-items:center;justify-content:center}#about .about-wrapper__image img{max-width:350px;width:100%}@media(max-width: 75em){#about .about-wrapper__image{height:100%}}@media(max-width: 48em){#about .about-wrapper__image{padding-bottom:4rem}}#about .about-wrapper__info{display:flex;height:100%;justify-content:center;flex-direction:column;text-align:left}@media(max-width: 48em){#about .about-wrapper__info{align-items:center;text-align:center}}#contact{background-image:linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);-webkit-clip-path:polygon(0 15vh, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 15vh, 100% 0, 100% 100%, 0 100%);padding:15rem 0 10rem 0;margin-top:-15rem;margin-bottom:-1px;color:#fff}@media(max-width: 75em){#contact{padding:10rem 0;margin-top:0;-webkit-clip-path:none;clip-path:none}}#contact .contact-wrapper{margin-top:3.2rem;padding:0 2rem;-webkit-backface-visibility:hidden;backface-visibility:hidden}#contact .contact-wrapper__text{margin-bottom:2.5rem}#contact .contact-wrapper__text,#contact .contact-wrapper a{font-size:2.4rem}@media(max-width: 37.5em){#contact .contact-wrapper__text,#contact .contact-wrapper a{font-size:2rem}}#hero{min-height:100vh;height:100vh;display:flex;align-items:center;background:#fff;font-weight:400;color:#272341;padding:0rem 5.6rem;top:0;left:0;bottom:0;right:0;z-index:-1;line-height:1.2;animation:hidden 1000ms linear forwards}@media(max-width: 56.25em){#hero{justify-content:center}}@media(max-width: 37.5em){#hero{padding:0rem 1.6rem}}#hero .hero-title{font-size:5.6rem;font-weight:700;margin-bottom:3.2rem;text-align:left}#hero .hero-title span{margin:0;display:inline-block}@media(max-width: 75em){#hero .hero-title{font-size:4rem}}@media(max-width: 56.25em){#hero .hero-title{font-size:3.6rem;text-align:center}}@media(max-width: 37.5em){#hero .hero-title{font-size:3.5rem;line-height:1.5}}@media(max-width: 20em){#hero .hero-title{font-size:2.8rem}}#hero .hero-cta{display:flex}@media(max-width: 56.25em){#hero .hero-cta{justify-content:center}}#hero .hero-cta a{font-size:2.4rem}@media(max-width: 37.5em){#hero .hero-cta a{font-size:2rem}}.scroll-down-link{position:absolute;left:50%;bottom:20px;transform:translateX(-50%)}.scroll-down{height:50px;width:30px;border:2px solid #000;border-radius:50px;cursor:pointer}.scroll-down::before,.scroll-down::after{height:10px;width:10px;content:"";position:absolute;top:20%;left:50%;border:2px solid #5b86e5;transform:translate(-50%, -100%) rotate(45deg);border-top:none;border-left:none;animation:scroll-down 1s ease-in-out infinite}.scroll-down::after{top:30%;animation-delay:.3s}@keyframes hidden{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes scroll-down{0%{opacity:0}30%{opacity:1}60%{opacity:1}100%{opacity:0;top:90%}}#projects{background-color:#e5e5e5;color:#272341;margin-top:-15rem;padding-top:15rem}@media(max-width: 75em){#projects{margin-top:0;padding-top:5rem}}@media(max-width: 37.5em){#projects{padding-bottom:1px}}#projects .project-wrapper{margin-bottom:15rem}@media(max-width: 37.5em){#projects .project-wrapper{margin-bottom:0rem}}#projects .project-wrapper .row{margin:0;margin-bottom:8rem}@media(max-width: 37.5em){#projects .project-wrapper .row{margin-bottom:4rem}}#projects .project-wrapper__text{width:100%;text-align:left}@media(max-width: 75em){#projects .project-wrapper__text{margin-bottom:4.8rem}}@media(max-width: 37.5em){#projects .project-wrapper__text{margin-bottom:2.5rem}}#projects .project-wrapper__text-title{font-weight:bold;margin-bottom:1.8rem;font-size:2.5rem}@media(max-width: 37.5em){#projects .project-wrapper__text-title{font-size:2rem}}#projects .project-wrapper__text-info{margin-bottom:1.5rem}#projects .project-wrapper__text-btns{width:100%;display:flex;align-items:center;flex-wrap:wrap}#projects .project-wrapper__image{width:90%;margin:0 auto}@media(max-width: 75em){#projects .project-wrapper__image{width:100%;margin:0}}#projects .project-wrapper__image .thumbnail{border:none;box-shadow:8px 8px 9px 7px rgba(174,174,192,.4),-5px -5px 15px 7px #fff}#projects .project-wrapper__image .thumbnail .img-fluid{width:100%;height:auto;vertical-align:middle;border-radius:2px}@media(max-width: 37.5em){#projects .project-wrapper__image .thumbnail{box-shadow:none;border:1px solid #d2d2d2;margin-bottom:3.2rem;transform:none}} \ No newline at end of file diff --git a/index.html b/index.html index 5fc8c9e..194e2cc 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,8 @@ + + [Your name here] | Developer @@ -63,12 +65,18 @@ /> + + + - + @@ -121,6 +129,8 @@

About Me

class="img-fluid" src="./assets/profile.png" alt="Profile Image" + width="450" + height="350" />
@@ -182,6 +192,8 @@

Project Title

src="./assets/project.png" class="img-fluid" alt="Project Image" + width="1366" + height="767" />
@@ -220,6 +232,8 @@

Project Title

src="./assets/project.png" class="img-fluid" alt="Project Image" + width="1366" + height="767" /> @@ -258,6 +272,8 @@

Project Title

src="./assets/project.png" class="img-fluid" alt="Project Image" + width="1366" + height="767" /> @@ -294,7 +310,7 @@

Contact

rel="noopener noreferrer" aria-label="twitter" > - + Contact rel="noopener noreferrer" aria-label="instagram" > - + Contact rel="noopener noreferrer" aria-label="codepen" > - + Contact rel="noopener noreferrer" aria-label="linkedin" > - + Contact rel="noopener noreferrer" aria-label="github" > - +
@@ -344,7 +360,7 @@

Contact

diff --git a/style/layout/_footer.scss b/style/layout/_footer.scss index e07608b..5a55e2e 100644 --- a/style/layout/_footer.scss +++ b/style/layout/_footer.scss @@ -3,10 +3,10 @@ padding: 4.8rem 0; &__text { font-size: 1.3rem; - color: darken($white-color, 50%); + color: darken($white-color, 30%); a { font-size: 1.3rem; - color: darken($white-color, 50%); + color: darken($white-color, 25%); transition: all 0.2s ease-in-out; display: inline-block; &:hover,