-
Notifications
You must be signed in to change notification settings - Fork 1
/
create_Git_Acc.html
54 lines (46 loc) · 2.56 KB
/
create_Git_Acc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title> how to create github ID </title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/git_acc.css">
</head>
<body>
<!-- Nav Bar -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Main Menu</a>
<a href="create_Git_Acc.html">Create Github Account</a>
<a href="Downlodgithub.html">Git for PC</a>
<a href="create_repo.html">Repository</a>
<a href="fork.html">Fork</a>
<a href="Clone.html">Clone</a>
<a href="Push.html">Push</a>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ open</span>
<script>
function openNav() { document.getElementById("mySidenav").style.width = "250px";}
function closeNav() { document.getElementById("mySidenav").style.width = "0";}
</script>
<div class="container">
<div class="text-center">
<p><strong>Visit the <span><a href="https://github.com/join?source=login">Github</a></span> official page.</strong></p>
<li><strong> a unique username for yourself.</strong></li>
<li><strong> your E-mail id.</strong></li>
<li><strong> a strong password .</strong></li>
<div><img src="assets/img/Screenshot (55).png" ></div> <br>
<a href="https://github.com/join?source=login" class="btn btn-primary"> Create Account</a> <br><br>
<li> <strong> Select a free plan </strong></li><br>
<img src="assets/img/Screenshot (56).jpg" ><br>
<li><strong>Select any of above as per your convenience.</strong></li><br>
<a href="#" class="btn btn-primary">Continue Setup</a> <br><br>
<img src="assets/img/Screenshot 2020-11-23 010834.png"><br>
<li><strong>You have to verify your email, before further steps.</strong></li>
<p><li><strong>Now your account is ready to use.</strong></li></p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>