-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Improved #413
Closed
Closed
UI Improved #413
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,13 @@ | |
</script> | ||
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="help.css"> | ||
|
||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@500&family=Exo+2&family=Open+Sans:wght@300&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | ||
|
@@ -82,6 +88,13 @@ | |
.four ul li a{ | ||
text-decoration: underline; | ||
} | ||
#form1{ | ||
border-radius: 40px; | ||
} | ||
.responsive { | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
</style> | ||
<!-- Responsive Text--> | ||
|
||
|
@@ -167,27 +180,37 @@ | |
<!-- navbar ends --> | ||
<section class="body"> | ||
<div class="container"> | ||
<h1>How can we help you?</h1> | ||
<h1 style="text-align: center; font-family: 'Baloo Tammudu 2', cursive; color: rgb(255, 238, 238); -webkit-text-stroke: .01px rgb(56, 56, 56); font-weight: bolder; text-transform:uppercase;">How can we help you?</h1> | ||
<center> | ||
<img src="./Images/helpnsupport.png" alt="" class="responsive"> | ||
</center> | ||
<div class="help-box"> | ||
<div class="help-left"> | ||
<h2><Strong>Details</Strong></h2> | ||
|
||
<div class="help-left" id="div1"> | ||
<h2 style="text-align: center; text-decoration: underline; font-family: 'Baloo Tammudu 2', cursive;">DETAILS</h2> | ||
<br> | ||
|
||
<br> | ||
|
||
<form id="form1"> | ||
<div> | ||
<div class="input-group"> | ||
<label><h4>Name<sup style="color:rgb(255, 8, 8)"> *</sup></h4></label> | ||
<input type="text" id="name" placeholder=" Fill your name"> | ||
|
||
<label><h4 style="font-family: 'Open Sans', sans-serif;">Name<sup style="color:rgb(255, 8, 8);"> *</sup></h4></label> | ||
<input type="text" id="name" placeholder="Fill your name" style="border-radius: 5px; padding: 2px 5px; text-align: center;"> | ||
|
||
</div> | ||
<br> | ||
<div class="input-group"> | ||
<label><h4>Email ID<sup style="color:rgb(255, 8, 8)"> *</sup></h4></label> | ||
<input type="email" id="email" placeholder=" [email protected]"> | ||
|
||
<label><h4 style="font-family: 'Open Sans', sans-serif;">Email ID<sup style="color:rgb(255, 8, 8)"> *</sup></h4></label> | ||
<input type="email" id="email" placeholder="Your Email Id.." style="border-radius: 5px; padding: 2px 5px; text-align: center;"> | ||
</div> | ||
</div> | ||
<br> | ||
<label><h4>Message<sup style="color:rgb(255, 8, 8)"> *</sup></h4></label> | ||
<textarea rows="5" id="mess" placeholder=" Your Message Here..."></textarea> | ||
<button type="button" onclick="check()">Submit</button> | ||
<label><h4 style="font-family: 'Open Sans', sans-serif;">Message<sup style="color:rgb(255, 8, 8)"> *</sup></h4></label> | ||
<textarea rows="5" id="mess" placeholder="Your Message Here..." style="border-radius: 5px; padding: 2px 5px; text-align: center;"></textarea> | ||
|
||
<center><button type="button" class="btn btn-outline-primary" onclick="check()" style="padding:0px ; margin-top: 15px; ">Submit</button> </center> | ||
</form> | ||
<script> | ||
function check() | ||
|
@@ -220,20 +243,23 @@ <h2><Strong>Details</Strong></h2> | |
</script> | ||
</div> | ||
<div class="help-right"> | ||
<h2><strong>Reach Us</strong></h2> | ||
<br> | ||
|
||
<h2 style="text-align: center; text-decoration: underline; font-family: 'Baloo Tammudu 2', cursive;">REACH US</h2> | ||
|
||
<table> | ||
<tr> | ||
<td><b>Email</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;">[email protected]</td> | ||
<td><b>Email-</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;"> | ||
<a href = "mailto: [email protected]" style="text-decoration:none;"> [email protected]</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><b>Phone</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;">123456789</td> | ||
<td><b>Phone-</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;">+91 9876543210</td> | ||
</tr> | ||
<tr> | ||
<td><b>Address</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;">114 abc buiding, near xyz road</td> | ||
<td><b>Address-</b></td> | ||
<td style="color: rgb(58, 52, 52); font-weight: bold;">Versova, Mumbai, Maharashtra <br>(400061), India</td> | ||
</tr> | ||
</table> | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skpandey885 you had used inline styling most of the place please convert it to class based styling.