-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelpout.html
81 lines (75 loc) · 2.93 KB
/
helpout.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TestingHub. Help Out</title>
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./media-queries.css">
</head>
<body style="background-color: rgb(218, 213, 213);">
<div class="upper-head help-out">
<div class=" help-out-head flex">
<a href="./index.html">
<img src="./assets/asset 1.png" class="company-logo">
</a>
<h3>Advice and Answer from our Team</h3>
<input type="search" name="search" placeholder="Search for articles" class="help-input">
</div>
</div>
<div class="help-out-main-sec">
<div class="help-out-head">
<a class="help-cards flex" href="#">
<div class="help-card-img">
<img src="./assets/help-icon.svg" >
</div>
<div class="questions flex">
<p class="hover-link big-para">What is TestingHub?</p>
<p>Get to know about TestingHub and how it works?</p>
</div>
</a>
</div>
<div class="help-out-head">
<a class="help-cards flex" href="#">
<div class="help-card-img">
<img src="./assets/help-icon.svg" width="200px" height="150px">
</div>
<div class="questions flex">
<p class="hover-link big-para">What is TestingHub?</p>
<p>Get to know about TestingHub and how it works?</p>
</div>
</a>
</div>
<div class="help-out-head">
<a class="help-cards flex" href="#">
<div class="help-card-img">
<img src="./assets/help-icon.svg" width="200px" height="150px">
</div>
<div class="questions flex">
<p class="hover-link big-para">What is TestingHub?</p>
<p>Get to know about TestingHub and how it works?</p>
</div>
</a>
</div>
<div class="help-out-head">
<a class="help-cards flex" href="#">
<div class="help-card-img">
<img src="./assets/help-icon.svg" width="200px" height="150px">
</div>
<div class="questions flex">
<p class="hover-link big-para">What is TestingHub?</p>
<p>Get to know about TestingHub and how it works?</p>
</div>
</a>
</div>
</div>
<div class="subfooter">
<div class="container subfoot">
<div class="social-page flex">
<p>All the rights are reserved to Varsha </p>
</div>
</div>
</body>
</html>