-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
70 lines (63 loc) · 3.24 KB
/
Home.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
<html>
<head>
<title>Resources</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/svg+xml" href="logo.png">
</head>
<body>
<div class="banner">
<div class="navbar">
<a href="Home.html"><img src="Logo.png" class="logo"></a>
<ul>
<li>
<li> <a href="Home.html">Home</a> </li>
<li> <a href="about.html" target="_blank">About</a> </li>
<li><a href="Update.html">Updates</a> </li>
<!-- <li> <a href="">Contact US</a> </li> -->
<li> <a href="Login.html">Login</a> </li>
<input type="search" name="Abc" id="se">
<li><a href=""><img src="serc.png" class="search"></a></li>
</li>
</ul>
</div>
</div>
<div class="content">
<h1>LEARN AND GROW</h1>
<!-- <p></p> -->
<div>
<button type="button"><span></span><a href="explore.html">Explore</a></button>
<button type="button" href=""><span></span><a href="lucky.html">Lucky</a></button>
</div>
</div>
</div>
<div>
<footer>
<a target="_blank" href="https://www.instagram.com/akshaymatale008/" class="insta-icon"><svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-brand-instagram" width="48" height="48" viewBox="0 0 24 24"
stroke-width="1.5" stroke="#ff4500" fill="none" stroke-linecap="round" stroke-linejoin="round" >
<path stroke="none" d="M0 0h24v24H0z" fill="" />
<rect x="4" y="4" width="16" height="16" rx="4" />
<circle cx="12" cy="12" r="3" />
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501" />
</svg></a>
<a target="_blank" href="https://facebook.com/akshay.matale.54" class="fa-icon"><svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-brand-facebook" width="48" height="48" viewBox="0 0 24 24"
stroke-width="1.5" stroke="#00abfb" fill="aqua" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" />
</svg></a>
<a target="" href="" class="fa fa-LinkedIn" title="LinkedIn"><svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-brand-linkedin" width="52" height="52" viewBox="0 0 24 24"
stroke-width="1.5" stroke="#00abfb" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="11" x2="8" y2="16" />
<line x1="8" y1="8" x2="8" y2="8.01" />
<line x1="12" y1="16" x2="12" y2="11" />
<path d="M16 16v-3a2 2 0 0 0 -4 0" />
</svg></a>
</a>
</footer>
</div>
</body>
</html>