Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ithub.io into Public
  • Loading branch information
rkenneybrew committed Jan 1, 2024
2 parents f632402 + 036576e commit 305a760
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
<!DOCTYPE html><html lang=en><head><script async src="https://www.googletagmanager.com/gtag/js?id=G-K56PLD4SKS"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-K56PLD4SKS")</script><title>RKenneybrew | GitHub</title><link rel="shortcut icon" type=image/.png href=/src/img/favicon-github.ico><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><meta charset=UTF-8><meta name=description content=Front-Page><meta name=keywords content="Kenneybrew, Rickey, GitHub, HTML, CSS, JavaScript"><meta name=author content="Rickey Kenneybrew"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=format-detection content="telephone=no"><meta name=viewport content="width=device-width;initial-scale=1;maximum-scale=1;user-scalable=no;"><meta http-equiv=X-UA-Compatible content="IE=9; IE=8; IE=7; IE=EDGE"><link href=/src/css/bootstrap-4.4.1.css rel=stylesheet><script src=/src/js/jquery-3.4.1.min.js></script><script src=/src/js/jqu66bfaafc.js></script><script src=/src/js/popper.min.js></script><script src=https://kit.fontawesome.com/44e3f7a668.js crossorigin=anonymous></script><script src=/src/js/bootstrap-4.4.1.js></script><link href=/src/css/BlackLightBox.css rel=StyleSheet><link type=text/css rel=stylesheet href=https://www.gstatic.com/firebasejs/ui/6.0.1/firebase-ui-auth.css><script src=/src/js/BlackLightBox_source-plugin.js></script><script src=https://www.gstatic.com/firebasejs/ui/6.0.1/firebase-ui-auth.js></script></head><body><header><section><div class="container mt-3"><div class=row><div class=col-12><div id=carouselExampleControls class="carousel slide" data-ride=carousel><div class=carousel-inner><div class="carousel-item active"><img alt=Github class="d-block w-100" src=/src/img/slide-1.png></div><div class=carousel-item><img alt=Vercel class="d-block w-100" src=/src/img/slide-2.png></div><div class=carousel-item><img alt=Firebase class="d-block w-100" src=/src/img/slide-3.png></div></div></div></div></div><hr></div></section></header><section><br></section><div class=navbar id=myHeader><div class=SMedia><a href=#Social-Media>Social</a></div><div class=Hosting><a href=#Hosting>Hosting</a></div><div class=CNAME><a href=#CNAME>CNAME</a></div><div class=Repo><a href=#Repository>Repo</a></div><div class=PSetup><a href=#Profile-Setup>Setup</a></div></div><div id=main><button class=openbtn onclick=openNav()>☰</button></div><div id=mySidebar class=sidebar><u><p1>Menu</p1></u><a href=javascript:void(0) class=closebtn onclick=closeNav()>×</a><h4>Web-Hosting</h4><a href=https://vercel.com/pricing><demo>Vercel</demo></a><h4>Backend Development</h4><a href=https://firebase.google.com/pricing><demo>Firebase</demo></a><h4>FAQs</h4><a href=https://is.gd/75jSGz><demo>Where can I get free web-hosting?</demo></a><a href=https://is.gd/mx3VMs><demo>Is GitHub for frontend developers?</demo></a><a href=https://is.gd/pELFA0><demo>What free service can I use for my backend?</demo></a></div><section><br></section><section><div class=container><div class=text-center><h1><strong>"What is GitHub?"</strong></h1></div></div></section><section><br></section><section><div class=container><div class=text-center><div class="embed-responsive embed-responsive-16by9"><iframe class=embed-responsive-item src=https://www.youtube.com/embed/pBy1zgt0XPc title="What is GitHub?"></iframe></div></div></div></section><section><br></section><section><div class=container><div class=text-center><h4>&nbsp; (sign-up to bypass the introduction) &nbsp;</h4></div></div></section><section><br></section><section><div class=container><h2 class="text-center text-capitalize">&rarr; &rarr; &rarr; <strong><a href=https://github.com/signup>&nbsp; SIGN-UP &nbsp; </a></strong>&larr; &larr; &larr;</h2></div></section><section><br></section><hr><section><br></section><section><div class=container id=Profile-Setup><h2>Profile Setup</h2><p1>To create a GitHub profile, go to https://github.com/join. You will need to verify your email during the signup process. There are different types of accounts on GitHub, but every person who uses GitHub has their own personal account. To keep your account secure, use a strong and unique password. You can upgrade to the Pro, Team, or Enterprise plan if needed. Follow the prompts to create your personal account or organization.</p1></div><div class=container id=Repository><h2>Repository</h2><p1>To create a repository on GitHub, you can follow these steps:<br><br>1.) Go to https://github.com/join and sign up for an account if you haven’t already.<br>2.) Once you’re signed in, click the “+” icon in the top right corner of the page and select “New repository”.<br>3.) Type in a name for your repository.<br>4.) Optionally, add a description of your repository.<br>5.) Choose whether you want your repository to be public or private.<br>6.) Select “Initialize this repository with a README” if you want to create a README file for your repository.<br>7.) Click “Create repository” to create your new repository.</p1></div><div class=container id=CNAME><h2>Custom CNAME</h2><p1>To create a custom CNAME on GitHub, you can follow these steps:<br><br>1.) On GitHub, navigate to your site’s repository.<br>2.) Under your repository name, click Settings.<br>3.) In the left sidebar, click Pages.<br>4.) Under “Custom domain”, type your custom domain, then click Save. This will create a commit that adds a CNAME file in the root of your publishing source1.</p1></div><div class=container id=Hosting><h2>Free Hosting</h2><p1>You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a repository on GitHub.com. GitHub Pages is a free hosting service that allows you to host static websites by simply publishing HTML, CSS, and JavaScript files from a repository on GitHub.<br><br>Here are the steps to follow:<br><br>1.) Create a new repository on GitHub.<br>2.) Name the repository -username-.github.io, replacing -username- with your GitHub username.<br>3.) Clone the repository to your local machine.<br>4.) Create an index.html file in the root directory of the repository.<br>5.) Commit and push the changes to GitHub.<br>6.) Visit https://-username-.github.io in your web browser.</p1></div><div class=container id=Social-Media><h2>Social-Media</h2><p1 class=center><a href=https://www.youtube.com/@Kenneybrew/about/ class="fa fa-youtube" style=font-size:40px;color:red>&nbsp;</a> <a href=https://www.facebook.com/RKenneybrew88/ class="fa fa-facebook" style=font-size:40px;color:#00f>&nbsp;</a> <a href=https://twitter.com/Kenneybrew1988/ class="fa fa-twitter" style=font-size:40px;color:#87ceeb>&nbsp;</a> <a href=https://www.instagram.com/rkenneybrew/ class="fa fa-instagram" style=font-size:40px;color:#fb3958>&nbsp;</a> <a href=https://www.snapchat.com/add/rkenneybrew88/ class="fa fa-snapchat" style=font-size:40px;color:#ff0>&nbsp;</a></p1></div></section><a href=# id=scroll style=display:none><span></span></a><footer class=footer><section><div class=footer><p>© 2023 <a href="http://rkenneybrew.com">RKenneybrew</a></p></div></section></footer><section><br></section><script src=/src/js/Firebase/firebase-umd.min.js></script></body></html>
<!DOCTYPE html><html lang=en><head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K56PLD4SKS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-K56PLD4SKS');
</script>

