Company Name:
Email:
Website URL:
Your Name:
Youtube Link:
Generate About Us
Copy HTML Code
About Sample!
Welcome to our website CompanyName
, is a professional platform where we provide informative content
like [Your Contents Type]. We hope you like all the contents provided
by us.
If you have additional questions or require more information about our
website, do not hesitate to Contact through email at
demo@gmail.com
About
WebsiteName This website founded
by [Your Name] . Also,
WebsiteURL commits to reply to all
people who subscribe to the YouTube Channel LINK and Follow
the our website. We hope you enjoy Our services as much as we enjoy
offering them to you.
Sincerely, [Your Name]
Aim of WebsiteName
Like any other website, WebsiteName We
want viewers to enhance their skills with the help of our contents. We
will continue to provide helpful content to you like this.
We are a leading online learning platform, guiding viewers to identify
their strengths and fill in their learning gaps.We are working to turn
our passion of . into a growing online
website. If you have any question or query regarding our website,
Please don’t hesitate to contact us.
Thanks For Visiting Our Site
const main_output = document.getElementById(‘main_output’);
function myFunction1(){
const Cname = document.getElementById(‘C_Name’).value;
const Cemail = document.getElementById(‘W_Email’).value;
const Wurl = document.getElementById(‘W_URL’).value;
const USER_NAME = document.getElementById(‘USER_NAME’).value;
const W_YOUTUBE = document.getElementById(‘W_YOUTUBE’).value;
if(Cname == “”){
document.getElementById(‘C_Name’).style.border = “1px solid red”;
alert(“Enter Your Company Name”);
}else if(Cemail == “”){
document.getElementById(‘W_Email’).style.border = “1px solid red”;
alert(“Enter Your Email”);
}else if(Wurl == “”){
document.getElementById(‘W_URL’).style.border = “1px solid red”;
alert(“Enter Your Website URL”);
}else if(USER_NAME == “”){
document.getElementById(‘USER_NAME’).style.border = “1px solid red”;
alert(“Enter Your Name”);
}else if(W_YOUTUBE == “”){
document.getElementById(‘W_YOUTUBE’).style.border = “1px solid red”;
alert(“Enter Your Youtube URL”);
}else{
document.getElementById(‘C_Name’).style.border = “1px solid blue”;
document.getElementById(‘W_Email’).style.border = “1px solid blue”;
document.getElementById(‘W_URL’).style.border = “1px solid blue”;
document.getElementById(‘USER_NAME’).style.border = “1px solid blue”;
document.getElementById(‘W_YOUTUBE’).style.border = “1px solid blue”;
document.getElementById(‘Com_Name’).innerHTML = Cname;
document.getElementById(‘Web_Email’).innerHTML = Cemail;
document.getElementById(‘Web_Url’).innerHTML = Wurl;
document.getElementById(‘W_N1’).innerHTML = Cname;
document.getElementById(‘W_N2’).innerHTML = Cname;
document.getElementById(‘W_N3’).innerHTML = Cname;
document.getElementById(‘W_N4’).innerHTML = Cname;
document.getElementById(‘W_u_name’).innerHTML = USER_NAME;
document.getElementById(‘W_u_name1’).innerHTML = USER_NAME;
document.getElementById(‘W_youtube_link’).innerHTML = W_YOUTUBE;
var res = document.getElementById(‘P_Sample’).innerHTML;
var timeleft = 10;
var downloadTimer = setInterval(function(){
if(timeleft <= 0){
clearInterval(downloadTimer);
}
document.getElementById('Msg').innerHTML= "Generating your about in 10 seconds:" + " ";
document.getElementById('tim').innerHTML =10 – timeleft;
timeleft -= 1;
}, 1000);
setTimeout(function(){
main_output.style.display = "block";
document.getElementById('Msg').style.display = "none";
document.getElementById('tim').style.display = "none";
var SRL = document.getElementById('result');
SRL.scrollIntoView();
document.getElementById('result').innerHTML = res;
}, 11000);
}
}
function myFunction2(id){
document.getElementById(id).select();
document.execCommand('copy');
document.getElementById('btn_cpy').innerHTML = "Copied!";
setTimeout(function(){
document.getElementById('btn_cpy').innerHTML = "Copy HTML Code"
}, 5000);
}
html {
scroll-behavior: smooth;
}
p{text-align:justify;}
#P_Sample {
width: 100%;
border: 1px solid #eee;
padding: 10px;
border-radius: 5px;
color: #2C3E50;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
#Main_Block{
box-sizing: border-box;
background-color:#ffffff00;
padding:15px;
border-radius:10px;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
button[type=button] {
display: block;
margin-bottom: 20px;
background-color: #3498fd;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
width: -webkit-fill-available;
display: block;
margin: auto;
font-weight: 600;
margin-top: 29px;
}
}
button[type=submit] {
background-color: #1087FF;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
padding-top:5px;
}
i{color:#1087FF}
button[type=button]:hover {
background-color: #53AEFF;
}
button[type=submit]:hover {
background-color: #53AEFF;
}
#Msg{padding-top:10px;}
@media screen and (max-width: 600px) {
.col-25, .col-75, .navList, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
.navList {
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
}
.navList li {
display: inline-block;
font-size: 16px;
padding: 10px;
}
.raw{display:flex; flex-wrap: wrap;}
.calumn li{display:inline-block; list-style:none;}
#dot{border: 2px dotted #19B5FE; padding:5px; border-radius:10px; color:black; background-color:#ECF0F1;}
textarea{font-size:17px;}
#num{border-left:20px solid #0057A0; background-color:#19B5FE; border-radius:3px; font-weight:bold; color:white; padding:3px; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);}
#box{box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); width:270px}
.box img{border-radius:5px; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);}
p{text-align:justify; color:#34495E}
#bg{background-color:#ECF0F1; border-radius:5px; padding:5px; text-align:center;}
#tid td{cursor:pointer; font-size:12px; width:33.33%}
#cou th{background-color:#39D5FF; color:white}
#but{background-color: #003780; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px; font-weight: bold; padding: 7px;}
.semple-doc {
margin-top: 27px;
}
.my-contact-form{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.my-contact-form form{
width: 100%
}
.my-contact-form-label {
display: block;
font-weight: 600;
font-size: 16px;
color: #07074d;
margin: 12px 0;
padding: 5px 0;
}
.my-contact-form-input {
width: 100%;
padding: 12px 0px !important;
text-indent: 10px !important;
border-radius: 6px !important;
border: 1px solid #e0e0e0 !important;
background: white !important;
font-weight: 500 !important;
font-size: 16px !important;
color: #000000 !important;
outline: none !important;
resize: none !important;
}
.my-contact-form-input:focus{
border-color: #6a64f1 !important;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05) !important;
}
.my-contact-form-btn {
text-align: center;
font-size: 18px;
border-radius: 6px;
padding: 9px 32px;
font-weight: 600;
background-color: blue;
color: white;
width: 100%;
cursor: pointer;
margin-top: 12px;
border: none;
width: fit-content;
display: block;
margin: auto;
margin-top: 18px;
}
.my-contact-form-btn:hover {
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
button#btn_cpy {
outline: none;
border: none;
padding: 5px 15px;
background: blue;
color: white;
font-weight: 500;
border-radius: 35px;
}
.featured-image.page-header-image-single.grid-container.grid-parent {
display: none;
}
.entry-meta {
display: none;
}
h1.entry-title {
text-align: center;
border-bottom: 2px dashed #3399fe;
padding-bottom: 15px;
border-radius: 10px;
}
.inside-article {
border: 1px dashed #3399fe;
border-radius: 10px;
}
Best About Generator tool
Free about us page Generator is Perfect for Blogger, WordPress, and any other Websites also for android and iOS app. This website makes about us page points of interest in basic words and can be redone if required and the best about us page generator apparatus for beginners.
Create a personalized About Us page for your site or web journal easily with the FREE layout given by Ara Result
Follow these steps to create your About Us page:
Complete the three required areas: Site Title, Site Url, Email, Name, YouTube link,. Test information is as of now display and we ask you to include the points of interest as per your website.
Click on the “Generate” button.
Once created, basically just copy the HTML code and paste it into your about us page.