-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.html
More file actions
75 lines (63 loc) · 2.87 KB
/
readme.html
File metadata and controls
75 lines (63 loc) · 2.87 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Canadian home Advisor company</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<h1>ReadMe</h1>
<div class="centered" id="contactUs">
<h1>How to dowload Assignment</h1>
<ol>
<li>
First <a href="https://github.com/Ajaykumarchawla/wpAssignment1.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" id="contactUs">
<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>
</body>
<footer>
<div class="container" >
<form action="newsLetterSignup.html">
Get Exclusive Tips & Advice
<input type="submit" name="" value="SINGUP">
</form>
<hr>
<div class="grid-container">
<div class="grid-item" ><a href="Index.html">home</a></div>
<div class="grid-item" ><a href="joinHomeStar.html">Join HomeStar</a></div>
<div class="grid-item" ><a href="contactUs.html">Contact Us</a></div>
<div class="grid-item" ><a href="login.html">Login</a></div>
<div class="grid-item" ><a href="signup.html">Sign up</a></div>
<div class="grid-item" ><a href="homeStarChat.html">Home Star chat</a></div>
<div class="grid-item" ><a href="blog.html">Blogs</a></div>
<div class="grid-item" ><a href="categories.html">Browse Categories</a></div>
<div class="grid-item" ><a href="newsLetterSignup.html">NewsLetter Signup</a></div>
<div class="grid-item" ><a href="readme.html">Read me</a></div>
<div class="grid-item" ><a href="validation.html">Validation</a></div>
<div class="grid-item" ><a href="review.html">Write A reveiw</a></div>
<div class="grid-item" ><a href="forgotPass.html">Forgot Password</a></div>
</div>
</div>
</footer>
</html>