-
Notifications
You must be signed in to change notification settings - Fork 0
/
webhelp.html
72 lines (71 loc) · 3.74 KB
/
webhelp.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
<html>
<head>
<title>Web Development Help</title>
<link rel="shortcut icon" type="image/x-icon" href="https://icons.iconarchive.com/icons/ionic/ionicons/256/build-outline-icon.png"/>
<link rel="stylesheet" href="webhelp.css">
</head>
<body>
<div>
<nav>
<div class="menu">
<div class="logo">
<a href="index.html">ARMAN HOSSEN</a>
</div>
<ul>
<li><a href="s.html">SIGNUP</a></li>
<li><a href="login.html">LOGIN</a></li>
<li><a href="c.html">CONTACT</a></li>
<li><a href="m.html">LEARN MORE</a></li>
</ul>
</div>
</nav>
<br><br>
<div >
<center>
<table border="0" cellspacing="2px" width="80%" height="20%">
<tr>
<th colspan="3" style="border-radius: 5px; background-color:rgba(98, 107, 230, 0.493);color:aliceblue;">Name&link's</th>
</tr>
<tr>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)">
<a style="text-decoration: none;color:white;" href="https://convertcase.net/ ">Convertcase</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"">
<a style="text-decoration: none;color:white;"href="https://translate.google.com/?hl=en&tab=TT&sl=en&tl=bn&op=translate" >Translate.google</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"" >
<a style="text-decoration: none;color:white;"href="https://colorhunt.co/palettes/retro">Colorhunt</a>
</td>
</tr>
</tr>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"" >
<a style="text-decoration: none;color:white;"href="https://www.iconarchive.com/">Iconarchive</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"" >
<a style="text-decoration: none;color:white;"href="https://companieslogo.com/">Companieslogo</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"">
<a style="text-decoration: none;color:white;"href="https://pixabay.com/">Pixabay</a>
</td>
</tr>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"" >
<a style="text-decoration: none;color:white;"href="https://unsplash.com/">Unsplash</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)"" >
<a style="text-decoration: none;color:white;" href="https://www.flaticon.com/">Flaticon</a>
</td>
<td align="center" style="border-radius: 5px; background-color:rgb(240, 20, 167)" >
<a style="text-decoration: none;color:white;" href="https://fonts.google.com/" >Fonts by google</td>
</tr>
</CENter>
</table>
</div>
<div style="width:100%;height:13%;background-image:url(#);float:left;color:aliceblue;">
<br>
<br>
<center>
<b>Copyright ©<a href="https://www.facebook.com/i.am.ahrn" style=" color:white;text-decoration: none;">Arman Hossen</a></b>
</center>
</div>
</body>
</html>