Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshvandari committed Nov 28, 2023
1 parent e39517d commit cf17b30
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 33 deletions.
39 changes: 14 additions & 25 deletions PersonalPortfolio/Template4/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
/**
* Template Name: MyResume
* Updated: Nov 17 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "Open Sans", sans-serif;
color: #272829;
Expand Down Expand Up @@ -1059,16 +1048,16 @@ section {
color: #fff;
}

.contact .php-email-form {
.contact .email-form {
width: 100%;
background: #fff;
}

.contact .php-email-form .form-group {
.contact .email-form .form-group {
padding-bottom: 8px;
}

.contact .php-email-form .error-message {
.contact .email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
Expand All @@ -1077,11 +1066,11 @@ section {
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
.contact .email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
.contact .email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
Expand All @@ -1090,14 +1079,14 @@ section {
font-weight: 600;
}

.contact .php-email-form .loading {
.contact .email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
.contact .email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
Expand All @@ -1109,23 +1098,23 @@ section {
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
.contact .email-form input,
.contact .email-form textarea {
border-radius: 4px;
box-shadow: none;
font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
.contact .email-form input[type=text],
.contact .email-form input[type=email] {
height: 44px;
}

.contact .php-email-form textarea {
.contact .email-form textarea {
padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
.contact .email-form button[type=submit] {
background: #0563bb;
border: 0;
padding: 10px 35px;
Expand All @@ -1134,7 +1123,7 @@ section {
border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
.contact .email-form button[type=submit]:hover {
background: #0678e3;
}

Expand Down
7 changes: 0 additions & 7 deletions PersonalPortfolio/Template4/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
* Template Name: MyResume
* Updated: Nov 17 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
(function() {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion PersonalPortfolio/Template4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ <h4>Call:</h4>

<div class="col-lg-8 mt-5 mt-lg-0">

<form action="#" method="post" role="form" class="php-email-form">
<form action="#" method="post" role="form" class="email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
Expand Down

0 comments on commit cf17b30

Please sign in to comment.