From 1ec1fa138cfd3f9c8209fd8b3274b49a1269ac25 Mon Sep 17 00:00:00 2001 From: Pathum chinthaka Date: Wed, 15 Nov 2023 12:29:27 +0530 Subject: [PATCH] update service content --- Asset/Css/style.css | 10 ++++------ Asset/Js/index.js | 21 ++++++++++++++++++++- index.html | 32 ++++++++++++++++---------------- 3 files changed, 40 insertions(+), 23 deletions(-) diff --git a/Asset/Css/style.css b/Asset/Css/style.css index c144f7f..a503b15 100644 --- a/Asset/Css/style.css +++ b/Asset/Css/style.css @@ -274,7 +274,7 @@ nav ul li a:hover::after { padding: 40px; font-weight: 300; transition: background 0.5s, transform 0.5s; - text-align: justify; + text-align: center; } .service-list div i { @@ -480,17 +480,15 @@ nav ul li a:hover::after { width: 100%; } -form, +/* form, */ input, -form, textarea { width: 100%; - border: 0; - outline: none; + border: 1.5px solid #3f3f3f; background-color: #2b2b2b; padding: 13px 5px; margin: 15px 0; - border-radius: 6px; + border-radius: 7px; color: white; } diff --git a/Asset/Js/index.js b/Asset/Js/index.js index aebaf97..51f6a8d 100644 --- a/Asset/Js/index.js +++ b/Asset/Js/index.js @@ -5,6 +5,7 @@ function windowLoad(){ } // add js about content view + var subLinks=document.getElementsByClassName('sub-links'); var subContents=document.getElementsByClassName('sub-content'); @@ -32,4 +33,22 @@ function openMenu(){ function closeMenu(){ sideMenu.style.right="-200px"; -} \ No newline at end of file +} + + +//send e mail from contact me section + +function sendEmail(){ + + Email.send({ + Host : "smtp.elasticemail.com", + Username : "username", + Password : "password", + To : 'them@website.com', + From : "you@isp.com", + Subject : "This is the subject", + Body : "And this is the body" + }).then( + message => alert(message) + ); +} diff --git a/index.html b/index.html index 38fd6d9..10ec406 100644 --- a/index.html +++ b/index.html @@ -74,17 +74,19 @@

About Me

@@ -146,10 +148,7 @@

Service

Web Designer

- As a web developer, I possess a strong command over front-end technologies such as HTML, CSS, - and - JavaScript, enabling me to create visually appealing and responsive websites that provide an - exceptional user experience across various devices and browsers. + As a web developer, I possess a strong command over front-end technologies such as HTML, CSS, and JavaScript, enabling me to create visually appealing and responsive websites that provide an exceptional user experience across various devices and browsers.

Learn more @@ -172,11 +171,10 @@

UI/UX Designer

-

Software Developer

+

Web Developer

- As a software developer, I specialize in designing and implementing efficient and user-friendly - software solutions to address complex business challenges. - With a passion for coding and problem-solving.I in programming languages such as Java. + As a Web developer, I specialize in designing and implementing efficient and user-friendly Back-end solutions to address complex business challenges. + With a passion for coding and problem-solving in programming languages such as Java and Javascript.

Learn more @@ -263,12 +261,12 @@

Contact Me

class="fa-brands fa-medium">
-
+
-
+
@@ -280,7 +278,9 @@

Contact Me

+ + \ No newline at end of file