-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
60 lines (47 loc) · 1.63 KB
/
readme.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
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Readme</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="project_proposal.html">Proposal</a>
<a href="cv.html">CV</a>
<a href="intro.html">Intro</a>
</div>
<div class="content">
<h1>ReadMe</h1>
<div class="content">
<div id="contactUs">
<h1>How to dowload Assignment</h1>
<ol>
<li>
First <a href="https://github.com/Ajaykumarchawla/Ajaykumarchawla.github.io">Click here</a> to download code.
</li>
<li>Click code button shown in green</li>
<li>Click the <b>Download Zip</b> and Wait till download</li>
<li>Unzip the file</li>
<li>Goto file and click index.html</li>
<li><b>Congratulations!!!</b> you have downloaded the code</li>
</ol>
</div>
<div class="centered">
<h1>How to Deploy </h1>
<ol>
<li>
First goto github and Login to github.
</li>
<li>download git</li>
<li>login to git</li>
<li>goto github</li>
<li>Create a repository.</li>
<li>Follow the commands and deploy the website</li>
<li>goto the respository setting. and enable the website hosting.</li>
</ol>
</div>
</div>
</div>
</body>
</html>