<title>RKenneybrew | GitHub</title><link rel="shortcut icon" type=image/.png href=/src/img/favicon-github.ico><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><meta charset=UTF-8><meta name=description content=Front-Page><meta name=keywords content="Kenneybrew, Rickey, GitHub, HTML, CSS, JavaScript"><meta name=author content="Rickey Kenneybrew"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=format-detection content="telephone=no"><meta name=viewport content="width=device-width;initial-scale=1;maximum-scale=1;user-scalable=no;"><meta http-equiv=X-UA-Compatible content="IE=9; IE=8; IE=7; IE=EDGE"><link href=/src/css/bootstrap-4.4.1.css rel=stylesheet><script src=/src/js/jquery-3.4.1.min.js></script><script src=/src/js/jqu66bfaafc.js></script><script src=/src/js/popper.min.js></script><script src=https://kit.fontawesome.com/44e3f7a668.js crossorigin=anonymous></script><script src=/src/js/bootstrap-4.4.1.js></script><link href=/src/css/BlackLightBox.css rel=StyleSheet><link type=text/css rel=stylesheet href=https://www.gstatic.com/firebasejs/ui/6.0.1/firebase-ui-auth.css><script src=/src/js/BlackLightBox_source-plugin.js></script><script src=https://www.gstatic.com/firebasejs/ui/6.0.1/firebase-ui-auth.js></script></head><body><header><section><div class="container mt-3"><div class=row><div class=col-12><div id=carouselExampleControls class="carousel slide" data-ride=carousel><div class=carousel-inner><div class="carousel-item active"><img alt=Github class="d-block w-100" src=/src/img/slide-1.png></div><div class=carousel-item><img alt=Vercel class="d-block w-100" src=/src/img/slide-2.png></div><div class=carousel-item><img alt=Firebase class="d-block w-100" src=/src/img/slide-3.png></div></div></div></div></div><hr></div></section></header><section><br></section><div class=navbar id=myHeader><div class=SMedia><a href=#Social-Media>Social</a></div><div class=Hosting><a href=#Hosting>Hosting</a></div><div class=CNAME><a href=#CNAME>CNAME</a></div><div class=Repo><a href=#Repository>Repo</a></div><div class=PSetup><a href=#Profile-Setup>Setup</a></div></div><div id=main><button class=openbtn onclick=openNav()></button></div><div id=mySidebar class=sidebar><u><p1>Menu</p1></u><a href=javascript:void(0) class=closebtn onclick=closeNav()>×</a><h4>Web-Hosting</h4><a href=https://vercel.com/pricing><demo>Vercel</demo></a><h4>Backend Development</h4><a href=https://firebase.google.com/pricing><demo>Firebase</demo></a><h4>FAQs</h4><a href=https://is.gd/75jSGz><demo>Where can I get free web-hosting?</demo></a><a href=https://is.gd/mx3VMs><demo>Is GitHub for frontend developers?</demo></a><a href=https://is.gd/pELFA0><demo>What free service can I use for my backend?</demo></a></div><section><br></section><section><div class=container><div class=text-center><h1><strong>"What is GitHub?"</strong></h1></div></div></section><section><br></section><section><div class=container><div class=text-center><div class="embed-responsive embed-responsive-16by9"><iframe class=embed-responsive-item src=https://www.youtube.com/embed/pBy1zgt0XPc title="What is GitHub?"></iframe></div></div></div></section><section><br></section><section><div class=container><div class=text-center><h4>&nbsp; (sign-up to bypass the introduction) &nbsp;</h4></div></div></section><section><br></section><section><div class=container><h2 class="text-center text-capitalize">&rarr; &rarr; &rarr; <strong><a href=https://github.com/signup>&nbsp; SIGN-UP &nbsp; </a></strong>&larr; &larr; &larr;</h2></div></section><section><br></section><hr><section><br></section><section><div class=container id=Profile-Setup><h2>Profile Setup</h2><p1>To create a GitHub profile, go to https://github.com/join. You will need to verify your email during the signup process. There are different types of accounts on GitHub, but every person who uses GitHub has their own personal account. To keep your account secure, use a strong and unique password. You can upgrade to the Pro, Team, or Enterprise plan if needed. Follow the prompts to create your personal account or organization.</p1></div><div class=container id=Repository><h2>Repository</h2><p1>To create a repository on GitHub, you can follow these steps:<br><br>1.) Go to https://github.com/join and sign up for an account if you haven’t already.<br>2.) Once you’re signed in, click the “+” icon in the top right corner of the page and select “New repository”.<br>3.) Type in a name for your repository.<br>4.) Optionally, add a description of your repository.<br>5.) Choose whether you want your repository to be public or private.<br>6.) Select “Initialize this repository with a README” if you want to create a README file for your repository.<br>7.) Click “Create repository” to create your new repository.</p1></div><div class=container id=CNAME><h2>Custom CNAME</h2><p1>To create a custom CNAME on GitHub, you can follow these steps:<br><br>1.) On GitHub, navigate to your site’s repository.<br>2.) Under your repository name, click Settings.<br>3.) In the left sidebar, click Pages.<br>4.) Under “Custom domain”, type your custom domain, then click Save. This will create a commit that adds a CNAME file in the root of your publishing source1.</p1></div><div class=container id=Hosting><h2>Free Hosting</h2><p1>You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a repository on GitHub.com. GitHub Pages is a free hosting service that allows you to host static websites by simply publishing HTML, CSS, and JavaScript files from a repository on GitHub.<br><br>Here are the steps to follow:<br><br>1.) Create a new repository on GitHub.<br>2.) Name the repository -username-.github.io, replacing -username- with your GitHub username.<br>3.) Clone the repository to your local machine.<br>4.) Create an index.html file in the root directory of the repository.<br>5.) Commit and push the changes to GitHub.<br>6.) Visit https://-username-.github.io in your web browser.</p1></div><div class=container id=Social-Media><h2>Social-Media</h2><p1 class=center><a href=https://www.youtube.com/@Kenneybrew/about/ class="fa fa-youtube" style=font-size:40px;color:red>&nbsp;</a> <a href=https://www.facebook.com/RKenneybrew88/ class="fa fa-facebook" style=font-size:40px;color:#00f>&nbsp;</a> <a href=https://twitter.com/Kenneybrew1988/ class="fa fa-twitter" style=font-size:40px;color:#87ceeb>&nbsp;</a> <a href=https://www.instagram.com/rkenneybrew/ class="fa fa-instagram" style=font-size:40px;color:#fb3958>&nbsp;</a> <a href=https://www.snapchat.com/add/rkenneybrew88/ class="fa fa-snapchat" style=font-size:40px;color:#ff0>&nbsp;</a></p1></div></section><a href=# id=scroll style=display:none><span></span></a><footer class=footer><section><div class=footer><p>© 2023 <a href="http://rkenneybrew.com">RKenneybrew</a></p></div></section></footer><section><br></section><script src=/src/js/Firebase/firebase-umd.min.js></script></body></html>

2 comments on commit 305a760

@vercel
Copy link

@vercel vercel bot commented on 305a760 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 305a760 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.