-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (103 loc) · 3.23 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<title>Linkedin-clone</title>
</head>
<body>
<nav>
<div>
<img src="images/linkdin_logo.png" alt="">
</div>
<div class="nav_container">
<a href="template/signup.html"><h3>Join Now </h3></a>
<button>
<a href="template/signin.html"><span>Sign in as</span></a>
<img src="images/logo.png" alt="">
</button>
</div>
</nav>
<section class="section2">
<div class="section2_container">
<h1>Welcome to your professional community </h1>
<a href="template/signin.html"><button>Sign in </button></a>
<a href="template/signup.html"><button>New to Linkedin ? Join Now </button></a>
</div>
<div class="section2_img_container">
<img src="images/dxf91zhqd2z6b0bwg85ktm5s4.svg" alt="">
</div>
</section>
<section class="section3">
<div class="section3_title_container">
<h1> Explore collaborative articles </h1>
<p> We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI. </p>
</div>
<div class="section3_button_container">
<button>marketing</button>
<button>agriculture</button>
<button>public administration</button>
<button>healthcare</button>
<button>engineering</button>
<button>it services</button>
<button>sustainability</button>
<button>business administration</button>
<button>Telocominication </button>
<button id="section3_sp_button">Show All</button>
</div>
</section>
<section class="section4">
<h1> Join your colleagues, classmates, and friends on LinkedIn. </h1>
<button>Get Started</button>
</section>
<footer>
<div>
<img src="images/linkdin_logo.png" alt="">
</div>
<div>
<h3>General</h3>
<p>Sign Up </p>
<p>Help Center</p>
<p>About</p>
<p>Press</p>
<p>Blog</p>
<p>Careers</p>
<p>Developers</p>
</div>
<div>
<h3>Browse LinkedIn</h3>
<p>Learning</p>
<p>Jobs</p>
<p>Salary</p>
<p>Mobile</p>
<p>Services</p>
<p>Products</p>
</div>
<div>
<h3>Business Solutions</h3>
<p>Talent</p>
<p>Marketing</p>
<p>Sales</p>
<p>Learning</p>
</div>
<div>
<h3>Directories</h3>
<p>Members
<p>Jobs</p>
<p>Companies</p>
<p>Featured</p>
<p> Learning</p>
<p>Posts</p>
<p>Articles</p>
<p>Schools</p>
<p>News</p>
<p>News Letters</p>
<p>Services</p>
<p>Products</p>
<p>Advice</p>
<p>People Search</p>
</div>
</footer>
</body>
</html>